From 3f028656f2d9535092157150ebb1e8b7b019a605 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Mon, 11 Jul 2022 14:15:54 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/components-meta@2.7.4 - @standardnotes/desktop@3.23.71 - @standardnotes/docs@0.1.0 - @standardnotes/mobile@3.30.26 - @standardnotes/releases@1.2.92 - @standardnotes/web-server@1.2.94 - @standardnotes/web@3.40.1 - @standardnotes/dynamic-theme@1.1.1 --- packages/components/CHANGELOG.md | 6 ++++++ packages/components/package.json | 2 +- .../Themes/org.standardnotes.theme-dynamic/CHANGELOG.md | 6 ++++++ .../Themes/org.standardnotes.theme-dynamic/package.json | 2 +- packages/desktop/CHANGELOG.md | 4 ++++ packages/desktop/package.json | 2 +- packages/docs/CHANGELOG.md | 6 ++++++ packages/docs/package.json | 2 +- packages/mobile/CHANGELOG.md | 4 ++++ packages/mobile/package.json | 2 +- packages/releases/CHANGELOG.md | 4 ++++ packages/releases/package.json | 2 +- packages/web-server/CHANGELOG.md | 4 ++++ packages/web-server/package.json | 2 +- packages/web/CHANGELOG.md | 6 ++++++ packages/web/package.json | 2 +- 16 files changed, 48 insertions(+), 8 deletions(-) diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index b30e1d688..eccb7871d 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.4](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.3...@standardnotes/components-meta@2.7.4) (2022-07-11) + +### Bug Fixes + +* focus mode & dynamic panels on small screens ([#1246](https://github.com/standardnotes/app/issues/1246)) ([9d230d4](https://github.com/standardnotes/app/commit/9d230d4b81c92b826ef9e8b89cd7192f5b4c8b13)) + ## [2.7.3](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.2...@standardnotes/components-meta@2.7.3) (2022-07-06) ### Bug Fixes diff --git a/packages/components/package.json b/packages/components/package.json index cfb9c24d3..a3b8d64d1 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components-meta", - "version": "2.7.3", + "version": "2.7.4", "private": true, "author": "Standard Notes.", "main": "dist", diff --git a/packages/components/src/Packages/Themes/org.standardnotes.theme-dynamic/CHANGELOG.md b/packages/components/src/Packages/Themes/org.standardnotes.theme-dynamic/CHANGELOG.md index 0f7ae07ca..f78ea24b2 100644 --- a/packages/components/src/Packages/Themes/org.standardnotes.theme-dynamic/CHANGELOG.md +++ b/packages/components/src/Packages/Themes/org.standardnotes.theme-dynamic/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/dynamic-theme@1.1.0...@standardnotes/dynamic-theme@1.1.1) (2022-07-11) + +### Bug Fixes + +* focus mode & dynamic panels on small screens ([#1246](https://github.com/standardnotes/app/issues/1246)) ([9d230d4](https://github.com/standardnotes/app/commit/9d230d4b81c92b826ef9e8b89cd7192f5b4c8b13)) + # [1.1.0](https://github.com/standardnotes/app/compare/@standardnotes/dynamic-theme@1.0.8...@standardnotes/dynamic-theme@1.1.0) (2022-07-06) ### Bug Fixes diff --git a/packages/components/src/Packages/Themes/org.standardnotes.theme-dynamic/package.json b/packages/components/src/Packages/Themes/org.standardnotes.theme-dynamic/package.json index 41d5561a6..2f016cf32 100644 --- a/packages/components/src/Packages/Themes/org.standardnotes.theme-dynamic/package.json +++ b/packages/components/src/Packages/Themes/org.standardnotes.theme-dynamic/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/dynamic-theme", - "version": "1.1.0", + "version": "1.1.1", "main": "dist/dist.css", "private": true, "sn": { diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 90c22bc25..07d2cdf6f 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.71](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.70...@standardnotes/desktop@3.23.71) (2022-07-11) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.70](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.69...@standardnotes/desktop@3.23.70) (2022-07-09) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index d9316a60e..d870f726a 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.70", + "version": "3.23.71", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index 2deaaf237..620a355af 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/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. +# [0.1.0](https://github.com/standardnotes/app/compare/@standardnotes/docs@0.0.3...@standardnotes/docs@0.1.0) (2022-07-11) + +### Features + +* **docs:** improve docker page ([#1240](https://github.com/standardnotes/app/issues/1240)) ([b025e39](https://github.com/standardnotes/app/commit/b025e394c129a53f41cb5835943901cf40fc92b6)) + ## [0.0.3](https://github.com/standardnotes/app/compare/@standardnotes/docs@0.0.2...@standardnotes/docs@0.0.3) (2022-07-09) ### Bug Fixes diff --git a/packages/docs/package.json b/packages/docs/package.json index 4431d1624..ac19b8ee2 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/docs", - "version": "0.0.3", + "version": "0.1.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 112f5852d..4c0094e5e 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.30.26](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.30.25...@standardnotes/mobile@3.30.26) (2022-07-11) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.30.25](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.30.24...@standardnotes/mobile@3.30.25) (2022-07-09) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index cae098f37..09ab1dbee 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.30.25", + "version": "3.30.26", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index c0b6ee439..c4bd8be5a 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.92](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.91...@standardnotes/releases@1.2.92) (2022-07-11) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.2.91](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.90...@standardnotes/releases@1.2.91) (2022-07-09) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 28dd90e08..84108fcbd 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.2.91", + "version": "1.2.92", "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 244dacf68..8a0b63fd4 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.94](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.93...@standardnotes/web-server@1.2.94) (2022-07-11) + +**Note:** Version bump only for package @standardnotes/web-server + ## [1.2.93](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.92...@standardnotes/web-server@1.2.93) (2022-07-09) **Note:** Version bump only for package @standardnotes/web-server diff --git a/packages/web-server/package.json b/packages/web-server/package.json index b4bc49a3f..37d416f94 100644 --- a/packages/web-server/package.json +++ b/packages/web-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web-server", - "version": "1.2.93", + "version": "1.2.94", "license": "AGPL-3.0-or-later", "private": true, "author": "Standard Notes.", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 5c28a6ac3..b444e4410 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.40.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.40.0...@standardnotes/web@3.40.1) (2022-07-11) + +### Bug Fixes + +* focus mode & dynamic panels on small screens ([#1246](https://github.com/standardnotes/app/issues/1246)) ([9d230d4](https://github.com/standardnotes/app/commit/9d230d4b81c92b826ef9e8b89cd7192f5b4c8b13)) + # [3.40.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.39.1...@standardnotes/web@3.40.0) (2022-07-09) ### Features diff --git a/packages/web/package.json b/packages/web/package.json index 9cfb6c5a6..311d32260 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.40.0", + "version": "3.40.1", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",