diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md new file mode 100644 index 000000000..b4e061a4a --- /dev/null +++ b/packages/components/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 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 55861a8df..893399f57 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components-meta", - "version": "0.0.1", + "version": "0.1.0", "private": true, "workspaces": { "packages": [ diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 3af84bf18..bfcd63950 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 3.22.0 (2022-06-10) + + +### Bug Fixes + +* desktop ([#1080](https://github.com/standardnotes/app/issues/1080)) ([6801c3d](https://github.com/standardnotes/app/commit/6801c3dd3b931d9bfa3987c7867282da63c65266)) +* icons package ([4df06c1](https://github.com/standardnotes/app/commit/4df06c1d1a59f95ce735f87c106066ea28e5816c)) + + +### Features + +* add desktop repo ([#1071](https://github.com/standardnotes/app/issues/1071)) ([0b7ce82](https://github.com/standardnotes/app/commit/0b7ce82aaa21018da084149bb52b5c90b2273bc8)) +* mobile app package ([#1075](https://github.com/standardnotes/app/issues/1075)) ([8248a38](https://github.com/standardnotes/app/commit/8248a38280cb7c92da2b2e9c7db298f34ae8ffdf)) +* 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)) + + + + + # 3.21.0 (2022-06-10) diff --git a/packages/desktop/package.json b/packages/desktop/package.json index b4629712d..ae378398a 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.21.0", + "version": "3.22.0", "license": "AGPL-3.0-or-later", "private": true, "repository": { @@ -36,7 +36,7 @@ "dependencies": { "@electron/remote": "^2.0.8", "@standardnotes/electron-clear-data": "1.1.1", - "@standardnotes/web": "^3.21.0", + "@standardnotes/web": "^3.22.0", "axios": "^0.27.2", "compare-versions": "^4.1.3", "decrypt": "github:standardnotes/decrypt#master", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index d52535603..a7135f540 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -3,6 +3,22 @@ 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) + + +### 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) diff --git a/packages/icons/package.json b/packages/icons/package.json index 3357ab143..b3aaf62f9 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/icons", - "version": "1.3.0", + "version": "1.4.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 1dbfc8edb..baf472830 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 3.22.0 (2022-06-10) + + +### Bug Fixes + +* icons package ([4df06c1](https://github.com/standardnotes/app/commit/4df06c1d1a59f95ce735f87c106066ea28e5816c)) + + +### Features + +* mobile app package ([#1075](https://github.com/standardnotes/app/issues/1075)) ([8248a38](https://github.com/standardnotes/app/commit/8248a38280cb7c92da2b2e9c7db298f34ae8ffdf)) +* **wip:** components monorepo ([#1082](https://github.com/standardnotes/app/issues/1082)) ([e3d6001](https://github.com/standardnotes/app/commit/e3d6001a178e11e619ca724b2b155b7c0405c023)) + + + + + # 3.21.0 (2022-06-10) diff --git a/packages/mobile/package.json b/packages/mobile/package.json index ac0082a95..186ca7f21 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.21.0", + "version": "3.22.0", "user-version": "3.20.4", "private": true, "license": "AGPL-3.0-or-later", @@ -34,7 +34,7 @@ "@react-navigation/stack": "^6.2.1", "@standardnotes/components": "^1.9.1", "@standardnotes/filepicker": "^1.16.14", - "@standardnotes/icons": "^1.3.0", + "@standardnotes/icons": "^1.4.0", "@standardnotes/react-native-aes": "^1.4.3", "@standardnotes/react-native-textview": "1.0.2", "@standardnotes/react-native-utils": "1.0.1", diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index f0abccfb6..9c0c898ca 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -3,6 +3,24 @@ 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) + + +### 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) diff --git a/packages/styles/package.json b/packages/styles/package.json index 190a35a4c..036fe7c77 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/styles", - "version": "1.1.0", + "version": "1.2.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 70f60d565..0b8eb9269 100644 --- a/packages/toast/CHANGELOG.md +++ b/packages/toast/CHANGELOG.md @@ -3,6 +3,20 @@ 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) + + +### 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)) +* 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) diff --git a/packages/toast/package.json b/packages/toast/package.json index 2d1dbb5a1..c37f77326 100644 --- a/packages/toast/package.json +++ b/packages/toast/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/toast", - "version": "1.1.0", + "version": "1.2.0", "private": true, "main": "./dist/index.js", "scripts": { @@ -18,7 +18,7 @@ }, "dependencies": { "@nanostores/react": "^0.2.0", - "@standardnotes/icons": "^1.3.0", + "@standardnotes/icons": "^1.4.0", "nanoid": "^3.3.4", "nanostores": "^0.5.12" }, diff --git a/packages/web-server/CHANGELOG.md b/packages/web-server/CHANGELOG.md index 643d969c7..b9ca35ead 100644 --- a/packages/web-server/CHANGELOG.md +++ b/packages/web-server/CHANGELOG.md @@ -3,6 +3,18 @@ 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) + + +### Features + +* mobile app package ([#1075](https://github.com/standardnotes/app/issues/1075)) ([8248a38](https://github.com/standardnotes/app/commit/8248a38280cb7c92da2b2e9c7db298f34ae8ffdf)) +* **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) diff --git a/packages/web-server/package.json b/packages/web-server/package.json index 63e057201..1073dc64e 100644 --- a/packages/web-server/package.json +++ b/packages/web-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web-server", - "version": "1.1.0", + "version": "1.2.0", "license": "AGPL-3.0-or-later", "private": true, "author": "Standard Notes", @@ -15,7 +15,7 @@ "build": "bundle install && cp -r ../../node_modules/@standardnotes/components/dist/. public/components/ && bundle exec rails assets:precompile" }, "dependencies": { - "@standardnotes/components-meta": "*", - "@standardnotes/web": "^3.21.0" + "@standardnotes/components-meta": "^0.1.0", + "@standardnotes/web": "^3.22.0" } } diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 1d5172b53..d294d5dfa 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 3.22.0 (2022-06-10) + + +### Bug Fixes + +* don't deselect active note if in user created view ([#1081](https://github.com/standardnotes/app/issues/1081)) ([2ecfcde](https://github.com/standardnotes/app/commit/2ecfcdecb4a0af20003e4b5c4e0544448f680633)) +* dropdown and files button ui ([#1076](https://github.com/standardnotes/app/issues/1076)) ([12f052a](https://github.com/standardnotes/app/commit/12f052a0b202df10ea55351ea4bf6232c2ecb56f)) + + +### Features + +* add desktop repo ([#1071](https://github.com/standardnotes/app/issues/1071)) ([0b7ce82](https://github.com/standardnotes/app/commit/0b7ce82aaa21018da084149bb52b5c90b2273bc8)) +* enable email backups for everyone ([58b6389](https://github.com/standardnotes/app/commit/58b63898de716c52bfec3af96025b61f9d4d6691)) +* 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)) +* 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)) + + + + + # 3.21.0 (2022-06-10) diff --git a/packages/web/package.json b/packages/web/package.json index 4e1381319..e017f90a5 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.21.0", + "version": "3.22.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes", @@ -64,12 +64,12 @@ "@reach/visually-hidden": "^0.16.0", "@standardnotes/components": "1.9.1", "@standardnotes/filepicker": "1.16.14", - "@standardnotes/icons": "^1.3.0", + "@standardnotes/icons": "^1.4.0", "@standardnotes/services": "^1.13.14", "@standardnotes/sncrypto-web": "1.10.1", "@standardnotes/snjs": "^2.115.9", - "@standardnotes/styles": "^1.1.0", - "@standardnotes/toast": "^1.1.0", + "@standardnotes/styles": "^1.2.0", + "@standardnotes/toast": "^1.2.0", "@zip.js/zip.js": "^2.4.10", "mobx": "^6.5.0", "mobx-react-lite": "^3.3.0",