Skip to content

Commit

Permalink
v0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
neopostmodern committed Dec 16, 2022
1 parent 1e31cbe commit 9c50871
Show file tree
Hide file tree
Showing 16 changed files with 76 additions and 23 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down Expand Up @@ -330,6 +346,3 @@
### Bug Fixes

* **client:** don't treat key presses on textarea as shortcuts ([1380e07](https://github.com/neopostmodern/structure/commit/1380e0728e6ebfe06ee9ec7261382fbcfe948f9c))



16 changes: 16 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
8 changes: 4 additions & 4 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions client/release/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/release/app/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@structure/common",
"version": "0.22.0",
"version": "0.22.1",
"description": "> TODO: description",
"author": "neopostmodern <clemens@neopostmodern.com>",
"homepage": "",
Expand Down
8 changes: 8 additions & 0 deletions config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions config/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@structure/config",
"main": "index.js",
"version": "0.22.0"
"version": "0.22.1"
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"config",
"server"
],
"version": "0.22.0"
"version": "0.22.1"
}
8 changes: 8 additions & 0 deletions server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@structure/server",
"version": "0.22.0",
"version": "0.22.1",
"description": "> TODO: description",
"author": "neopostmodern <clemens@neopostmodern.com>",
"homepage": "",
Expand Down

0 comments on commit 9c50871

Please sign in to comment.