diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index d7facb666..8381f07d2 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.4.0](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.3.0...@standardnotes/components-meta@2.4.0) (2022-06-27) + +### Features + +* **web:** tailwind css ([#1147](https://github.com/standardnotes/app/issues/1147)) ([b80038f](https://github.com/standardnotes/app/commit/b80038f607d7411912fa99366abf559a44874ef3)) + # [2.3.0](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.2.3...@standardnotes/components-meta@2.3.0) (2022-06-27) ### Features diff --git a/packages/components/package.json b/packages/components/package.json index 5e50b4c62..26e3a45db 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components-meta", - "version": "2.3.0", + "version": "2.4.0", "private": true, "author": "Standard Notes.", "main": "dist", diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 7f3cfc490..08032d5ba 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/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.23.0](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.21...@standardnotes/desktop@3.23.0) (2022-06-27) + +### Features + +* **web:** tailwind css ([#1147](https://github.com/standardnotes/app/issues/1147)) ([b80038f](https://github.com/standardnotes/app/commit/b80038f607d7411912fa99366abf559a44874ef3)) + ## [3.22.21](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.20...@standardnotes/desktop@3.22.21) (2022-06-27) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 5ec58b47d..636416dcd 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.21", + "version": "3.23.0", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 63ae81950..dbb94d82a 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.25.1](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.25.0...@standardnotes/mobile@3.25.1) (2022-06-27) + +**Note:** Version bump only for package @standardnotes/mobile + # [3.25.0](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.24.8...@standardnotes/mobile@3.25.0) (2022-06-27) ### Features diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 8844edb00..d042aeeed 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.25.0", + "version": "3.25.1", "author": "Standard Notes", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 651a70f5e..f3cf89980 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.2.10](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.9...@standardnotes/releases@1.2.10) (2022-06-27) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.2.9](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.8...@standardnotes/releases@1.2.9) (2022-06-27) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 738381443..046d3dcc0 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.2.9", + "version": "1.2.10", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index 05a1fbb74..246dbcded 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/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.0](https://github.com/standardnotes/app/compare/@standardnotes/styles@1.3.1...@standardnotes/styles@1.4.0) (2022-06-27) + +### Features + +* **web:** tailwind css ([#1147](https://github.com/standardnotes/app/issues/1147)) ([b80038f](https://github.com/standardnotes/app/commit/b80038f607d7411912fa99366abf559a44874ef3)) + ## [1.3.1](https://github.com/standardnotes/app/compare/@standardnotes/styles@1.3.1-alpha.0...@standardnotes/styles@1.3.1) (2022-06-23) **Note:** Version bump only for package @standardnotes/styles diff --git a/packages/styles/package.json b/packages/styles/package.json index 5a344a373..5e740ac9e 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/styles", - "version": "1.3.1", + "version": "1.4.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 a1045c68c..9301a93dc 100644 --- a/packages/toast/CHANGELOG.md +++ b/packages/toast/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.0](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.2.4...@standardnotes/toast@1.3.0) (2022-06-27) + +### Features + +* **web:** tailwind css ([#1147](https://github.com/standardnotes/app/issues/1147)) ([b80038f](https://github.com/standardnotes/app/commit/b80038f607d7411912fa99366abf559a44874ef3)) + ## [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 diff --git a/packages/toast/package.json b/packages/toast/package.json index 963c56108..1e3551115 100644 --- a/packages/toast/package.json +++ b/packages/toast/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/toast", - "version": "1.2.4", + "version": "1.3.0", "private": true, "main": "./src/index.ts", "scripts": { diff --git a/packages/web-server/CHANGELOG.md b/packages/web-server/CHANGELOG.md index 2b6190d5f..65f576580 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.24](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.23...@standardnotes/web-server@1.2.24) (2022-06-27) + +**Note:** Version bump only for package @standardnotes/web-server + ## [1.2.23](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.22...@standardnotes/web-server@1.2.23) (2022-06-27) **Note:** Version bump only for package @standardnotes/web-server diff --git a/packages/web-server/package.json b/packages/web-server/package.json index c776d6302..6b711b50c 100644 --- a/packages/web-server/package.json +++ b/packages/web-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web-server", - "version": "1.2.23", + "version": "1.2.24", "license": "AGPL-3.0-or-later", "private": true, "author": "Standard Notes.", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 5fba75b62..0d0ad892a 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.26.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.25.0...@standardnotes/web@3.26.0) (2022-06-27) + +### Features + +* **web:** tailwind css ([#1147](https://github.com/standardnotes/app/issues/1147)) ([b80038f](https://github.com/standardnotes/app/commit/b80038f607d7411912fa99366abf559a44874ef3)) + # [3.25.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.24.6...@standardnotes/web@3.25.0) (2022-06-27) ### Features diff --git a/packages/web/package.json b/packages/web/package.json index 8daaa88df..a32239d99 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.25.0", + "version": "3.26.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",