diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index c6ba7942d..3fdae9190 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,52 +3,41 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [0.2.0](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@0.1.4...@standardnotes/components-meta@0.2.0) (2022-06-11) +# 0.3.0-alpha.0 (2022-06-14) +### Bug Fixes + +* sass deprecation warning ([#1100](https://github.com/standardnotes/app/issues/1100)) ([fd115bc](https://github.com/standardnotes/app/commit/fd115bc113c0777ed00c203ff2c9fa4ea4d72f50)) + +### Features + +* add themes source ([#1089](https://github.com/standardnotes/app/issues/1089)) ([e80eb44](https://github.com/standardnotes/app/commit/e80eb441a717b7c892307635ff3af4db2e25d57c)) +* **wip:** components monorepo ([#1082](https://github.com/standardnotes/app/issues/1082)) ([e3d6001](https://github.com/standardnotes/app/commit/e3d6001a178e11e619ca724b2b155b7c0405c023)) + +# [0.2.0](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@0.1.4...@standardnotes/components-meta@0.2.0) (2022-06-11) ### Features * add themes source ([#1089](https://github.com/standardnotes/app/issues/1089)) ([e80eb44](https://github.com/standardnotes/app/commit/e80eb441a717b7c892307635ff3af4db2e25d57c)) - - - - ## [0.1.4](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@0.1.3...@standardnotes/components-meta@0.1.4) (2022-06-11) **Note:** Version bump only for package @standardnotes/components-meta - - - - ## [0.1.3](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@0.1.2...@standardnotes/components-meta@0.1.3) (2022-06-11) **Note:** Version bump only for package @standardnotes/components-meta - - - - ## [0.1.2](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@0.1.1...@standardnotes/components-meta@0.1.2) (2022-06-11) **Note:** Version bump only for package @standardnotes/components-meta - - - - ## [0.1.1](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@0.1.0...@standardnotes/components-meta@0.1.1) (2022-06-10) **Note:** Version bump only for package @standardnotes/components-meta - - - - # 0.1.0 (2022-06-10) - ### Features * **wip:** components monorepo ([#1082](https://github.com/standardnotes/app/issues/1082)) ([e3d6001](https://github.com/standardnotes/app/commit/e3d6001a178e11e619ca724b2b155b7c0405c023)) diff --git a/packages/components/package.json b/packages/components/package.json index 5885534ff..2313398b2 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components", - "version": "0.2.0", + "version": "0.3.0-alpha.0", "private": true, "workspaces": { "packages": [ diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 997364c43..e22decf13 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.3-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.2...@standardnotes/desktop@3.22.3-alpha.0) (2022-06-14) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.22.2](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.1...@standardnotes/desktop@3.22.2) (2022-06-14) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 49c36f767..92cc064f5 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.2", + "version": "3.22.3-alpha.0", "license": "AGPL-3.0-or-later", "private": true, "repository": { diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index a7135f540..aafe435ad 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -3,38 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# 1.4.0 (2022-06-10) +## [1.4.1-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.4.0...@standardnotes/icons@1.4.1-alpha.0) (2022-06-14) +**Note:** Version bump only for package @standardnotes/icons + +# 1.4.0 (2022-06-10) ### Bug Fixes * icons package ([4df06c1](https://github.com/standardnotes/app/commit/4df06c1d1a59f95ce735f87c106066ea28e5816c)) - ### Features * **wip:** components monorepo ([#1082](https://github.com/standardnotes/app/issues/1082)) ([e3d6001](https://github.com/standardnotes/app/commit/e3d6001a178e11e619ca724b2b155b7c0405c023)) - - - - # 1.3.0 (2022-06-10) - ### Bug Fixes * icons package ([4df06c1](https://github.com/standardnotes/app/commit/4df06c1d1a59f95ce735f87c106066ea28e5816c)) - ### Features * **wip:** components monorepo ([8c5e11c](https://github.com/standardnotes/app/commit/8c5e11c22b717ada7a6a9b3115fc4c9b757ec71c)) - - - - # Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. @@ -57,7 +49,6 @@ All notable changes to this project will be documented in this file. See [standa ## 1.1.0 (2022-05-16) - ### Features * initial commit ([67b0674](https://github.com/standardnotes/icons/commit/67b06747584eb7bde6da7cf4f1e1a02a8aebc933)) diff --git a/packages/icons/package.json b/packages/icons/package.json index b3aaf62f9..d2f1b11a3 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/icons", - "version": "1.4.0", + "version": "1.4.1-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 b73756e87..73c39dc78 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.1-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.23.0...@standardnotes/mobile@3.23.1-alpha.0) (2022-06-14) + +**Note:** Version bump only for package @standardnotes/mobile + # 3.23.0 (2022-06-14) ### Bug Fixes diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 9b6c6aca5..4e4412cbf 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.23.0", + "version": "3.23.1-alpha.0", "user-version": "3.23.0", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index 845c24704..fb94be669 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -3,40 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.2-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/styles@1.2.1...@standardnotes/styles@1.2.2-alpha.0) (2022-06-14) + +### Bug Fixes + +* sass deprecation warning ([#1100](https://github.com/standardnotes/app/issues/1100)) ([fd115bc](https://github.com/standardnotes/app/commit/fd115bc113c0777ed00c203ff2c9fa4ea4d72f50)) + ## [1.2.1](https://github.com/standardnotes/app/compare/@standardnotes/styles@1.2.0...@standardnotes/styles@1.2.1) (2022-06-10) **Note:** Version bump only for package @standardnotes/styles - - - - # 1.2.0 (2022-06-10) - ### Bug Fixes * dropdown and files button ui ([#1076](https://github.com/standardnotes/app/issues/1076)) ([12f052a](https://github.com/standardnotes/app/commit/12f052a0b202df10ea55351ea4bf6232c2ecb56f)) - ### Features * mobile app package ([#1075](https://github.com/standardnotes/app/issues/1075)) ([8248a38](https://github.com/standardnotes/app/commit/8248a38280cb7c92da2b2e9c7db298f34ae8ffdf)) * styles package ([#1074](https://github.com/standardnotes/app/issues/1074)) ([3100327](https://github.com/standardnotes/app/commit/31003276b73d3e89824bc002fe616fa055e918c4)) * **wip:** components monorepo ([#1082](https://github.com/standardnotes/app/issues/1082)) ([e3d6001](https://github.com/standardnotes/app/commit/e3d6001a178e11e619ca724b2b155b7c0405c023)) - - - - # 1.1.0 (2022-06-10) - ### Bug Fixes * dropdown and files button ui ([#1076](https://github.com/standardnotes/app/issues/1076)) ([12f052a](https://github.com/standardnotes/app/commit/12f052a0b202df10ea55351ea4bf6232c2ecb56f)) - ### Features * mobile app package ([#1075](https://github.com/standardnotes/app/issues/1075)) ([8248a38](https://github.com/standardnotes/app/commit/8248a38280cb7c92da2b2e9c7db298f34ae8ffdf)) diff --git a/packages/styles/package.json b/packages/styles/package.json index 5ef50da96..fdda6aaf3 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/styles", - "version": "1.2.1", + "version": "1.2.2-alpha.0", "private": true, "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/toast/CHANGELOG.md b/packages/toast/CHANGELOG.md index 0b8eb9269..cd4a13ab4 100644 --- a/packages/toast/CHANGELOG.md +++ b/packages/toast/CHANGELOG.md @@ -3,8 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# 1.2.0 (2022-06-10) +## [1.2.1-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.2.0...@standardnotes/toast@1.2.1-alpha.0) (2022-06-14) +**Note:** Version bump only for package @standardnotes/toast + +# 1.2.0 (2022-06-10) ### Features @@ -13,13 +16,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * toast package ([#1073](https://github.com/standardnotes/app/issues/1073)) ([6d0b6e9](https://github.com/standardnotes/app/commit/6d0b6e9018b2a612b8df4827336883fe04033128)) * **wip:** components monorepo ([#1082](https://github.com/standardnotes/app/issues/1082)) ([e3d6001](https://github.com/standardnotes/app/commit/e3d6001a178e11e619ca724b2b155b7c0405c023)) - - - - # 1.1.0 (2022-06-10) - ### Features * mobile app package ([#1075](https://github.com/standardnotes/app/issues/1075)) ([8248a38](https://github.com/standardnotes/app/commit/8248a38280cb7c92da2b2e9c7db298f34ae8ffdf)) diff --git a/packages/toast/package.json b/packages/toast/package.json index 29ff639e9..631c481fa 100644 --- a/packages/toast/package.json +++ b/packages/toast/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/toast", - "version": "1.2.0", + "version": "1.2.1-alpha.0", "private": true, "main": "./src/index.ts", "scripts": { diff --git a/packages/web-server/CHANGELOG.md b/packages/web-server/CHANGELOG.md index 6703d0be1..58ab4e2e2 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.7-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.6...@standardnotes/web-server@1.2.7-alpha.0) (2022-06-14) + +**Note:** Version bump only for package @standardnotes/web-server + ## [1.2.6](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.5...@standardnotes/web-server@1.2.6) (2022-06-14) **Note:** Version bump only for package @standardnotes/web-server diff --git a/packages/web-server/package.json b/packages/web-server/package.json index 014bf1e66..2f24ce86d 100644 --- a/packages/web-server/package.json +++ b/packages/web-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web-server", - "version": "1.2.6", + "version": "1.2.7-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 eefd0ee96..252a18efd 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.3-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.22.2...@standardnotes/web@3.22.3-alpha.0) (2022-06-14) + +**Note:** Version bump only for package @standardnotes/web + ## [3.22.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.22.1...@standardnotes/web@3.22.2) (2022-06-14) ### Reverts diff --git a/packages/web/package.json b/packages/web/package.json index 65eb70c22..de84c55a7 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.22.2", + "version": "3.22.3-alpha.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",