diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 364ed7645..6498e6b68 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.104.86](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.138.0...@standardnotes/desktop@3.104.86) (2023-01-16) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.104.85](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.137.3...@standardnotes/desktop@3.104.85) (2023-01-12) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 412096f23..ef2e9a07a 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.104.85", + "version": "3.104.86", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 377897171..5c646135a 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.50.22](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.50.21...@standardnotes/mobile@3.50.22) (2023-01-16) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.50.21](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.50.20...@standardnotes/mobile@3.50.21) (2023-01-12) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index bb52ab447..95b8bb6e7 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.50.21", + "version": "3.50.22", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 4ff56226f..7d7cda547 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.4.109](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.108...@standardnotes/releases@1.4.109) (2023-01-16) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.108](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.107...@standardnotes/releases@1.4.108) (2023-01-12) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 31b5fe8d6..9afd3ccfa 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.108", + "version": "1.4.109", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 40685f967..bde581d45 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.163.3](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.163.2...@standardnotes/snjs@2.163.3) (2023-01-16) + +**Note:** Version bump only for package @standardnotes/snjs + ## [2.163.2](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.163.1...@standardnotes/snjs@2.163.2) (2023-01-12) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 8c25b9d4a..c53ff9437 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.163.2", + "version": "2.163.3", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index d23a19055..d0161c8df 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/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.7.2](https://github.com/standardnotes/app/compare/@standardnotes/styles@1.7.1...@standardnotes/styles@1.7.2) (2023-01-16) + +**Note:** Version bump only for package @standardnotes/styles + ## [1.7.1](https://github.com/standardnotes/app/compare/@standardnotes/styles@1.7.0...@standardnotes/styles@1.7.1) (2022-11-16) **Note:** Version bump only for package @standardnotes/styles diff --git a/packages/styles/package.json b/packages/styles/package.json index 1b06c7e83..0a7bc6dce 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/styles", - "version": "1.7.1", + "version": "1.7.2", "main": "dist/index.js", "types": "dist/index.d.ts", "publishConfig": { diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 3c7a18629..4bf2cec2a 100644 --- a/packages/ui-services/CHANGELOG.md +++ b/packages/ui-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.24.1](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.24.0...@standardnotes/ui-services@1.24.1) (2023-01-16) + +**Note:** Version bump only for package @standardnotes/ui-services + # [1.24.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.23.9...@standardnotes/ui-services@1.24.0) (2023-01-12) ### Features diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 6f4f721a6..0733e501a 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.24.0", + "version": "1.24.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 18aaa6a6c..1fc20ec39 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.138.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.138.0...@standardnotes/web@3.138.1) (2023-01-16) + +### Bug Fixes + +* Fixed issue where opening a Super note would change its modified date (skip e2e) ([3923358](https://github.com/standardnotes/app/commit/392335899ad6b2466cf58ff92bea4d3a36419d94)) + # [3.138.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.137.3...@standardnotes/web@3.138.0) (2023-01-12) ### Bug Fixes diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 0ec154ff7..5ddf029be 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.138.1", + "title": "[3.138.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.138.0...@standardnotes/web@3.138.1) (2023-01-16)", + "date": null, + "body": "### Bug Fixes\n\n* Fixed issue where opening a Super note would change its modified date (skip e2e) ([3923358](https://github.com/standardnotes/app/commit/392335899ad6b2466cf58ff92bea4d3a36419d94))", + "parsed": { + "_": [ + "Fixed issue where opening a Super note would change its modified date (skip e2e) (3923358)" + ], + "Bug Fixes": [ + "Fixed issue where opening a Super note would change its modified date (skip e2e) (3923358)" + ] + } + }, { "version": "3.138.0", "title": "[3.138.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.137.3...@standardnotes/web@3.138.0) (2023-01-12)", diff --git a/packages/web/package.json b/packages/web/package.json index 778579f1d..91e1f2cfe 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.138.0", + "version": "3.138.1", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",