diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index cbe6ad4ac..9e81efbd1 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.264](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.263...@standardnotes/clipper@1.1.264) (2023-10-18) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.263](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.262...@standardnotes/clipper@1.1.263) (2023-10-17) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index f6dc25795..fe56f60ef 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.263", + "version": "1.1.264", "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 fd440b1b8..b17ac5751 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.108.198](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.178.0...@standardnotes/desktop@3.108.198) (2023-10-18) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.108.197](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.177.7...@standardnotes/desktop@3.108.197) (2023-10-17) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index bf3d6e891..d1a3337a8 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.108.197", + "version": "3.108.198", "license": "AGPL-3.0", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index e470635ae..8cc09cb1e 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.56.177](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.176...@standardnotes/mobile@3.56.177) (2023-10-18) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.56.176](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.175...@standardnotes/mobile@3.56.176) (2023-10-17) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 94e4f35da..83b51fc9c 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.56.176", + "version": "3.56.177", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 11e133666..55ed3cf75 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.552](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.551...@standardnotes/releases@1.4.552) (2023-10-18) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.551](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.550...@standardnotes/releases@1.4.551) (2023-10-17) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 8e78efd06..6e29f0c40 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.551", + "version": "1.4.552", "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 faef84c06..70a3e3631 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.202.98](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.202.97...@standardnotes/snjs@2.202.98) (2023-10-18) + +**Note:** Version bump only for package @standardnotes/snjs + ## [2.202.97](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.202.96...@standardnotes/snjs@2.202.97) (2023-10-17) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index edf9d7943..75affa88b 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.202.97", + "version": "2.202.98", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 96688cda9..5b26dbf29 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.178.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.178.0...@standardnotes/web@3.178.1) (2023-10-18) + +**Note:** Version bump only for package @standardnotes/web + # [3.178.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.177.7...@standardnotes/web@3.178.0) (2023-10-17) ### Features diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 7244d445e..7913c4662 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,16 @@ { "versions": [ + { + "version": "3.178.1", + "title": "[3.178.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.178.0...@standardnotes/web@3.178.1) (2023-10-18)", + "date": null, + "body": "**Note:** Version bump only for package @standardnotes/web", + "parsed": { + "_": [ + "Note: Version bump only for package @standardnotes/web" + ] + } + }, { "version": "3.178.0", "title": "[3.178.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.177.7...@standardnotes/web@3.178.0) (2023-10-17)", diff --git a/packages/web/package.json b/packages/web/package.json index c5edb2366..677c4f07b 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.178.0", + "version": "3.178.1", "license": "AGPL-3.0", "main": "dist/app.js", "author": "Standard Notes.",