From 913289f7aec14418be4112cc24caa23a84b1ac29 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Fri, 10 Jun 2022 23:59:59 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/components-meta@0.1.1 - @standardnotes/desktop@3.22.1 - @standardnotes/styles@1.2.1 - @standardnotes/web-server@1.2.1 - @standardnotes/web@3.22.1 --- packages/components/CHANGELOG.md | 8 ++++++++ packages/components/package.json | 2 +- packages/desktop/CHANGELOG.md | 8 ++++++++ packages/desktop/package.json | 4 ++-- packages/styles/CHANGELOG.md | 8 ++++++++ packages/styles/package.json | 2 +- packages/web-server/CHANGELOG.md | 8 ++++++++ packages/web-server/package.json | 6 +++--- packages/web/CHANGELOG.md | 8 ++++++++ packages/web/package.json | 4 ++-- 10 files changed, 49 insertions(+), 9 deletions(-) diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index b4e061a4a..799460eba 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.1](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@0.1.0...@standardnotes/components-meta@0.1.1) (2022-06-10) + +**Note:** Version bump only for package @standardnotes/components-meta + + + + + # 0.1.0 (2022-06-10) diff --git a/packages/components/package.json b/packages/components/package.json index cf7fa6233..1f5508361 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components-meta", - "version": "0.1.0", + "version": "0.1.1", "private": true, "workspaces": { "packages": [ diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index bfcd63950..0f9af0cf6 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.22.1](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.0...@standardnotes/desktop@3.22.1) (2022-06-10) + +**Note:** Version bump only for package @standardnotes/desktop + + + + + # 3.22.0 (2022-06-10) diff --git a/packages/desktop/package.json b/packages/desktop/package.json index ae378398a..83302fdea 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/desktop", "main": "./app/dist/index.js", - "version": "3.22.0", + "version": "3.22.1", "license": "AGPL-3.0-or-later", "private": true, "repository": { @@ -36,7 +36,7 @@ "dependencies": { "@electron/remote": "^2.0.8", "@standardnotes/electron-clear-data": "1.1.1", - "@standardnotes/web": "^3.22.0", + "@standardnotes/web": "^3.22.1", "axios": "^0.27.2", "compare-versions": "^4.1.3", "decrypt": "github:standardnotes/decrypt#master", diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index 9c0c898ca..845c24704 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.1](https://github.com/standardnotes/app/compare/@standardnotes/styles@1.2.0...@standardnotes/styles@1.2.1) (2022-06-10) + +**Note:** Version bump only for package @standardnotes/styles + + + + + # 1.2.0 (2022-06-10) diff --git a/packages/styles/package.json b/packages/styles/package.json index 5562f3189..1d48d64dc 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/styles", - "version": "1.2.0", + "version": "1.2.1", "private": true, "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/web-server/CHANGELOG.md b/packages/web-server/CHANGELOG.md index b9ca35ead..0f3acc8bd 100644 --- a/packages/web-server/CHANGELOG.md +++ b/packages/web-server/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.1](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.0...@standardnotes/web-server@1.2.1) (2022-06-10) + +**Note:** Version bump only for package @standardnotes/web-server + + + + + # 1.2.0 (2022-06-10) diff --git a/packages/web-server/package.json b/packages/web-server/package.json index 3d817c835..001ae2ba6 100644 --- a/packages/web-server/package.json +++ b/packages/web-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web-server", - "version": "1.2.0", + "version": "1.2.1", "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.0", - "@standardnotes/web": "^3.22.0" + "@standardnotes/components-meta": "^0.1.1", + "@standardnotes/web": "^3.22.1" } } diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index d294d5dfa..aa4d522b3 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.22.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.22.0...@standardnotes/web@3.22.1) (2022-06-10) + +**Note:** Version bump only for package @standardnotes/web + + + + + # 3.22.0 (2022-06-10) diff --git a/packages/web/package.json b/packages/web/package.json index 29f4c0065..084a32c75 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.22.0", + "version": "3.22.1", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes", @@ -68,7 +68,7 @@ "@standardnotes/services": "^1.13.14", "@standardnotes/sncrypto-web": "1.10.1", "@standardnotes/snjs": "^2.115.9", - "@standardnotes/styles": "^1.2.0", + "@standardnotes/styles": "^1.2.1", "@standardnotes/toast": "^1.2.0", "@zip.js/zip.js": "^2.4.10", "mobx": "^6.5.0",