chore(release): publish

- @standardnotes/components-meta@0.1.0
 - @standardnotes/desktop@3.22.0
 - @standardnotes/icons@1.4.0
 - @standardnotes/mobile@3.22.0
 - @standardnotes/styles@1.2.0
 - @standardnotes/toast@1.2.0
 - @standardnotes/web-server@1.2.0
 - @standardnotes/web@3.22.0
This commit is contained in:
StandardNotes CI
2022-06-10 19:07:16 +00:00
parent 63bc580b30
commit 318e89dc03
16 changed files with 146 additions and 16 deletions

View File

@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 1.2.0 (2022-06-10)
### Features
* mobile app package ([#1075](https://github.com/standardnotes/app/issues/1075)) ([8248a38](https://github.com/standardnotes/app/commit/8248a38280cb7c92da2b2e9c7db298f34ae8ffdf))
* **wip:** components monorepo ([#1082](https://github.com/standardnotes/app/issues/1082)) ([e3d6001](https://github.com/standardnotes/app/commit/e3d6001a178e11e619ca724b2b155b7c0405c023))
# 1.1.0 (2022-06-10)

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/web-server",
"version": "1.1.0",
"version": "1.2.0",
"license": "AGPL-3.0-or-later",
"private": true,
"author": "Standard Notes",
@@ -15,7 +15,7 @@
"build": "bundle install && cp -r ../../node_modules/@standardnotes/components/dist/. public/components/ && bundle exec rails assets:precompile"
},
"dependencies": {
"@standardnotes/components-meta": "*",
"@standardnotes/web": "^3.21.0"
"@standardnotes/components-meta": "^0.1.0",
"@standardnotes/web": "^3.22.0"
}
}