diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 7be82e2ef..37f1d0481 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.3](https://github.com/standardnotes/app/compare/@standardnotes/api@1.4.2...@standardnotes/api@1.4.3) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/api + ## [1.4.2](https://github.com/standardnotes/app/compare/@standardnotes/api@1.4.1...@standardnotes/api@1.4.2) (2022-07-06) **Note:** Version bump only for package @standardnotes/api diff --git a/packages/api/package.json b/packages/api/package.json index 7e94bd86a..b39acbc30 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.4.2", + "version": "1.4.3", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index ca5226f5f..faccc5e7d 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.7.1](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.0...@standardnotes/components-meta@2.7.1) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/components-meta + # [2.7.0](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.6.6...@standardnotes/components-meta@2.7.0) (2022-07-06) ### Features diff --git a/packages/components/package.json b/packages/components/package.json index f57a12fd2..1a365e5b3 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components-meta", - "version": "2.7.0", + "version": "2.7.1", "private": true, "author": "Standard Notes.", "main": "dist", diff --git a/packages/components/src/Packages/Editors/org.standardnotes.advanced-checklist/CHANGELOG.md b/packages/components/src/Packages/Editors/org.standardnotes.advanced-checklist/CHANGELOG.md index ad2490a04..99452e5e4 100644 --- a/packages/components/src/Packages/Editors/org.standardnotes.advanced-checklist/CHANGELOG.md +++ b/packages/components/src/Packages/Editors/org.standardnotes.advanced-checklist/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.1](https://github.com/standardnotes/app/compare/@standardnotes/advanced-checklist@0.2.0...@standardnotes/advanced-checklist@0.2.1) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/advanced-checklist + # [0.2.0](https://github.com/standardnotes/app/compare/@standardnotes/advanced-checklist@0.1.6...@standardnotes/advanced-checklist@0.2.0) (2022-07-06) ### Features diff --git a/packages/components/src/Packages/Editors/org.standardnotes.advanced-checklist/package.json b/packages/components/src/Packages/Editors/org.standardnotes.advanced-checklist/package.json index 417f4cb2b..c99a0c543 100644 --- a/packages/components/src/Packages/Editors/org.standardnotes.advanced-checklist/package.json +++ b/packages/components/src/Packages/Editors/org.standardnotes.advanced-checklist/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/advanced-checklist", - "version": "0.2.0", + "version": "0.2.1", "description": "A task editor with grouping functionality.", "author": "Standard Notes.", "keywords": [ diff --git a/packages/components/src/Packages/Editors/org.standardnotes.standard-sheets/CHANGELOG.md b/packages/components/src/Packages/Editors/org.standardnotes.standard-sheets/CHANGELOG.md index 8c3dbf2de..ff0fb3400 100644 --- a/packages/components/src/Packages/Editors/org.standardnotes.standard-sheets/CHANGELOG.md +++ b/packages/components/src/Packages/Editors/org.standardnotes.standard-sheets/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.5.0](https://github.com/standardnotes/app/compare/@standardnotes/spreadsheets@1.4.9...@standardnotes/spreadsheets@1.5.0) (2022-07-06) + +### Features + +* deprecated editors ([#1166](https://github.com/standardnotes/app/issues/1166)) ([60ca415](https://github.com/standardnotes/app/commit/60ca4150446f9a14bb6a31416686c6d07a7d0cd9)) + ## [1.4.9](https://github.com/standardnotes/app/compare/@standardnotes/spreadsheets@1.4.9-alpha.0...@standardnotes/spreadsheets@1.4.9) (2022-06-22) **Note:** Version bump only for package @standardnotes/spreadsheets diff --git a/packages/components/src/Packages/Editors/org.standardnotes.standard-sheets/package.json b/packages/components/src/Packages/Editors/org.standardnotes.standard-sheets/package.json index 94756ea45..2d7164916 100644 --- a/packages/components/src/Packages/Editors/org.standardnotes.standard-sheets/package.json +++ b/packages/components/src/Packages/Editors/org.standardnotes.standard-sheets/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/spreadsheets", "private": true, - "version": "1.4.9", + "version": "1.5.0", "main": "dist/dist.js", "scripts": { "skip:lint": "eslint app/ --ext .js", diff --git a/packages/components/src/Packages/Editors/org.standardnotes.token-vault/CHANGELOG.md b/packages/components/src/Packages/Editors/org.standardnotes.token-vault/CHANGELOG.md index 4010dfb0a..e9f9e1bce 100644 --- a/packages/components/src/Packages/Editors/org.standardnotes.token-vault/CHANGELOG.md +++ b/packages/components/src/Packages/Editors/org.standardnotes.token-vault/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.2](https://github.com/standardnotes/app/compare/@standardnotes/authenticator@2.2.1...@standardnotes/authenticator@2.2.2) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/authenticator + ## [2.2.1](https://github.com/standardnotes/app/compare/@standardnotes/authenticator@2.2.0...@standardnotes/authenticator@2.2.1) (2022-06-30) **Note:** Version bump only for package @standardnotes/authenticator diff --git a/packages/components/src/Packages/Editors/org.standardnotes.token-vault/package.json b/packages/components/src/Packages/Editors/org.standardnotes.token-vault/package.json index 7ecb6e9a1..15ffe55fe 100644 --- a/packages/components/src/Packages/Editors/org.standardnotes.token-vault/package.json +++ b/packages/components/src/Packages/Editors/org.standardnotes.token-vault/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/authenticator", - "version": "2.2.1", + "version": "2.2.2", "main": "dist/dist.js", "author": "Standard Notes", "private": true, diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index dc615d0e6..e4cdc2cb7 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.23.53](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.52...@standardnotes/desktop@3.23.53) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.52](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.51...@standardnotes/desktop@3.23.52) (2022-07-06) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index ff3f307b2..fbc791cb7 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.23.52", + "version": "3.23.53", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index ca21ce39e..72d1abca1 100644 --- a/packages/encryption/CHANGELOG.md +++ b/packages/encryption/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.13.2](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.13.1...@standardnotes/encryption@1.13.2) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/encryption + ## [1.13.1](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.13.0...@standardnotes/encryption@1.13.1) (2022-07-06) **Note:** Version bump only for package @standardnotes/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 99e5951c5..e7c091b54 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.13.1", + "version": "1.13.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/features/CHANGELOG.md b/packages/features/CHANGELOG.md index 2f7847b4e..63cd6c283 100644 --- a/packages/features/CHANGELOG.md +++ b/packages/features/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.50.2](https://github.com/standardnotes/app/compare/@standardnotes/features@1.50.1...@standardnotes/features@1.50.2) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/features + ## [1.50.1](https://github.com/standardnotes/app/compare/@standardnotes/features@1.50.0...@standardnotes/features@1.50.1) (2022-07-06) ### Bug Fixes diff --git a/packages/features/package.json b/packages/features/package.json index 1eaaac77d..d499bd72d 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/features", - "version": "1.50.1", + "version": "1.50.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index c6e7d8bfa..8f45a1b6f 100644 --- a/packages/filepicker/CHANGELOG.md +++ b/packages/filepicker/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.21.1](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.21.0...@standardnotes/filepicker@1.21.1) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/filepicker + # [1.21.0](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.20.0...@standardnotes/filepicker@1.21.0) (2022-07-06) ### Features diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index 19e1dd291..16c429500 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.21.0", + "version": "1.21.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index f1305de50..3c26821ea 100644 --- a/packages/files/CHANGELOG.md +++ b/packages/files/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.8.2](https://github.com/standardnotes/app/compare/@standardnotes/files@1.8.1...@standardnotes/files@1.8.2) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/files + ## [1.8.1](https://github.com/standardnotes/app/compare/@standardnotes/files@1.8.0...@standardnotes/files@1.8.1) (2022-07-06) **Note:** Version bump only for package @standardnotes/files diff --git a/packages/files/package.json b/packages/files/package.json index 50a5c5232..e8675f9ae 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.8.1", + "version": "1.8.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index d8bf3620f..075cf4b25 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.5](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.4.4...@standardnotes/icons@1.4.5) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/icons + ## [1.4.4](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.4.4-alpha.0...@standardnotes/icons@1.4.4) (2022-06-18) **Note:** Version bump only for package @standardnotes/icons diff --git a/packages/icons/package.json b/packages/icons/package.json index 1af276081..e34de60f6 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/icons", - "version": "1.4.4", + "version": "1.4.5", "private": true, "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 45fcf8d03..2ec464983 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.30.1](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.30.0...@standardnotes/mobile@3.30.1) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/mobile + # [3.30.0](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.29.0...@standardnotes/mobile@3.30.0) (2022-07-06) ### Bug Fixes diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 8ddb00c40..9e77b4c89 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.30.0", + "version": "3.30.1", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index d9b95299c..2afb4f1bc 100644 --- a/packages/models/CHANGELOG.md +++ b/packages/models/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.15.2](https://github.com/standardnotes/app/compare/@standardnotes/models@1.15.1...@standardnotes/models@1.15.2) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/models + ## [1.15.1](https://github.com/standardnotes/app/compare/@standardnotes/models@1.15.0...@standardnotes/models@1.15.1) (2022-07-06) **Note:** Version bump only for package @standardnotes/models diff --git a/packages/models/package.json b/packages/models/package.json index a977f51d2..383ede319 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.15.1", + "version": "1.15.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 5a91c019f..b42d9308b 100644 --- a/packages/releases/CHANGELOG.md +++ b/packages/releases/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.67](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.66...@standardnotes/releases@1.2.67) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.2.66](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.65...@standardnotes/releases@1.2.66) (2022-07-06) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 827b1f023..b7b978fac 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.2.66", + "version": "1.2.67", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/responses/CHANGELOG.md b/packages/responses/CHANGELOG.md index 0d420865e..f8fb98c04 100644 --- a/packages/responses/CHANGELOG.md +++ b/packages/responses/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.9.1](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.9.0...@standardnotes/responses@1.9.1) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/responses + # 1.9.0 (2022-07-06) ### Features diff --git a/packages/responses/package.json b/packages/responses/package.json index 23a763e7d..0b7162415 100644 --- a/packages/responses/package.json +++ b/packages/responses/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/responses", - "version": "1.9.0", + "version": "1.9.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index c62c436a3..43728f7f9 100644 --- a/packages/services/CHANGELOG.md +++ b/packages/services/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.16.2](https://github.com/standardnotes/app/compare/@standardnotes/services@1.16.1...@standardnotes/services@1.16.2) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/services + ## [1.16.1](https://github.com/standardnotes/app/compare/@standardnotes/services@1.16.0...@standardnotes/services@1.16.1) (2022-07-06) **Note:** Version bump only for package @standardnotes/services diff --git a/packages/services/package.json b/packages/services/package.json index 21f7bb7fd..50f0c7bed 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.16.1", + "version": "1.16.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/sncrypto-web/CHANGELOG.md b/packages/sncrypto-web/CHANGELOG.md index e9ac66651..badddcdd2 100644 --- a/packages/sncrypto-web/CHANGELOG.md +++ b/packages/sncrypto-web/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.12.2](https://github.com/standardnotes/app/compare/@standardnotes/sncrypto-web@1.12.1...@standardnotes/sncrypto-web@1.12.2) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/sncrypto-web + ## [1.12.1](https://github.com/standardnotes/app/compare/@standardnotes/sncrypto-web@1.12.0...@standardnotes/sncrypto-web@1.12.1) (2022-07-06) **Note:** Version bump only for package @standardnotes/sncrypto-web diff --git a/packages/sncrypto-web/package.json b/packages/sncrypto-web/package.json index 7670b6e4d..30c11a8af 100644 --- a/packages/sncrypto-web/package.json +++ b/packages/sncrypto-web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/sncrypto-web", - "version": "1.12.1", + "version": "1.12.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 1698fa7f8..6beba552a 100644 --- a/packages/snjs/CHANGELOG.md +++ b/packages/snjs/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.123.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.123.0...@standardnotes/snjs@2.123.1) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/snjs + # 2.123.0 (2022-07-06) ### Features diff --git a/packages/snjs/package.json b/packages/snjs/package.json index ac8966bf8..ce6b7fd72 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.123.0", + "version": "2.123.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/toast/CHANGELOG.md b/packages/toast/CHANGELOG.md index ff8fd0677..f563ee795 100644 --- a/packages/toast/CHANGELOG.md +++ b/packages/toast/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.2](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.3.1...@standardnotes/toast@1.3.2) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/toast + ## [1.3.1](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.3.0...@standardnotes/toast@1.3.1) (2022-06-28) **Note:** Version bump only for package @standardnotes/toast diff --git a/packages/toast/package.json b/packages/toast/package.json index 6f9061c13..86ab65bc6 100644 --- a/packages/toast/package.json +++ b/packages/toast/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/toast", - "version": "1.3.1", + "version": "1.3.2", "private": true, "main": "./src/index.ts", "scripts": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index b02d89567..c1bdff7c9 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.8.1](https://github.com/standardnotes/app/compare/@standardnotes/utils@1.8.0...@standardnotes/utils@1.8.1) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/utils + # 1.8.0 (2022-07-06) ### Bug Fixes diff --git a/packages/utils/package.json b/packages/utils/package.json index fdf88daeb..daceb83bb 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/utils", - "version": "1.8.0", + "version": "1.8.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web-server/CHANGELOG.md b/packages/web-server/CHANGELOG.md index c87466365..527144507 100644 --- a/packages/web-server/CHANGELOG.md +++ b/packages/web-server/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.75](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.74...@standardnotes/web-server@1.2.75) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/web-server + ## [1.2.74](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.73...@standardnotes/web-server@1.2.74) (2022-07-06) **Note:** Version bump only for package @standardnotes/web-server diff --git a/packages/web-server/package.json b/packages/web-server/package.json index 470307fcb..933c49cd0 100644 --- a/packages/web-server/package.json +++ b/packages/web-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web-server", - "version": "1.2.74", + "version": "1.2.75", "license": "AGPL-3.0-or-later", "private": true, "author": "Standard Notes.", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 195a9e3e7..7934ad780 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.37.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.37.0...@standardnotes/web@3.37.1) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/web + # [3.37.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.36.0...@standardnotes/web@3.37.0) (2022-07-06) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index 8f7ca90c7..b6192c31b 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.37.0", + "version": "3.37.1", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",