diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index db9e4fe13..32c585886 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.5.9](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.5.8...@standardnotes/components-meta@2.5.9) (2022-07-01) + +### Bug Fixes + +* **web:** selected navigation item color ([#1191](https://github.com/standardnotes/app/issues/1191)) ([0193ba3](https://github.com/standardnotes/app/commit/0193ba3e7bffa59a3359c984359138e9be34c4e1)) + ## [2.5.8](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.5.7...@standardnotes/components-meta@2.5.8) (2022-06-30) ### Bug Fixes diff --git a/packages/components/package.json b/packages/components/package.json index aeff61058..3ee06eafa 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components-meta", - "version": "2.5.8", + "version": "2.5.9", "private": true, "author": "Standard Notes.", "main": "dist", diff --git a/packages/components/src/Packages/Themes/org.standardnotes.theme-autobiography/CHANGELOG.md b/packages/components/src/Packages/Themes/org.standardnotes.theme-autobiography/CHANGELOG.md index 73c8ff2a5..0824aafc8 100644 --- a/packages/components/src/Packages/Themes/org.standardnotes.theme-autobiography/CHANGELOG.md +++ b/packages/components/src/Packages/Themes/org.standardnotes.theme-autobiography/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.1.1](https://github.com/standardnotes/app/compare/@standardnotes/autobiography-theme@1.1.0...@standardnotes/autobiography-theme@1.1.1) (2022-07-01) + +### Bug Fixes + +* **web:** selected navigation item color ([#1191](https://github.com/standardnotes/app/issues/1191)) ([0193ba3](https://github.com/standardnotes/app/commit/0193ba3e7bffa59a3359c984359138e9be34c4e1)) + # [1.1.0](https://github.com/standardnotes/app/compare/@standardnotes/autobiography-theme@1.0.8...@standardnotes/autobiography-theme@1.1.0) (2022-06-29) ### Bug Fixes diff --git a/packages/components/src/Packages/Themes/org.standardnotes.theme-autobiography/package.json b/packages/components/src/Packages/Themes/org.standardnotes.theme-autobiography/package.json index e8b1f8c95..c4ee7cb9f 100644 --- a/packages/components/src/Packages/Themes/org.standardnotes.theme-autobiography/package.json +++ b/packages/components/src/Packages/Themes/org.standardnotes.theme-autobiography/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/autobiography-theme", - "version": "1.1.0", + "version": "1.1.1", "main": "dist/dist.css", "private": true, "sn": { diff --git a/packages/components/src/Packages/Themes/org.standardnotes.theme-focus/CHANGELOG.md b/packages/components/src/Packages/Themes/org.standardnotes.theme-focus/CHANGELOG.md index 8f4d69797..0cfda32fc 100644 --- a/packages/components/src/Packages/Themes/org.standardnotes.theme-focus/CHANGELOG.md +++ b/packages/components/src/Packages/Themes/org.standardnotes.theme-focus/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.1](https://github.com/standardnotes/app/compare/@standardnotes/focus-theme@1.3.0...@standardnotes/focus-theme@1.3.1) (2022-07-01) + +### Bug Fixes + +* **web:** selected navigation item color ([#1191](https://github.com/standardnotes/app/issues/1191)) ([0193ba3](https://github.com/standardnotes/app/commit/0193ba3e7bffa59a3359c984359138e9be34c4e1)) + # [1.3.0](https://github.com/standardnotes/app/compare/@standardnotes/focus-theme@1.2.13...@standardnotes/focus-theme@1.3.0) (2022-06-29) ### Bug Fixes diff --git a/packages/components/src/Packages/Themes/org.standardnotes.theme-focus/package.json b/packages/components/src/Packages/Themes/org.standardnotes.theme-focus/package.json index a1bcf412f..f8413806f 100644 --- a/packages/components/src/Packages/Themes/org.standardnotes.theme-focus/package.json +++ b/packages/components/src/Packages/Themes/org.standardnotes.theme-focus/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/focus-theme", - "version": "1.3.0", + "version": "1.3.1", "main": "dist/dist.css", "private": true, "sn": { diff --git a/packages/components/src/Packages/Themes/org.standardnotes.theme-futura/CHANGELOG.md b/packages/components/src/Packages/Themes/org.standardnotes.theme-futura/CHANGELOG.md index 583e6fba7..d8c6033bf 100644 --- a/packages/components/src/Packages/Themes/org.standardnotes.theme-futura/CHANGELOG.md +++ b/packages/components/src/Packages/Themes/org.standardnotes.theme-futura/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.1](https://github.com/standardnotes/app/compare/@standardnotes/futura-theme@1.3.0...@standardnotes/futura-theme@1.3.1) (2022-07-01) + +### Bug Fixes + +* **web:** selected navigation item color ([#1191](https://github.com/standardnotes/app/issues/1191)) ([0193ba3](https://github.com/standardnotes/app/commit/0193ba3e7bffa59a3359c984359138e9be34c4e1)) + # [1.3.0](https://github.com/standardnotes/app/compare/@standardnotes/futura-theme@1.2.13...@standardnotes/futura-theme@1.3.0) (2022-06-29) ### Bug Fixes diff --git a/packages/components/src/Packages/Themes/org.standardnotes.theme-futura/package.json b/packages/components/src/Packages/Themes/org.standardnotes.theme-futura/package.json index 17a22c66b..8a483068c 100644 --- a/packages/components/src/Packages/Themes/org.standardnotes.theme-futura/package.json +++ b/packages/components/src/Packages/Themes/org.standardnotes.theme-futura/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/futura-theme", - "version": "1.3.0", + "version": "1.3.1", "main": "dist/dist.css", "private": true, "sn": { diff --git a/packages/components/src/Packages/Themes/org.standardnotes.theme-midnight/CHANGELOG.md b/packages/components/src/Packages/Themes/org.standardnotes.theme-midnight/CHANGELOG.md index 305024bce..84519329f 100644 --- a/packages/components/src/Packages/Themes/org.standardnotes.theme-midnight/CHANGELOG.md +++ b/packages/components/src/Packages/Themes/org.standardnotes.theme-midnight/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.1](https://github.com/standardnotes/app/compare/@standardnotes/midnight-theme@1.3.0...@standardnotes/midnight-theme@1.3.1) (2022-07-01) + +### Bug Fixes + +* **web:** selected navigation item color ([#1191](https://github.com/standardnotes/app/issues/1191)) ([0193ba3](https://github.com/standardnotes/app/commit/0193ba3e7bffa59a3359c984359138e9be34c4e1)) + # [1.3.0](https://github.com/standardnotes/app/compare/@standardnotes/midnight-theme@1.2.12...@standardnotes/midnight-theme@1.3.0) (2022-06-29) ### Bug Fixes diff --git a/packages/components/src/Packages/Themes/org.standardnotes.theme-midnight/package.json b/packages/components/src/Packages/Themes/org.standardnotes.theme-midnight/package.json index 0e460cee2..b59530307 100644 --- a/packages/components/src/Packages/Themes/org.standardnotes.theme-midnight/package.json +++ b/packages/components/src/Packages/Themes/org.standardnotes.theme-midnight/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/midnight-theme", - "version": "1.3.0", + "version": "1.3.1", "main": "dist/dist.css", "private": true, "sn": { diff --git a/packages/components/src/Packages/Themes/org.standardnotes.theme-solarized-dark/CHANGELOG.md b/packages/components/src/Packages/Themes/org.standardnotes.theme-solarized-dark/CHANGELOG.md index f8baf2bcd..6cdbce689 100644 --- a/packages/components/src/Packages/Themes/org.standardnotes.theme-solarized-dark/CHANGELOG.md +++ b/packages/components/src/Packages/Themes/org.standardnotes.theme-solarized-dark/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.2](https://github.com/standardnotes/app/compare/@standardnotes/solarized-dark-theme@1.3.1...@standardnotes/solarized-dark-theme@1.3.2) (2022-07-01) + +### Bug Fixes + +* **web:** selected navigation item color ([#1191](https://github.com/standardnotes/app/issues/1191)) ([0193ba3](https://github.com/standardnotes/app/commit/0193ba3e7bffa59a3359c984359138e9be34c4e1)) + ## [1.3.1](https://github.com/standardnotes/app/compare/@standardnotes/solarized-dark-theme@1.3.0...@standardnotes/solarized-dark-theme@1.3.1) (2022-06-29) ### Bug Fixes diff --git a/packages/components/src/Packages/Themes/org.standardnotes.theme-solarized-dark/package.json b/packages/components/src/Packages/Themes/org.standardnotes.theme-solarized-dark/package.json index 7a3c0a85f..d93c82f91 100644 --- a/packages/components/src/Packages/Themes/org.standardnotes.theme-solarized-dark/package.json +++ b/packages/components/src/Packages/Themes/org.standardnotes.theme-solarized-dark/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/solarized-dark-theme", - "version": "1.3.1", + "version": "1.3.2", "main": "dist/dist.css", "author": "Standard Notes", "private": true, diff --git a/packages/components/src/Packages/Themes/org.standardnotes.theme-titanium/CHANGELOG.md b/packages/components/src/Packages/Themes/org.standardnotes.theme-titanium/CHANGELOG.md index c936692d8..3c5334b9e 100644 --- a/packages/components/src/Packages/Themes/org.standardnotes.theme-titanium/CHANGELOG.md +++ b/packages/components/src/Packages/Themes/org.standardnotes.theme-titanium/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.1](https://github.com/standardnotes/app/compare/@standardnotes/titanium-theme@1.3.0...@standardnotes/titanium-theme@1.3.1) (2022-07-01) + +### Bug Fixes + +* **web:** selected navigation item color ([#1191](https://github.com/standardnotes/app/issues/1191)) ([0193ba3](https://github.com/standardnotes/app/commit/0193ba3e7bffa59a3359c984359138e9be34c4e1)) + # [1.3.0](https://github.com/standardnotes/app/compare/@standardnotes/titanium-theme@1.2.12...@standardnotes/titanium-theme@1.3.0) (2022-06-29) ### Bug Fixes diff --git a/packages/components/src/Packages/Themes/org.standardnotes.theme-titanium/package.json b/packages/components/src/Packages/Themes/org.standardnotes.theme-titanium/package.json index c7f33f8f5..84de58a02 100644 --- a/packages/components/src/Packages/Themes/org.standardnotes.theme-titanium/package.json +++ b/packages/components/src/Packages/Themes/org.standardnotes.theme-titanium/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/titanium-theme", - "version": "1.3.0", + "version": "1.3.1", "main": "dist/dist.css", "private": true, "sn": { diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 237860283..5fef0ec30 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.27](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.26...@standardnotes/desktop@3.23.27) (2022-07-01) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.26](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.25...@standardnotes/desktop@3.23.26) (2022-07-01) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 690df2a2e..afbc1ad5c 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.26", + "version": "3.23.27", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 2de7e1079..71a419d55 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.26.8](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.26.7...@standardnotes/mobile@3.26.8) (2022-07-01) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.26.7](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.26.6...@standardnotes/mobile@3.26.7) (2022-07-01) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 6fdc65a8e..1a7ad23a7 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.26.7", + "version": "3.26.8", "author": "Standard Notes", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 658ba506a..26c0e8a77 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.40](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.39...@standardnotes/releases@1.2.40) (2022-07-01) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.2.39](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.38...@standardnotes/releases@1.2.39) (2022-07-01) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 28c85352a..b2daa32a7 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.2.39", + "version": "1.2.40", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/web-server/CHANGELOG.md b/packages/web-server/CHANGELOG.md index 2a0a928e9..64f81db9b 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.49](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.48...@standardnotes/web-server@1.2.49) (2022-07-01) + +**Note:** Version bump only for package @standardnotes/web-server + ## [1.2.48](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.47...@standardnotes/web-server@1.2.48) (2022-07-01) **Note:** Version bump only for package @standardnotes/web-server diff --git a/packages/web-server/package.json b/packages/web-server/package.json index 5a4601cb2..388613b38 100644 --- a/packages/web-server/package.json +++ b/packages/web-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web-server", - "version": "1.2.48", + "version": "1.2.49", "license": "AGPL-3.0-or-later", "private": true, "author": "Standard Notes.", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index f48fd6bdc..ccc33094c 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.29.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.29.1...@standardnotes/web@3.29.2) (2022-07-01) + +### Bug Fixes + +* **web:** selected navigation item color ([#1191](https://github.com/standardnotes/app/issues/1191)) ([0193ba3](https://github.com/standardnotes/app/commit/0193ba3e7bffa59a3359c984359138e9be34c4e1)) + ## [3.29.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.29.0...@standardnotes/web@3.29.1) (2022-07-01) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index fa7ab8d18..c0b62189c 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.29.1", + "version": "3.29.2", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",