diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index 0c9d09f09..cc8fd5ce1 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.102](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.101...@standardnotes/clipper@1.1.102) (2023-07-19) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.101](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.100...@standardnotes/clipper@1.1.101) (2023-07-18) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index e286d45a7..d199d791b 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.101", + "version": "1.1.102", "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 635d942a4..4fea1df44 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.33](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.166.19...@standardnotes/desktop@3.108.33) (2023-07-19) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.108.32](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.166.18...@standardnotes/desktop@3.108.32) (2023-07-18) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 8070c0447..cae613438 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.32", + "version": "3.108.33", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index e831f906a..c8e353e88 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.12](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.11...@standardnotes/mobile@3.56.12) (2023-07-19) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.56.11](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.10...@standardnotes/mobile@3.56.11) (2023-07-18) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index f2240e090..ca93f5a55 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.56.11", + "version": "3.56.12", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index d747b278e..da2bba37d 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.384](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.383...@standardnotes/releases@1.4.384) (2023-07-19) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.383](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.382...@standardnotes/releases@1.4.383) (2023-07-18) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index a7948fa56..5729e0d3d 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.383", + "version": "1.4.384", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index a210080dc..a61bf5a6b 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.167.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.166.19...@standardnotes/web@3.167.0) (2023-07-19) + +### Features + +* Added Undo/Redo buttons to Super mobile toolbar ([edead7e](https://github.com/standardnotes/app/commit/edead7e2511b6c59843bb5b0336ef89fd3240f77)) + ## [3.166.19](https://github.com/standardnotes/app/compare/@standardnotes/web@3.166.18...@standardnotes/web@3.166.19) (2023-07-18) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index bab677228..4911eed1e 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.167.0", + "title": "[3.167.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.166.19...@standardnotes/web@3.167.0) (2023-07-19)", + "date": null, + "body": "### Features\n\n* Added Undo/Redo buttons to Super mobile toolbar ([edead7e](https://github.com/standardnotes/app/commit/edead7e2511b6c59843bb5b0336ef89fd3240f77))", + "parsed": { + "_": [ + "Added Undo/Redo buttons to Super mobile toolbar (edead7e)" + ], + "Features": [ + "Added Undo/Redo buttons to Super mobile toolbar (edead7e)" + ] + } + }, { "version": "3.166.19", "title": "[3.166.19](https://github.com/standardnotes/app/compare/@standardnotes/web@3.166.18...@standardnotes/web@3.166.19) (2023-07-18)", diff --git a/packages/web/package.json b/packages/web/package.json index a85490c4c..84600d5fc 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.166.19", + "version": "3.167.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",