diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d5b9f5..dfa89b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.22.1](https://github.com/neopostmodern/structure/compare/v0.22.0...v0.22.1) (2022-12-16) + + +### Bug Fixes + +* **client:** don't treat key presses on textarea as shortcuts ([1380e07](https://github.com/neopostmodern/structure/commit/1380e0728e6ebfe06ee9ec7261382fbcfe948f9c)) + + + + + # [0.22.0](https://github.com/neopostmodern/structure/compare/v0.21.0...v0.22.0) (2022-12-13) @@ -330,6 +346,3 @@ ### Bug Fixes * **client:** don't treat key presses on textarea as shortcuts ([1380e07](https://github.com/neopostmodern/structure/commit/1380e0728e6ebfe06ee9ec7261382fbcfe948f9c)) - - - diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 5310ab5..cd04794 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -1,3 +1,19 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.22.1](https://github.com/neopostmodern/structure/compare/v0.22.0...v0.22.1) (2022-12-16) + + +### Bug Fixes + +* **client:** don't treat key presses on textarea as shortcuts ([1380e07](https://github.com/neopostmodern/structure/commit/1380e0728e6ebfe06ee9ec7261382fbcfe948f9c)) + + + + + # 2.1.0 - Migrate to `css-minifier-webpack-plugin` diff --git a/client/package-lock.json b/client/package-lock.json index 261073a..252ab37 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "@structure/client", - "version": "0.22.0", + "version": "0.22.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@structure/client", - "version": "0.22.0", + "version": "0.22.1", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { @@ -132,13 +132,13 @@ }, "../common": { "name": "@structure/common", - "version": "0.22.0", + "version": "0.22.1", "hasInstallScript": true, "license": "ISC" }, "../config": { "name": "@structure/config", - "version": "0.22.0" + "version": "0.22.1" }, "node_modules/@adobe/css-tools": { "version": "4.0.1", diff --git a/client/package.json b/client/package.json index 1948ed5..e292a24 100644 --- a/client/package.json +++ b/client/package.json @@ -1,7 +1,7 @@ { "name": "@structure/client", "description": "Frontend (desktop and web app) for the Structure bookmarking software", - "version": "0.22.0", + "version": "0.22.1", "main": "src/main/main.ts", "directories": { "lib": "lib", diff --git a/client/release/app/package-lock.json b/client/release/app/package-lock.json index ef3741f..ce6f96c 100644 --- a/client/release/app/package-lock.json +++ b/client/release/app/package-lock.json @@ -1,12 +1,12 @@ { "name": "structure", - "version": "0.22.0", + "version": "0.22.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "structure", - "version": "0.22.0", + "version": "0.22.1", "hasInstallScript": true } } diff --git a/client/release/app/package.json b/client/release/app/package.json index 53920ae..b59851b 100644 --- a/client/release/app/package.json +++ b/client/release/app/package.json @@ -1,6 +1,6 @@ { "name": "structure", - "version": "0.22.0", + "version": "0.22.1", "main": "./dist/main/main.js", "scripts": { "electron-rebuild": "node -r ts-node/register ../../.erb/scripts/electron-rebuild.js", diff --git a/common/CHANGELOG.md b/common/CHANGELOG.md new file mode 100644 index 0000000..c41c1ed --- /dev/null +++ b/common/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.22.1](https://github.com/neopostmodern/structure/compare/v0.22.0...v0.22.1) (2022-12-16) + +**Note:** Version bump only for package @structure/common diff --git a/common/package-lock.json b/common/package-lock.json index fdd7272..e357707 100644 --- a/common/package-lock.json +++ b/common/package-lock.json @@ -1,12 +1,12 @@ { "name": "@structure/common", - "version": "0.22.0", + "version": "0.22.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@structure/common", - "version": "0.22.0", + "version": "0.22.1", "hasInstallScript": true, "license": "ISC" } diff --git a/common/package.json b/common/package.json index d42f2d9..6f512f9 100644 --- a/common/package.json +++ b/common/package.json @@ -1,6 +1,6 @@ { "name": "@structure/common", - "version": "0.22.0", + "version": "0.22.1", "description": "> TODO: description", "author": "neopostmodern ", "homepage": "", diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md new file mode 100644 index 0000000..09cea30 --- /dev/null +++ b/config/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.22.1](https://github.com/neopostmodern/structure/compare/v0.22.0...v0.22.1) (2022-12-16) + +**Note:** Version bump only for package @structure/config diff --git a/config/package-lock.json b/config/package-lock.json index 81d9dbb..c5bb68e 100644 --- a/config/package-lock.json +++ b/config/package-lock.json @@ -1,12 +1,12 @@ { "name": "@structure/config", - "version": "0.22.0", + "version": "0.22.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@structure/config", - "version": "0.22.0" + "version": "0.22.1" } } } diff --git a/config/package.json b/config/package.json index 99ada80..ef96ced 100644 --- a/config/package.json +++ b/config/package.json @@ -1,5 +1,5 @@ { "name": "@structure/config", "main": "index.js", - "version": "0.22.0" + "version": "0.22.1" } diff --git a/lerna.json b/lerna.json index 4b393e2..376fdd0 100644 --- a/lerna.json +++ b/lerna.json @@ -5,5 +5,5 @@ "config", "server" ], - "version": "0.22.0" + "version": "0.22.1" } diff --git a/server/CHANGELOG.md b/server/CHANGELOG.md new file mode 100644 index 0000000..671a17e --- /dev/null +++ b/server/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.22.1](https://github.com/neopostmodern/structure/compare/v0.22.0...v0.22.1) (2022-12-16) + +**Note:** Version bump only for package @structure/server diff --git a/server/package-lock.json b/server/package-lock.json index b0e1014..7d4f52c 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -1,12 +1,12 @@ { "name": "@structure/server", - "version": "0.22.0", + "version": "0.22.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@structure/server", - "version": "0.22.0", + "version": "0.22.1", "license": "AGPL-3.0", "dependencies": { "@apollo/server": "^4.2.2", @@ -38,13 +38,13 @@ }, "../common": { "name": "@structure/common", - "version": "0.22.0", + "version": "0.22.1", "hasInstallScript": true, "license": "ISC" }, "../config": { "name": "@structure/config", - "version": "0.22.0" + "version": "0.22.1" }, "node_modules/@ampproject/remapping": { "version": "2.2.0", diff --git a/server/package.json b/server/package.json index 9c59592..166b26a 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "@structure/server", - "version": "0.22.0", + "version": "0.22.1", "description": "> TODO: description", "author": "neopostmodern ", "homepage": "",