From 9c5087131d20f401b6e6cb80945ae5a1022444b9 Mon Sep 17 00:00:00 2001 From: neopostmodern Date: Fri, 16 Dec 2022 18:53:39 +0100 Subject: [PATCH] v0.22.1 --- CHANGELOG.md | 19 ++++++++++++++++--- client/CHANGELOG.md | 16 ++++++++++++++++ client/package-lock.json | 8 ++++---- client/package.json | 2 +- client/release/app/package-lock.json | 4 ++-- client/release/app/package.json | 2 +- common/CHANGELOG.md | 8 ++++++++ common/package-lock.json | 4 ++-- common/package.json | 2 +- config/CHANGELOG.md | 8 ++++++++ config/package-lock.json | 4 ++-- config/package.json | 2 +- lerna.json | 2 +- server/CHANGELOG.md | 8 ++++++++ server/package-lock.json | 8 ++++---- server/package.json | 2 +- 16 files changed, 76 insertions(+), 23 deletions(-) create mode 100644 common/CHANGELOG.md create mode 100644 config/CHANGELOG.md create mode 100644 server/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d5b9f57..dfa89b75 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 5310ab55..cd047943 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 261073a6..252ab375 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 1948ed5b..e292a24a 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 ef3741f2..ce6f96cf 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 53920ae7..b59851bd 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 00000000..c41c1ed8 --- /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 fdd7272b..e357707d 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 d42f2d97..6f512f9c 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 00000000..09cea305 --- /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 81d9dbbb..c5bb68eb 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 99ada801..ef96ced8 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 4b393e2c..376fdd08 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 00000000..671a17ee --- /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 b0e10140..7d4f52cc 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 9c595927..166b26a1 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": "",