diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index e3e8afd0e..a495eed8d 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/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. +## [2.1.6-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.1.5...@standardnotes/components-meta@2.1.6-alpha.0) (2022-06-18) + +### Bug Fixes + +* plus editor icons ([#1120](https://github.com/standardnotes/app/issues/1120)) ([ba65948](https://github.com/standardnotes/app/commit/ba65948364a3fca7bfa5005c56802102c73ccd99)) + ## [2.1.5](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.1.5-alpha.0...@standardnotes/components-meta@2.1.5) (2022-06-17) **Note:** Version bump only for package @standardnotes/components-meta diff --git a/packages/components/package.json b/packages/components/package.json index 75e9f70b3..3addfd69c 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components-meta", - "version": "2.1.5", + "version": "2.1.6-alpha.0", "private": true, "author": "Standard Notes", "main": "dist", diff --git a/packages/components/src/packages/org.standardnotes.advanced-markdown-editor/CHANGELOG.md b/packages/components/src/packages/org.standardnotes.advanced-markdown-editor/CHANGELOG.md index d92d2528d..f65fb04fa 100644 --- a/packages/components/src/packages/org.standardnotes.advanced-markdown-editor/CHANGELOG.md +++ b/packages/components/src/packages/org.standardnotes.advanced-markdown-editor/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. +## [1.5.4-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/markdown-hybrid@1.5.3...@standardnotes/markdown-hybrid@1.5.4-alpha.0) (2022-06-18) + +### Bug Fixes + +* plus editor icons ([#1120](https://github.com/standardnotes/app/issues/1120)) ([ba65948](https://github.com/standardnotes/app/commit/ba65948364a3fca7bfa5005c56802102c73ccd99)) + ## 1.5.3 (2022-06-16) **Note:** Version bump only for package @standardnotes/markdown-hybrid diff --git a/packages/components/src/packages/org.standardnotes.advanced-markdown-editor/package.json b/packages/components/src/packages/org.standardnotes.advanced-markdown-editor/package.json index 58bbe140e..756725334 100644 --- a/packages/components/src/packages/org.standardnotes.advanced-markdown-editor/package.json +++ b/packages/components/src/packages/org.standardnotes.advanced-markdown-editor/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/markdown-hybrid", "private": true, - "version": "1.5.3", + "version": "1.5.4-alpha.0", "description": "A Standard Notes derived editor that offers full support for Markdown editing.", "main": "dist/dist.js", "author": "Standard Notes ", diff --git a/packages/components/src/packages/org.standardnotes.bold-editor/CHANGELOG.md b/packages/components/src/packages/org.standardnotes.bold-editor/CHANGELOG.md index 808bbcf55..71aa594ed 100644 --- a/packages/components/src/packages/org.standardnotes.bold-editor/CHANGELOG.md +++ b/packages/components/src/packages/org.standardnotes.bold-editor/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. +## [1.3.9-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/bold-editor@1.3.8...@standardnotes/bold-editor@1.3.9-alpha.0) (2022-06-18) + +### Bug Fixes + +* plus editor icons ([#1120](https://github.com/standardnotes/app/issues/1120)) ([ba65948](https://github.com/standardnotes/app/commit/ba65948364a3fca7bfa5005c56802102c73ccd99)) + ## 1.3.8 (2022-06-16) **Note:** Version bump only for package @standardnotes/bold-editor diff --git a/packages/components/src/packages/org.standardnotes.bold-editor/package.json b/packages/components/src/packages/org.standardnotes.bold-editor/package.json index 135f821df..2d1456eb2 100644 --- a/packages/components/src/packages/org.standardnotes.bold-editor/package.json +++ b/packages/components/src/packages/org.standardnotes.bold-editor/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/bold-editor", "private": true, - "version": "1.3.8", + "version": "1.3.9-alpha.0", "main": "dist/dist.js", "scripts": { "skip:components:lint": "eslint app/ --ext .js", diff --git a/packages/components/src/packages/org.standardnotes.code-editor/CHANGELOG.md b/packages/components/src/packages/org.standardnotes.code-editor/CHANGELOG.md index f0986968c..1fdb45ce5 100644 --- a/packages/components/src/packages/org.standardnotes.code-editor/CHANGELOG.md +++ b/packages/components/src/packages/org.standardnotes.code-editor/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. +## [1.3.16-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/classic-code-editor@1.3.15...@standardnotes/classic-code-editor@1.3.16-alpha.0) (2022-06-18) + +### Bug Fixes + +* plus editor icons ([#1120](https://github.com/standardnotes/app/issues/1120)) ([ba65948](https://github.com/standardnotes/app/commit/ba65948364a3fca7bfa5005c56802102c73ccd99)) + ## 1.3.15 (2022-06-16) **Note:** Version bump only for package @standardnotes/classic-code-editor diff --git a/packages/components/src/packages/org.standardnotes.code-editor/package.json b/packages/components/src/packages/org.standardnotes.code-editor/package.json index 894cc7247..06ed07665 100644 --- a/packages/components/src/packages/org.standardnotes.code-editor/package.json +++ b/packages/components/src/packages/org.standardnotes.code-editor/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/classic-code-editor", "private": true, - "version": "1.3.15", + "version": "1.3.16-alpha.0", "description": "A code editor for Standard Notes", "main": "dist/main.js", "author": "Standard Notes ", diff --git a/packages/components/src/packages/org.standardnotes.plus-editor/CHANGELOG.md b/packages/components/src/packages/org.standardnotes.plus-editor/CHANGELOG.md index cd10b94b2..758411295 100644 --- a/packages/components/src/packages/org.standardnotes.plus-editor/CHANGELOG.md +++ b/packages/components/src/packages/org.standardnotes.plus-editor/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. +## [1.6.5-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/rich-text@1.6.4...@standardnotes/rich-text@1.6.5-alpha.0) (2022-06-18) + +### Bug Fixes + +* plus editor icons ([#1120](https://github.com/standardnotes/app/issues/1120)) ([ba65948](https://github.com/standardnotes/app/commit/ba65948364a3fca7bfa5005c56802102c73ccd99)) + ## 1.6.4 (2022-06-16) **Note:** Version bump only for package @standardnotes/rich-text diff --git a/packages/components/src/packages/org.standardnotes.plus-editor/package.json b/packages/components/src/packages/org.standardnotes.plus-editor/package.json index cac90de06..21209b63e 100644 --- a/packages/components/src/packages/org.standardnotes.plus-editor/package.json +++ b/packages/components/src/packages/org.standardnotes.plus-editor/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/rich-text", "private": true, - "version": "1.6.4", + "version": "1.6.5-alpha.0", "description": "A rich text editor for Standard Notes", "main": "dist/dist.js", "author": "Standard Notes ", diff --git a/packages/components/src/packages/org.standardnotes.simple-markdown-editor/CHANGELOG.md b/packages/components/src/packages/org.standardnotes.simple-markdown-editor/CHANGELOG.md index f00fbee15..2a3014834 100644 --- a/packages/components/src/packages/org.standardnotes.simple-markdown-editor/CHANGELOG.md +++ b/packages/components/src/packages/org.standardnotes.simple-markdown-editor/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. +## [1.4.6-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/markdown-basic@1.4.5...@standardnotes/markdown-basic@1.4.6-alpha.0) (2022-06-18) + +### Bug Fixes + +* plus editor icons ([#1120](https://github.com/standardnotes/app/issues/1120)) ([ba65948](https://github.com/standardnotes/app/commit/ba65948364a3fca7bfa5005c56802102c73ccd99)) + ## 1.4.5 (2022-06-16) **Note:** Version bump only for package @standardnotes/markdown-basic diff --git a/packages/components/src/packages/org.standardnotes.simple-markdown-editor/package.json b/packages/components/src/packages/org.standardnotes.simple-markdown-editor/package.json index 1465587be..3d17fe91b 100644 --- a/packages/components/src/packages/org.standardnotes.simple-markdown-editor/package.json +++ b/packages/components/src/packages/org.standardnotes.simple-markdown-editor/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/markdown-basic", "private": true, - "version": "1.4.5", + "version": "1.4.6-alpha.0", "main": "dist/dist.js", "scripts": { "skip:components:lint": "eslint --cache --ext .jsx,.js --format=node_modules/eslint-formatter-pretty .", diff --git a/packages/components/src/packages/org.standardnotes.simple-task-editor/CHANGELOG.md b/packages/components/src/packages/org.standardnotes.simple-task-editor/CHANGELOG.md index 6be039237..328caaec2 100644 --- a/packages/components/src/packages/org.standardnotes.simple-task-editor/CHANGELOG.md +++ b/packages/components/src/packages/org.standardnotes.simple-task-editor/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. +## [1.3.14-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/simple-task-editor@1.3.13...@standardnotes/simple-task-editor@1.3.14-alpha.0) (2022-06-18) + +### Bug Fixes + +* plus editor icons ([#1120](https://github.com/standardnotes/app/issues/1120)) ([ba65948](https://github.com/standardnotes/app/commit/ba65948364a3fca7bfa5005c56802102c73ccd99)) + ## 1.3.13 (2022-06-16) **Note:** Version bump only for package @standardnotes/simple-task-editor diff --git a/packages/components/src/packages/org.standardnotes.simple-task-editor/package.json b/packages/components/src/packages/org.standardnotes.simple-task-editor/package.json index 5869cc258..0baa35bbb 100644 --- a/packages/components/src/packages/org.standardnotes.simple-task-editor/package.json +++ b/packages/components/src/packages/org.standardnotes.simple-task-editor/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/simple-task-editor", "private": true, - "version": "1.3.13", + "version": "1.3.14-alpha.0", "main": "dist/dist.js", "scripts": { "components:compile": "webpack --config webpack.prod.js", diff --git a/packages/components/src/packages/org.standardnotes.standard-sheets/CHANGELOG.md b/packages/components/src/packages/org.standardnotes.standard-sheets/CHANGELOG.md index 52ef8fdec..9722d7195 100644 --- a/packages/components/src/packages/org.standardnotes.standard-sheets/CHANGELOG.md +++ b/packages/components/src/packages/org.standardnotes.standard-sheets/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. +## [1.4.8-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/spreadsheets@1.4.7...@standardnotes/spreadsheets@1.4.8-alpha.0) (2022-06-18) + +### Bug Fixes + +* plus editor icons ([#1120](https://github.com/standardnotes/app/issues/1120)) ([ba65948](https://github.com/standardnotes/app/commit/ba65948364a3fca7bfa5005c56802102c73ccd99)) + ## 1.4.7 (2022-06-16) **Note:** Version bump only for package @standardnotes/spreadsheets diff --git a/packages/components/src/packages/org.standardnotes.standard-sheets/package.json b/packages/components/src/packages/org.standardnotes.standard-sheets/package.json index eeffe836e..8a5c06eb2 100644 --- a/packages/components/src/packages/org.standardnotes.standard-sheets/package.json +++ b/packages/components/src/packages/org.standardnotes.standard-sheets/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/spreadsheets", "private": true, - "version": "1.4.7", + "version": "1.4.8-alpha.0", "main": "dist/dist.js", "scripts": { "skip:components:lint": "eslint app/ --ext .js", diff --git a/packages/components/src/packages/org.standardnotes.token-vault/CHANGELOG.md b/packages/components/src/packages/org.standardnotes.token-vault/CHANGELOG.md index bffc8d523..12b1c1317 100644 --- a/packages/components/src/packages/org.standardnotes.token-vault/CHANGELOG.md +++ b/packages/components/src/packages/org.standardnotes.token-vault/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. +## [2.0.14-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/authenticator@2.0.13...@standardnotes/authenticator@2.0.14-alpha.0) (2022-06-18) + +### Bug Fixes + +* plus editor icons ([#1120](https://github.com/standardnotes/app/issues/1120)) ([ba65948](https://github.com/standardnotes/app/commit/ba65948364a3fca7bfa5005c56802102c73ccd99)) + ## 2.0.13 (2022-06-16) **Note:** Version bump only for package @standardnotes/authenticator diff --git a/packages/components/src/packages/org.standardnotes.token-vault/package.json b/packages/components/src/packages/org.standardnotes.token-vault/package.json index 6aee9d598..64678d4e0 100644 --- a/packages/components/src/packages/org.standardnotes.token-vault/package.json +++ b/packages/components/src/packages/org.standardnotes.token-vault/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/authenticator", - "version": "2.0.13", + "version": "2.0.14-alpha.0", "main": "dist/dist.js", "private": true, "scripts": { diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index a45c76ae9..e89d62171 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.22.11-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.10...@standardnotes/desktop@3.22.11-alpha.0) (2022-06-18) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.22.10](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.10-alpha.0...@standardnotes/desktop@3.22.10) (2022-06-17) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 2bd49e340..f7a27e41f 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.22.10", + "version": "3.22.11-alpha.0", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index fbb4ea655..3d7ce0b1d 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/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. +## [1.4.4-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.4.3...@standardnotes/icons@1.4.4-alpha.0) (2022-06-18) + +### Bug Fixes + +* plus editor icons ([#1120](https://github.com/standardnotes/app/issues/1120)) ([ba65948](https://github.com/standardnotes/app/commit/ba65948364a3fca7bfa5005c56802102c73ccd99)) + ## 1.4.3 (2022-06-16) **Note:** Version bump only for package @standardnotes/icons diff --git a/packages/icons/package.json b/packages/icons/package.json index b72156874..763b1d6ea 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/icons", - "version": "1.4.3", + "version": "1.4.4-alpha.0", "private": true, "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index a3e53e751..309e42cd8 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.23.7-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.23.6...@standardnotes/mobile@3.23.7-alpha.0) (2022-06-18) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.23.6](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.23.6-alpha.0...@standardnotes/mobile@3.23.6) (2022-06-17) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index a1ca01166..987b415e1 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.23.6", + "version": "3.23.7-alpha.0", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/toast/CHANGELOG.md b/packages/toast/CHANGELOG.md index 2f6b297a6..7b1598029 100644 --- a/packages/toast/CHANGELOG.md +++ b/packages/toast/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.2.4-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.2.3...@standardnotes/toast@1.2.4-alpha.0) (2022-06-18) + +**Note:** Version bump only for package @standardnotes/toast + ## 1.2.3 (2022-06-16) **Note:** Version bump only for package @standardnotes/toast diff --git a/packages/toast/package.json b/packages/toast/package.json index 1d4a4e483..3ddf83c18 100644 --- a/packages/toast/package.json +++ b/packages/toast/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/toast", - "version": "1.2.3", + "version": "1.2.4-alpha.0", "private": true, "main": "./src/index.ts", "scripts": { diff --git a/packages/web-server/CHANGELOG.md b/packages/web-server/CHANGELOG.md index 76c5b2e8b..0879eee36 100644 --- a/packages/web-server/CHANGELOG.md +++ b/packages/web-server/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.2.13-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.12...@standardnotes/web-server@1.2.13-alpha.0) (2022-06-18) + +**Note:** Version bump only for package @standardnotes/web-server + ## [1.2.12](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.12-alpha.0...@standardnotes/web-server@1.2.12) (2022-06-17) **Note:** Version bump only for package @standardnotes/web-server diff --git a/packages/web-server/package.json b/packages/web-server/package.json index 190c3a13f..ffd4b9e85 100644 --- a/packages/web-server/package.json +++ b/packages/web-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web-server", - "version": "1.2.12", + "version": "1.2.13-alpha.0", "license": "AGPL-3.0-or-later", "private": true, "author": "Standard Notes.", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 104f8320a..5346cc608 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.22.6-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.22.5...@standardnotes/web@3.22.6-alpha.0) (2022-06-18) + +### Bug Fixes + +* plus editor icons ([#1120](https://github.com/standardnotes/app/issues/1120)) ([ba65948](https://github.com/standardnotes/app/commit/ba65948364a3fca7bfa5005c56802102c73ccd99)) + ## 3.22.5 (2022-06-16) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/package.json b/packages/web/package.json index 0cb13bba3..46174a725 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.22.5", + "version": "3.22.6-alpha.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes", diff --git a/yarn.lock b/yarn.lock index 9d509df1b..ed6d09adf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5438,7 +5438,14 @@ __metadata: languageName: unknown linkType: soft -"@standardnotes/icons@^1.1.8, @standardnotes/icons@workspace:*, @standardnotes/icons@workspace:packages/icons": +"@standardnotes/icons@npm:^1.1.8": + version: 1.1.8 + resolution: "@standardnotes/icons@npm:1.1.8" + checksum: 9886a74e07743b2e0588d631bacee108cd7fd2be70f322a7e26bf1f473f3496ebbed1fa6b0b246d05c1090c0cb137ef28823d14553b59aa83688ddf6168dd84c + languageName: node + linkType: hard + +"@standardnotes/icons@workspace:*, @standardnotes/icons@workspace:packages/icons": version: 0.0.0-use.local resolution: "@standardnotes/icons@workspace:packages/icons" dependencies: