Skip to content

Commit edb75ef

Browse files
committed
v0.23.1
1 parent 3c08433 commit edb75ef

16 files changed

+87
-20
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.23.1](https://github.com/neopostmodern/structure/compare/v0.23.0...v0.23.1) (2023-05-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **client:** actually calculate notes count for tag sorting ([71a35b6](https://github.com/neopostmodern/structure/commit/71a35b67a5bd43fa7ef7a26282a180c0d7734577))
12+
* **client:** actually run client-side migrations, fixes [#215](https://github.com/neopostmodern/structure/issues/215) ([3f15603](https://github.com/neopostmodern/structure/commit/3f156036d4d8b51fad4f88cd4f9aeef6a95fe5f3))
13+
* **client:** add new tag reference directly to query cache, fixes [#221](https://github.com/neopostmodern/structure/issues/221) ([d6a8538](https://github.com/neopostmodern/structure/commit/d6a85389e3703b87926b9ca3dbcfa50c0f0d872f))
14+
* **client:** pass autocomplete InputProps to input on LinkNameField, fixes [#216](https://github.com/neopostmodern/structure/issues/216) ([a98751a](https://github.com/neopostmodern/structure/commit/a98751ad3f424c2fd6d73ae27a3c3c66edfac298))
15+
* **client:** reduce pollution of cache by ephemeral queries ([3c08433](https://github.com/neopostmodern/structure/commit/3c084332ffd100435458713c5cc181803e79f7e4))
16+
* **client:** show actual tag name in color picker, fixes [#217](https://github.com/neopostmodern/structure/issues/217) ([c21b71e](https://github.com/neopostmodern/structure/commit/c21b71e535fa3f3cfef7d4de008c8ac60754c5bb))
17+
* **client:** show add tag form input while tags load, fixes [#220](https://github.com/neopostmodern/structure/issues/220) ([8990198](https://github.com/neopostmodern/structure/commit/8990198033702e72e8f01ac4ec43e5591df6b4d5))
18+
* **client:** text ellipsis for note menu buttons, fixes [#218](https://github.com/neopostmodern/structure/issues/218) ([5fe5e18](https://github.com/neopostmodern/structure/commit/5fe5e1823b8bc79a9c028ccfbf2f3a2a866b2983))
19+
* **server:** only send back minimum version when not fulfilled ([45fe6e7](https://github.com/neopostmodern/structure/commit/45fe6e74c9af9b319c0f3d3c9e9df80507ca1caa))
20+
* sort notes by createdAt for server cache stability ([30460cf](https://github.com/neopostmodern/structure/commit/30460cf96252be57a728e96e8ee48063cdfdea31))
21+
22+
23+
24+
25+
626
# [0.23.0](https://github.com/neopostmodern/structure/compare/v0.22.1...v0.23.0) (2023-05-18)
727

828

client/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.23.1](https://github.com/neopostmodern/structure/compare/v0.23.0...v0.23.1) (2023-05-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **client:** actually calculate notes count for tag sorting ([71a35b6](https://github.com/neopostmodern/structure/commit/71a35b67a5bd43fa7ef7a26282a180c0d7734577))
12+
* **client:** actually run client-side migrations, fixes [#215](https://github.com/neopostmodern/structure/issues/215) ([3f15603](https://github.com/neopostmodern/structure/commit/3f156036d4d8b51fad4f88cd4f9aeef6a95fe5f3))
13+
* **client:** add new tag reference directly to query cache, fixes [#221](https://github.com/neopostmodern/structure/issues/221) ([d6a8538](https://github.com/neopostmodern/structure/commit/d6a85389e3703b87926b9ca3dbcfa50c0f0d872f))
14+
* **client:** pass autocomplete InputProps to input on LinkNameField, fixes [#216](https://github.com/neopostmodern/structure/issues/216) ([a98751a](https://github.com/neopostmodern/structure/commit/a98751ad3f424c2fd6d73ae27a3c3c66edfac298))
15+
* **client:** reduce pollution of cache by ephemeral queries ([3c08433](https://github.com/neopostmodern/structure/commit/3c084332ffd100435458713c5cc181803e79f7e4))
16+
* **client:** show actual tag name in color picker, fixes [#217](https://github.com/neopostmodern/structure/issues/217) ([c21b71e](https://github.com/neopostmodern/structure/commit/c21b71e535fa3f3cfef7d4de008c8ac60754c5bb))
17+
* **client:** show add tag form input while tags load, fixes [#220](https://github.com/neopostmodern/structure/issues/220) ([8990198](https://github.com/neopostmodern/structure/commit/8990198033702e72e8f01ac4ec43e5591df6b4d5))
18+
* **client:** text ellipsis for note menu buttons, fixes [#218](https://github.com/neopostmodern/structure/issues/218) ([5fe5e18](https://github.com/neopostmodern/structure/commit/5fe5e1823b8bc79a9c028ccfbf2f3a2a866b2983))
19+
* sort notes by createdAt for server cache stability ([30460cf](https://github.com/neopostmodern/structure/commit/30460cf96252be57a728e96e8ee48063cdfdea31))
20+
21+
22+
23+
24+
625
# [0.23.0](https://github.com/neopostmodern/structure/compare/v0.22.1...v0.23.0) (2023-05-18)
726

827

client/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@structure/client",
33
"description": "Frontend (desktop and web app) for the Structure bookmarking software",
4-
"version": "0.23.0",
4+
"version": "0.23.1",
55
"main": "src/main/main.ts",
66
"directories": {
77
"lib": "lib",

client/release/app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/release/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "structure",
3-
"version": "0.23.0",
3+
"version": "0.23.1",
44
"main": "./dist/main/main.js",
55
"scripts": {
66
"electron-rebuild": "node -r ts-node/register ../../.erb/scripts/electron-rebuild.js",

common/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.23.1](https://github.com/neopostmodern/structure/compare/v0.23.0...v0.23.1) (2023-05-20)
7+
8+
**Note:** Version bump only for package @structure/common
9+
10+
11+
12+
13+
614
# [0.23.0](https://github.com/neopostmodern/structure/compare/v0.22.1...v0.23.0) (2023-05-18)
715

816

common/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@structure/common",
3-
"version": "0.23.0",
3+
"version": "0.23.1",
44
"description": "> TODO: description",
55
"author": "neopostmodern <[email protected]>",
66
"homepage": "",

config/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.23.1](https://github.com/neopostmodern/structure/compare/v0.23.0...v0.23.1) (2023-05-20)
7+
8+
**Note:** Version bump only for package @structure/config
9+
10+
11+
12+
13+
614
# [0.23.0](https://github.com/neopostmodern/structure/compare/v0.22.1...v0.23.0) (2023-05-18)
715

816
**Note:** Version bump only for package @structure/config

0 commit comments

Comments
 (0)