chore(release): publish

- @standardnotes/components-meta@0.1.2
 - @standardnotes/web-server@1.2.2
This commit is contained in:
StandardNotes CI
2022-06-11 00:59:22 +00:00
parent c99b5f032a
commit 0a7351380f
5 changed files with 21 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/web-server",
"version": "1.2.1",
"version": "1.2.2",
"license": "AGPL-3.0-or-later",
"private": true,
"author": "Standard Notes",
@@ -15,7 +15,7 @@
"build": "bundle install && yarn build:components && bundle exec rails assets:precompile"
},
"dependencies": {
"@standardnotes/components-meta": "^0.1.1",
"@standardnotes/components-meta": "^0.1.2",
"@standardnotes/web": "^3.22.1"
}
}