diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index e10abc2f99d..39e98de60fa 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.269](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.268...@standardnotes/clipper@1.1.269) (2023-10-19) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.268](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.267...@standardnotes/clipper@1.1.268) (2023-10-19) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index 79e5b5573ca..dd963536825 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.268", + "version": "1.1.269", "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 504c25f02cd..57ef6e69705 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.203](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.178.5...@standardnotes/desktop@3.108.203) (2023-10-19) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.108.202](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.178.4...@standardnotes/desktop@3.108.202) (2023-10-19) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index c8bef57eca9..1f2f1cddb25 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.202", + "version": "3.108.203", "license": "AGPL-3.0", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index b6f7281948d..064b70781cc 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.182](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.181...@standardnotes/mobile@3.56.182) (2023-10-19) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.56.181](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.180...@standardnotes/mobile@3.56.181) (2023-10-19) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 19a2bdfba9f..2e4dfc1607b 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.56.181", + "version": "3.56.182", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 8e3b1e86e95..905c98c15cf 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.557](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.556...@standardnotes/releases@1.4.557) (2023-10-19) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.556](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.555...@standardnotes/releases@1.4.556) (2023-10-19) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 59a37b3f871..a3fe5dc4212 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.556", + "version": "1.4.557", "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 70a3e3631b7..da63a81009e 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.99](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.202.98...@standardnotes/snjs@2.202.99) (2023-10-19) + +**Note:** Version bump only for package @standardnotes/snjs + ## [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 diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 75affa88b85..88d07b0482b 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.202.98", + "version": "2.202.99", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 14f9e961755..c8c5b3921ae 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.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.178.5...@standardnotes/web@3.178.6) (2023-10-19) + +**Note:** Version bump only for package @standardnotes/web + ## [3.178.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.178.4...@standardnotes/web@3.178.5) (2023-10-19) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index a9f75c9779a..477c84bc81a 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,16 @@ { "versions": [ + { + "version": "3.178.6", + "title": "[3.178.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.178.5...@standardnotes/web@3.178.6) (2023-10-19)", + "date": null, + "body": "**Note:** Version bump only for package @standardnotes/web", + "parsed": { + "_": [ + "Note: Version bump only for package @standardnotes/web" + ] + } + }, { "version": "3.178.5", "title": "[3.178.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.178.4...@standardnotes/web@3.178.5) (2023-10-19)", diff --git a/packages/web/package.json b/packages/web/package.json index 65a8eef6bd1..bf2943a1e16 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.178.5", + "version": "3.178.6", "license": "AGPL-3.0", "main": "dist/app.js", "author": "Standard Notes.",