diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index 65a13b523..d0954c2e2 100644 --- a/packages/clipper/CHANGELOG.md +++ b/packages/clipper/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.1.431](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.430...@standardnotes/clipper@1.1.431) (2024-03-11) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.430](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.429...@standardnotes/clipper@1.1.430) (2024-03-08) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index a69694e60..3c235866c 100644 --- a/packages/clipper/package.json +++ b/packages/clipper/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/clipper", "description": "Web clipper browser extension for Standard Notes", - "version": "1.1.430", + "version": "1.1.431", "private": true, "scripts": { "build-mv2": "yarn clean && webpack --config ./webpack.config.prod.js", diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index b537b07d7..592c00816 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.110.33](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.191.18...@standardnotes/desktop@3.110.33) (2024-03-11) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.110.32](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.191.17...@standardnotes/desktop@3.110.32) (2024-03-08) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 2dc08925b..a28eddf71 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.110.32", + "version": "3.110.33", "license": "AGPL-3.0", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 337800d3b..d909e7500 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.58.90](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.58.89...@standardnotes/mobile@3.58.90) (2024-03-11) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.58.89](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.58.88...@standardnotes/mobile@3.58.89) (2024-03-08) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 304b5ff61..f4d9be7b1 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.58.89", + "version": "3.58.90", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 5fcb6ae0e..412ff685a 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.726](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.725...@standardnotes/releases@1.4.726) (2024-03-11) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.725](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.724...@standardnotes/releases@1.4.725) (2024-03-08) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 7df83ac59..069ee63a3 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.725", + "version": "1.4.726", "license": "AGPL-3.0", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index a0d17d0c6..4b7d32f4a 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.208.11](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.208.10...@standardnotes/snjs@2.208.11) (2024-03-11) + +**Note:** Version bump only for package @standardnotes/snjs + ## [2.208.10](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.208.9...@standardnotes/snjs@2.208.10) (2024-03-07) ### Bug Fixes diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 5e976a4b0..648761ee3 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.208.10", + "version": "2.208.11", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 917b7854f..bb01f5e3d 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.191.19](https://github.com/standardnotes/app/compare/@standardnotes/web@3.191.18...@standardnotes/web@3.191.19) (2024-03-11) + +**Note:** Version bump only for package @standardnotes/web + ## [3.191.18](https://github.com/standardnotes/app/compare/@standardnotes/web@3.191.17...@standardnotes/web@3.191.18) (2024-03-08) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 97071cdc3..e395f6280 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,16 @@ { "versions": [ + { + "version": "3.191.19", + "title": "[3.191.19](https://github.com/standardnotes/app/compare/@standardnotes/web@3.191.18...@standardnotes/web@3.191.19) (2024-03-11)", + "date": null, + "body": "**Note:** Version bump only for package @standardnotes/web", + "parsed": { + "_": [ + "Note: Version bump only for package @standardnotes/web" + ] + } + }, { "version": "3.191.18", "title": "[3.191.18](https://github.com/standardnotes/app/compare/@standardnotes/web@3.191.17...@standardnotes/web@3.191.18) (2024-03-08)", diff --git a/packages/web/package.json b/packages/web/package.json index 05523db6d..8050436d6 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.191.18", + "version": "3.191.19", "license": "AGPL-3.0", "main": "dist/app.js", "author": "Standard Notes.",