diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index b23bc8e16..d994ad2ca 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.4.0 (2022-07-06) + +### Features + +* add api package ([9d7d18e](https://github.com/standardnotes/app/commit/9d7d18e7f20b3023aac078017efb16bbbc3da226)) +* add responses package ([9d1f704](https://github.com/standardnotes/app/commit/9d1f7043e55cc8072e669606438e932183770f30)) + # [1.3.0](https://github.com/standardnotes/snjs/compare/@standardnotes/api@1.2.1...@standardnotes/api@1.3.0) (2022-07-06) ### Features diff --git a/packages/api/package.json b/packages/api/package.json index fee1dcb2c..b1195b0d4 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.3.0", + "version": "1.4.0", "engines": { "node": ">=16.0.0 <17.0.0" }, @@ -36,7 +36,7 @@ "@standardnotes/common": "^1.23.1", "@standardnotes/encryption": "workspace:*", "@standardnotes/models": "workspace:*", - "@standardnotes/responses": "^1.6.39", + "@standardnotes/responses": "^1.9.0", "@standardnotes/security": "^1.1.0", "@standardnotes/services": "workspace:*", "reflect-metadata": "^0.1.13" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 4f3d7389a..ca5226f5f 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/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. +# [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 + +* add utils package ([aef4ceb](https://github.com/standardnotes/app/commit/aef4ceb7f85948f1f08b8b09a4db5d187daa371b)) + ## [2.6.6](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.6.5...@standardnotes/components-meta@2.6.6) (2022-07-05) ### Bug Fixes diff --git a/packages/components/package.json b/packages/components/package.json index 2752877c2..f57a12fd2 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components-meta", - "version": "2.6.6", + "version": "2.7.0", "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 696e7203f..ad2490a04 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,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [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 + +* add utils package ([aef4ceb](https://github.com/standardnotes/app/commit/aef4ceb7f85948f1f08b8b09a4db5d187daa371b)) + ## [0.1.6](https://github.com/standardnotes/app/compare/@standardnotes/advanced-checklist@0.1.5...@standardnotes/advanced-checklist@0.1.6) (2022-07-05) ### Bug Fixes 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 86c182bdf..417f4cb2b 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.1.6", + "version": "0.2.0", "description": "A task editor with grouping functionality.", "author": "Standard Notes.", "keywords": [ diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index ab70ecd97..e6fa266dc 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.51](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.50...@standardnotes/desktop@3.23.51) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.50](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.49...@standardnotes/desktop@3.23.50) (2022-07-06) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 3d7ae8e64..048d094cc 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.50", + "version": "3.23.51", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index 4ccbbd8a2..7b65149b4 100644 --- a/packages/encryption/CHANGELOG.md +++ b/packages/encryption/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.13.0](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.12.0...@standardnotes/encryption@1.13.0) (2022-07-06) + +### Features + +* add sncrypto client side packages ([6ec6679](https://github.com/standardnotes/app/commit/6ec66795d21bdfa5abfa08c3b79b19b5c4cd0449)) +* add utils package ([aef4ceb](https://github.com/standardnotes/app/commit/aef4ceb7f85948f1f08b8b09a4db5d187daa371b)) + # [1.12.0](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.11.0...@standardnotes/encryption@1.12.0) (2022-07-05) ### Features diff --git a/packages/encryption/package.json b/packages/encryption/package.json index bedac5330..9f5e40b7a 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.12.0", + "version": "1.13.0", "engines": { "node": ">=16.0.0 <17.0.0" }, @@ -40,7 +40,7 @@ "dependencies": { "@standardnotes/common": "^1.23.1", "@standardnotes/models": "workspace:*", - "@standardnotes/responses": "^1.6.39", + "@standardnotes/responses": "^1.9.0", "@standardnotes/services": "workspace:*", "@standardnotes/sncrypto-common": "workspace:*", "@standardnotes/utils": "workspace:*", diff --git a/packages/features/CHANGELOG.md b/packages/features/CHANGELOG.md index 9633b5693..2f7847b4e 100644 --- a/packages/features/CHANGELOG.md +++ b/packages/features/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.50.1](https://github.com/standardnotes/app/compare/@standardnotes/features@1.50.0...@standardnotes/features@1.50.1) (2022-07-06) + +### Bug Fixes + +* not supported auth dependency ([46fe662](https://github.com/standardnotes/app/commit/46fe66256b4cddd70c5401958d29e879a42e431d)) + # [1.50.0](https://github.com/standardnotes/app/compare/@standardnotes/features@1.49.3...@standardnotes/features@1.50.0) (2022-07-05) ### Features diff --git a/packages/features/package.json b/packages/features/package.json index fc8618cee..3bfeec91f 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/features", - "version": "1.50.0", + "version": "1.50.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index e4367ec3c..abd1983af 100644 --- a/packages/filepicker/CHANGELOG.md +++ b/packages/filepicker/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.20.0](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.19.1...@standardnotes/filepicker@1.20.0) (2022-07-06) + +### Features + +* add responses package ([9d1f704](https://github.com/standardnotes/app/commit/9d1f7043e55cc8072e669606438e932183770f30)) +* add sncrypto client side packages ([6ec6679](https://github.com/standardnotes/app/commit/6ec66795d21bdfa5abfa08c3b79b19b5c4cd0449)) +* add utils package ([aef4ceb](https://github.com/standardnotes/app/commit/aef4ceb7f85948f1f08b8b09a4db5d187daa371b)) + ## [1.19.1](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.19.0...@standardnotes/filepicker@1.19.1) (2022-07-06) ### Bug Fixes diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index 5d0c0469a..2126be6ae 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.19.1", + "version": "1.20.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index ac0722027..1f7907d19 100644 --- a/packages/files/CHANGELOG.md +++ b/packages/files/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.8.0](https://github.com/standardnotes/app/compare/@standardnotes/files@1.7.1...@standardnotes/files@1.8.0) (2022-07-06) + +### Features + +* add sncrypto client side packages ([6ec6679](https://github.com/standardnotes/app/commit/6ec66795d21bdfa5abfa08c3b79b19b5c4cd0449)) +* add utils package ([aef4ceb](https://github.com/standardnotes/app/commit/aef4ceb7f85948f1f08b8b09a4db5d187daa371b)) + ## [1.7.1](https://github.com/standardnotes/app/compare/@standardnotes/files@1.7.0...@standardnotes/files@1.7.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 0dbd09c0d..3a41529f7 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.7.1", + "version": "1.8.0", "engines": { "node": ">=16.0.0 <17.0.0" }, @@ -36,7 +36,7 @@ "@standardnotes/encryption": "workspace:*", "@standardnotes/filepicker": "workspace:*", "@standardnotes/models": "workspace:*", - "@standardnotes/responses": "^1.6.39", + "@standardnotes/responses": "^1.9.0", "@standardnotes/services": "workspace:*", "@standardnotes/sncrypto-common": "workspace:*", "@standardnotes/utils": "workspace:*", diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 98ff3483a..e50bded10 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.29.0](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.28.3...@standardnotes/mobile@3.29.0) (2022-07-06) + +### Bug Fixes + +* add dompurify to mobile package to fix the build process ([21d8a99](https://github.com/standardnotes/app/commit/21d8a99b3de3dc32e9625d00f9d0c818ff08ac66)) +* missing utils dep on mobile ([e2e9a11](https://github.com/standardnotes/app/commit/e2e9a119841a746d0a6b51e60026b5f542cdf163)) + +### Features + +* add sncrypto client side packages ([6ec6679](https://github.com/standardnotes/app/commit/6ec66795d21bdfa5abfa08c3b79b19b5c4cd0449)) + ## [3.28.3](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.28.2...@standardnotes/mobile@3.28.3) (2022-07-06) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index b90137721..c8ab32818 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.28.3", + "version": "3.29.0", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index af1323003..51e71f143 100644 --- a/packages/models/CHANGELOG.md +++ b/packages/models/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.15.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.14.0...@standardnotes/models@1.15.0) (2022-07-06) + +### Features + +* add utils package ([aef4ceb](https://github.com/standardnotes/app/commit/aef4ceb7f85948f1f08b8b09a4db5d187daa371b)) + # 1.14.0 (2022-07-05) ### Features diff --git a/packages/models/package.json b/packages/models/package.json index 2b75290a2..40024e1ea 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.14.0", + "version": "1.15.0", "engines": { "node": ">=16.0.0 <17.0.0" }, @@ -35,7 +35,7 @@ "dependencies": { "@standardnotes/common": "^1.23.1", "@standardnotes/features": "workspace:*", - "@standardnotes/responses": "^1.6.39", + "@standardnotes/responses": "^1.9.0", "@standardnotes/utils": "workspace:*", "lodash": "^4.17.21", "reflect-metadata": "^0.1.13" diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 1bb5a47fe..ced5c9e68 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.65](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.64...@standardnotes/releases@1.2.65) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.2.64](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.63...@standardnotes/releases@1.2.64) (2022-07-06) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 3042af3ad..c101d4b03 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.2.64", + "version": "1.2.65", "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 3eddd0d63..0d420865e 100644 --- a/packages/responses/CHANGELOG.md +++ b/packages/responses/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.9.0 (2022-07-06) + +### Features + +* add responses package ([9d1f704](https://github.com/standardnotes/app/commit/9d1f7043e55cc8072e669606438e932183770f30)) + # [1.7.0](https://github.com/standardnotes/snjs/compare/@standardnotes/responses@1.6.40...@standardnotes/responses@1.7.0) (2022-07-05) ### Features diff --git a/packages/responses/package.json b/packages/responses/package.json index 39993e6e9..b1f91edcb 100644 --- a/packages/responses/package.json +++ b/packages/responses/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/responses", - "version": "1.8.0", + "version": "1.9.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index a8f0d5457..23a9ac3e0 100644 --- a/packages/services/CHANGELOG.md +++ b/packages/services/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.16.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.15.0...@standardnotes/services@1.16.0) (2022-07-06) + +### Bug Fixes + +* not supported auth dependency ([46fe662](https://github.com/standardnotes/app/commit/46fe66256b4cddd70c5401958d29e879a42e431d)) + +### Features + +* add utils package ([aef4ceb](https://github.com/standardnotes/app/commit/aef4ceb7f85948f1f08b8b09a4db5d187daa371b)) + # 1.15.0 (2022-07-05) ### Features diff --git a/packages/services/package.json b/packages/services/package.json index b7d426a82..807ed2ad0 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.15.0", + "version": "1.16.0", "engines": { "node": ">=16.0.0 <17.0.0" }, @@ -28,7 +28,7 @@ "@standardnotes/auth": "^3.19.4", "@standardnotes/common": "^1.23.1", "@standardnotes/models": "workspace:*", - "@standardnotes/responses": "^1.6.39", + "@standardnotes/responses": "^1.9.0", "@standardnotes/security": "^1.2.0", "@standardnotes/utils": "workspace:*", "reflect-metadata": "^0.1.13" diff --git a/packages/sncrypto-common/CHANGELOG.md b/packages/sncrypto-common/CHANGELOG.md index 54530f531..483bdc9bd 100644 --- a/packages/sncrypto-common/CHANGELOG.md +++ b/packages/sncrypto-common/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.11.0 (2022-07-06) + +### Features + +* add sncrypto client side packages ([6ec6679](https://github.com/standardnotes/app/commit/6ec66795d21bdfa5abfa08c3b79b19b5c4cd0449)) + ## [1.9.1](https://github.com/standardnotes/snjs/compare/@standardnotes/sncrypto-common@1.9.0...@standardnotes/sncrypto-common@1.9.1) (2022-07-04) ### Bug Fixes diff --git a/packages/sncrypto-common/package.json b/packages/sncrypto-common/package.json index c0400a671..940eb206f 100644 --- a/packages/sncrypto-common/package.json +++ b/packages/sncrypto-common/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/sncrypto-common", - "version": "1.10.0", + "version": "1.11.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/sncrypto-web/CHANGELOG.md b/packages/sncrypto-web/CHANGELOG.md index 3a2052748..205fa068f 100644 --- a/packages/sncrypto-web/CHANGELOG.md +++ b/packages/sncrypto-web/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.12.0 (2022-07-06) + +### Bug Fixes + +* composite option for sncrypto-web ([93679df](https://github.com/standardnotes/app/commit/93679df645f87d9fe795945a08d28061f092e178)) + +### Features + +* add sncrypto client side packages ([6ec6679](https://github.com/standardnotes/app/commit/6ec66795d21bdfa5abfa08c3b79b19b5c4cd0449)) + ## [1.10.2](https://github.com/standardnotes/snjs/compare/@standardnotes/sncrypto-web@1.10.1...@standardnotes/sncrypto-web@1.10.2) (2022-07-04) ### Bug Fixes diff --git a/packages/sncrypto-web/package.json b/packages/sncrypto-web/package.json index 3d87b27ad..8b54d58a5 100644 --- a/packages/sncrypto-web/package.json +++ b/packages/sncrypto-web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/sncrypto-web", - "version": "1.11.0", + "version": "1.12.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index af2598b94..b02d89567 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -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.8.0 (2022-07-06) + +### Bug Fixes + +* dompurify dep on utils ([67b0918](https://github.com/standardnotes/app/commit/67b0918ba8bdc93b40234bdec70ba56cc836315b)) +* dompurify deps on utils ([6751f30](https://github.com/standardnotes/app/commit/6751f30db6f6ba0b844ae7007e5704251d8d356f)) +* import from dompurify on utils ([5751092](https://github.com/standardnotes/app/commit/57510921c2bbe79cc33afc43db7f970d7d78a17e)) + +### Features + +* add utils package ([aef4ceb](https://github.com/standardnotes/app/commit/aef4ceb7f85948f1f08b8b09a4db5d187daa371b)) + ## [1.6.13](https://github.com/standardnotes/snjs/compare/@standardnotes/utils@1.6.12...@standardnotes/utils@1.6.13) (2022-07-04) ### Bug Fixes diff --git a/packages/utils/package.json b/packages/utils/package.json index 2c7eaa2ac..95f631088 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/utils", - "version": "1.7.0", + "version": "1.8.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web-server/CHANGELOG.md b/packages/web-server/CHANGELOG.md index 8a0d06357..c38e2f202 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.73](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.72...@standardnotes/web-server@1.2.73) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/web-server + ## [1.2.72](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.71...@standardnotes/web-server@1.2.72) (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 e38f9b978..5056af379 100644 --- a/packages/web-server/package.json +++ b/packages/web-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web-server", - "version": "1.2.72", + "version": "1.2.73", "license": "AGPL-3.0-or-later", "private": true, "author": "Standard Notes.", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 321ef1cc7..c4524f86b 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/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. +# [3.36.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.35.2...@standardnotes/web@3.36.0) (2022-07-06) + +### Features + +* add sncrypto client side packages ([6ec6679](https://github.com/standardnotes/app/commit/6ec66795d21bdfa5abfa08c3b79b19b5c4cd0449)) + ## [3.35.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.35.1...@standardnotes/web@3.35.2) (2022-07-06) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/package.json b/packages/web/package.json index d9aca9dee..914ba5472 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.35.2", + "version": "3.36.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.", diff --git a/yarn.lock b/yarn.lock index cd36377f0..dd3f4538e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6174,7 +6174,7 @@ __metadata: "@standardnotes/common": ^1.23.1 "@standardnotes/encryption": "workspace:*" "@standardnotes/models": "workspace:*" - "@standardnotes/responses": ^1.6.39 + "@standardnotes/responses": ^1.9.0 "@standardnotes/security": ^1.1.0 "@standardnotes/services": "workspace:*" "@types/jest": ^27.4.1 @@ -6531,7 +6531,7 @@ __metadata: "@standardnotes/common": ^1.23.1 "@standardnotes/config": 2.4.3 "@standardnotes/models": "workspace:*" - "@standardnotes/responses": ^1.6.39 + "@standardnotes/responses": ^1.9.0 "@standardnotes/services": "workspace:*" "@standardnotes/sncrypto-common": "workspace:*" "@standardnotes/utils": "workspace:*" @@ -6609,7 +6609,7 @@ __metadata: "@standardnotes/encryption": "workspace:*" "@standardnotes/filepicker": "workspace:*" "@standardnotes/models": "workspace:*" - "@standardnotes/responses": ^1.6.39 + "@standardnotes/responses": ^1.9.0 "@standardnotes/services": "workspace:*" "@standardnotes/sncrypto-common": "workspace:*" "@standardnotes/utils": "workspace:*" @@ -6999,7 +6999,7 @@ __metadata: dependencies: "@standardnotes/common": ^1.23.1 "@standardnotes/features": "workspace:*" - "@standardnotes/responses": ^1.6.39 + "@standardnotes/responses": ^1.9.0 "@standardnotes/utils": "workspace:*" "@types/jest": ^27.4.1 "@types/lodash": ^4.14.182 @@ -7049,7 +7049,7 @@ __metadata: languageName: unknown linkType: soft -"@standardnotes/responses@^1.6.39, @standardnotes/responses@workspace:packages/responses": +"@standardnotes/responses@^1.6.39, @standardnotes/responses@^1.9.0, @standardnotes/responses@workspace:packages/responses": version: 0.0.0-use.local resolution: "@standardnotes/responses@workspace:packages/responses" dependencies: @@ -7132,7 +7132,7 @@ __metadata: "@standardnotes/auth": ^3.19.4 "@standardnotes/common": ^1.23.1 "@standardnotes/models": "workspace:*" - "@standardnotes/responses": ^1.6.39 + "@standardnotes/responses": ^1.9.0 "@standardnotes/security": ^1.2.0 "@standardnotes/utils": "workspace:*" "@types/jest": ^27.4.1