diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index baf60d51a..00d85bf64 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.7.10](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.9...@standardnotes/components-meta@2.7.10) (2022-09-07) + +### Bug Fixes + +* add min-height to task textarea ([#1490](https://github.com/standardnotes/app/issues/1490)) ([0e86b13](https://github.com/standardnotes/app/commit/0e86b13a8f3b11ed99cdc49b3a44665396bfca98)) + ## [2.7.9](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.8...@standardnotes/components-meta@2.7.9) (2022-08-23) **Note:** Version bump only for package @standardnotes/components-meta diff --git a/packages/components/package.json b/packages/components/package.json index 90b1b1645..c0664dbad 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components-meta", - "version": "2.7.9", + "version": "2.7.10", "private": true, "author": "Standard Notes.", "main": "dist", diff --git a/packages/components/src/Packages/Editors/org.standardnotes.simple-task-editor/CHANGELOG.md b/packages/components/src/Packages/Editors/org.standardnotes.simple-task-editor/CHANGELOG.md index 7a1d81ab6..845ca7e48 100644 --- a/packages/components/src/Packages/Editors/org.standardnotes.simple-task-editor/CHANGELOG.md +++ b/packages/components/src/Packages/Editors/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.4.4](https://github.com/standardnotes/app/compare/@standardnotes/simple-task-editor@1.4.3...@standardnotes/simple-task-editor@1.4.4) (2022-09-07) + +### Bug Fixes + +* add min-height to task textarea ([#1490](https://github.com/standardnotes/app/issues/1490)) ([0e86b13](https://github.com/standardnotes/app/commit/0e86b13a8f3b11ed99cdc49b3a44665396bfca98)) + ## [1.4.3](https://github.com/standardnotes/app/compare/@standardnotes/simple-task-editor@1.4.2...@standardnotes/simple-task-editor@1.4.3) (2022-07-14) ### Bug Fixes diff --git a/packages/components/src/Packages/Editors/org.standardnotes.simple-task-editor/package.json b/packages/components/src/Packages/Editors/org.standardnotes.simple-task-editor/package.json index faf379778..73388dbe3 100644 --- a/packages/components/src/Packages/Editors/org.standardnotes.simple-task-editor/package.json +++ b/packages/components/src/Packages/Editors/org.standardnotes.simple-task-editor/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/simple-task-editor", "private": true, - "version": "1.4.3", + "version": "1.4.4", "main": "dist/dist.js", "scripts": { "components:compile": "webpack --config webpack.prod.js", diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 82a66d447..74f49a94f 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.23.108](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.107...@standardnotes/desktop@3.23.108) (2022-09-07) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.107](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.106...@standardnotes/desktop@3.23.107) (2022-09-01) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 6d1c5f5a2..03192e605 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.23.107", + "version": "3.23.108", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index a2b96cf35..63ba72969 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.31.24](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.31.23...@standardnotes/mobile@3.31.24) (2022-09-07) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.31.23](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.31.22...@standardnotes/mobile@3.31.23) (2022-09-01) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index aa0d14b5e..8ffb96f26 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.31.23", + "version": "3.31.24", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 060011991..cb05cbc52 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.3.30](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.29...@standardnotes/releases@1.3.30) (2022-09-07) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.29](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.28...@standardnotes/releases@1.3.29) (2022-09-01) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index c3c42155f..5e171b064 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.29", + "version": "1.3.30", "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 0afe453f1..2e05c8418 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.45.12](https://github.com/standardnotes/app/compare/@standardnotes/web@3.45.11...@standardnotes/web@3.45.12) (2022-09-07) + +**Note:** Version bump only for package @standardnotes/web + ## [3.45.11](https://github.com/standardnotes/app/compare/@standardnotes/web@3.45.10...@standardnotes/web@3.45.11) (2022-09-01) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/package.json b/packages/web/package.json index dc273f5ae..7758e8f47 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.45.11", + "version": "3.45.12", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",