diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index a495eed8d..79535e1fc 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/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.1.6](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.1.6-alpha.0...@standardnotes/components-meta@2.1.6) (2022-06-18) + +**Note:** Version bump only for package @standardnotes/components-meta + ## [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 diff --git a/packages/components/package.json b/packages/components/package.json index 3addfd69c..c30f51a0c 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components-meta", - "version": "2.1.6-alpha.0", + "version": "2.1.6", "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 f65fb04fa..a63a799e1 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,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.5.4](https://github.com/standardnotes/app/compare/@standardnotes/markdown-hybrid@1.5.4-alpha.0...@standardnotes/markdown-hybrid@1.5.4) (2022-06-18) + +**Note:** Version bump only for package @standardnotes/markdown-hybrid + ## [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 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 756725334..0787a8769 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.4-alpha.0", + "version": "1.5.4", "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 71aa594ed..f38b5b3e6 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,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.9](https://github.com/standardnotes/app/compare/@standardnotes/bold-editor@1.3.9-alpha.0...@standardnotes/bold-editor@1.3.9) (2022-06-18) + +**Note:** Version bump only for package @standardnotes/bold-editor + ## [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 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 2d1456eb2..362b1a84f 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.9-alpha.0", + "version": "1.3.9", "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 1fdb45ce5..d39eb78da 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,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.16](https://github.com/standardnotes/app/compare/@standardnotes/classic-code-editor@1.3.16-alpha.0...@standardnotes/classic-code-editor@1.3.16) (2022-06-18) + +**Note:** Version bump only for package @standardnotes/classic-code-editor + ## [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 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 06ed07665..c84eaef22 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.16-alpha.0", + "version": "1.3.16", "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 758411295..e1fdd3142 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,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.6.5](https://github.com/standardnotes/app/compare/@standardnotes/rich-text@1.6.5-alpha.0...@standardnotes/rich-text@1.6.5) (2022-06-18) + +**Note:** Version bump only for package @standardnotes/rich-text + ## [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 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 21209b63e..cced4c34b 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.5-alpha.0", + "version": "1.6.5", "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 2a3014834..33efa45a5 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,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.6](https://github.com/standardnotes/app/compare/@standardnotes/markdown-basic@1.4.6-alpha.0...@standardnotes/markdown-basic@1.4.6) (2022-06-18) + +**Note:** Version bump only for package @standardnotes/markdown-basic + ## [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 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 3d17fe91b..c97ef24b8 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.6-alpha.0", + "version": "1.4.6", "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 328caaec2..c88770dab 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,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.14](https://github.com/standardnotes/app/compare/@standardnotes/simple-task-editor@1.3.14-alpha.0...@standardnotes/simple-task-editor@1.3.14) (2022-06-18) + +**Note:** Version bump only for package @standardnotes/simple-task-editor + ## [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 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 0baa35bbb..f62ef690a 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.14-alpha.0", + "version": "1.3.14", "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 9722d7195..33b80ba15 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,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.8](https://github.com/standardnotes/app/compare/@standardnotes/spreadsheets@1.4.8-alpha.0...@standardnotes/spreadsheets@1.4.8) (2022-06-18) + +**Note:** Version bump only for package @standardnotes/spreadsheets + ## [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 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 8a5c06eb2..09e5c34f0 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.8-alpha.0", + "version": "1.4.8", "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 12b1c1317..854e85a0c 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,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.14](https://github.com/standardnotes/app/compare/@standardnotes/authenticator@2.0.14-alpha.0...@standardnotes/authenticator@2.0.14) (2022-06-18) + +**Note:** Version bump only for package @standardnotes/authenticator + ## [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 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 64678d4e0..a48993dfb 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.14-alpha.0", + "version": "2.0.14", "main": "dist/dist.js", "private": true, "scripts": { diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index e89d62171..185360a74 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](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.11-alpha.0...@standardnotes/desktop@3.22.11) (2022-06-18) + +**Note:** Version bump only for package @standardnotes/desktop + ## [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 diff --git a/packages/desktop/package.json b/packages/desktop/package.json index f7a27e41f..7fc29c603 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.11-alpha.0", + "version": "3.22.11", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 3d7ce0b1d..d8bf3620f 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/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.4](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.4.4-alpha.0...@standardnotes/icons@1.4.4) (2022-06-18) + +**Note:** Version bump only for package @standardnotes/icons + ## [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 diff --git a/packages/icons/package.json b/packages/icons/package.json index 763b1d6ea..24dcc09f9 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/icons", - "version": "1.4.4-alpha.0", + "version": "1.4.4", "private": true, "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 309e42cd8..be4bafdca 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](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.23.7-alpha.0...@standardnotes/mobile@3.23.7) (2022-06-18) + +**Note:** Version bump only for package @standardnotes/mobile + ## [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 diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 987b415e1..36db373cf 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.23.7-alpha.0", + "version": "3.23.7", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/toast/CHANGELOG.md b/packages/toast/CHANGELOG.md index 7b1598029..a1045c68c 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](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.2.4-alpha.0...@standardnotes/toast@1.2.4) (2022-06-18) + +**Note:** Version bump only for package @standardnotes/toast + ## [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 diff --git a/packages/toast/package.json b/packages/toast/package.json index 3ddf83c18..963c56108 100644 --- a/packages/toast/package.json +++ b/packages/toast/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/toast", - "version": "1.2.4-alpha.0", + "version": "1.2.4", "private": true, "main": "./src/index.ts", "scripts": { diff --git a/packages/web-server/CHANGELOG.md b/packages/web-server/CHANGELOG.md index 0879eee36..dbce32a5e 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](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.13-alpha.0...@standardnotes/web-server@1.2.13) (2022-06-18) + +**Note:** Version bump only for package @standardnotes/web-server + ## [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 diff --git a/packages/web-server/package.json b/packages/web-server/package.json index ffd4b9e85..f9b4979c2 100644 --- a/packages/web-server/package.json +++ b/packages/web-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web-server", - "version": "1.2.13-alpha.0", + "version": "1.2.13", "license": "AGPL-3.0-or-later", "private": true, "author": "Standard Notes.", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 5346cc608..bc217f885 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.22.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.22.6-alpha.0...@standardnotes/web@3.22.6) (2022-06-18) + +**Note:** Version bump only for package @standardnotes/web + ## [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 diff --git a/packages/web/package.json b/packages/web/package.json index 46174a725..96c07e51e 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.22.6-alpha.0", + "version": "3.22.6", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes", diff --git a/yarn.lock b/yarn.lock index ed6d09adf..9d509df1b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5438,14 +5438,7 @@ __metadata: languageName: unknown linkType: soft -"@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": +"@standardnotes/icons@^1.1.8, @standardnotes/icons@workspace:*, @standardnotes/icons@workspace:packages/icons": version: 0.0.0-use.local resolution: "@standardnotes/icons@workspace:packages/icons" dependencies: