Skip to content

Commit 173cd81

Browse files
authored
Merge pull request #251 from leancodepl/release/10.0.1
chore(release): v10.0.1
2 parents 699019f + 946f9dc commit 173cd81

81 files changed

Lines changed: 642 additions & 150 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [10.0.1](https://github.com/leancodepl/js_corelibrary/compare/v10.0.0...v10.0.1) (2026-02-13)
7+
8+
### Bug Fixes
9+
10+
- fix usage of stale token in login manager
11+
([d96b544](https://github.com/leancodepl/js_corelibrary/commit/d96b544f49baf20a5d70d5979df9c4322c4b7663))
12+
13+
### Features
14+
15+
- move publish targets to nx plugin
16+
([aa68e33](https://github.com/leancodepl/js_corelibrary/commit/aa68e33991cd9ce7af3dab3f10f1d0a8030b4d28))
17+
- omit building nx plugins with vite and move to js
18+
([560914c](https://github.com/leancodepl/js_corelibrary/commit/560914c6ef7569c260a319d9823faee69434b541))
19+
20+
# Change Log
21+
22+
All notable changes to this project will be documented in this file. See
23+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
24+
625
# [10.0.0](https://github.com/leancodepl/js_corelibrary/compare/v9.7.4...v10.0.0) (2026-02-11)
726

827
### Bug Fixes

examples/example-e2e-ids/CHANGELOG.md

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

6+
## [10.0.1](https://github.com/leancodepl/js_corelibrary/compare/v10.0.0...v10.0.1) (2026-02-13)
7+
8+
**Note:** Version bump only for package @example/e2e-ids
9+
10+
# Change Log
11+
12+
All notable changes to this project will be documented in this file. See
13+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14+
615
# [10.0.0](https://github.com/leancodepl/js_corelibrary/compare/v9.7.4...v10.0.0) (2026-02-11)
716

817
**Note:** Version bump only for package @example/e2e-ids

examples/example-e2e-ids/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/e2e-ids",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"private": true,
55
"type": "module",
66
"main": "./dist/index.js",

examples/example-e2e/CHANGELOG.md

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

6+
## [10.0.1](https://github.com/leancodepl/js_corelibrary/compare/v10.0.0...v10.0.1) (2026-02-13)
7+
8+
**Note:** Version bump only for package @example/example-e2e
9+
10+
# Change Log
11+
12+
All notable changes to this project will be documented in this file. See
13+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14+
615
# [10.0.0](https://github.com/leancodepl/js_corelibrary/compare/v9.7.4...v10.0.0) (2026-02-11)
716

817
**Note:** Version bump only for package @example/example-e2e

examples/example-e2e/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/example-e2e",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"private": true,
55
"type": "module",
66
"main": "./dist/index.js",
@@ -15,9 +15,9 @@
1515
}
1616
},
1717
"dependencies": {
18-
"@example/e2e-ids": "10.0.0",
18+
"@example/e2e-ids": "10.0.1",
1919
"@faker-js/faker": "*",
20-
"@leancodepl/kratos": "10.0.0",
20+
"@leancodepl/kratos": "10.0.1",
2121
"@playwright/test": "*",
2222
"otplib": "*",
2323
"testcontainers": "*"

examples/example/CHANGELOG.md

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

6+
## [10.0.1](https://github.com/leancodepl/js_corelibrary/compare/v10.0.0...v10.0.1) (2026-02-13)
7+
8+
**Note:** Version bump only for package @example/example
9+
10+
# Change Log
11+
12+
All notable changes to this project will be documented in this file. See
13+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14+
615
# [10.0.0](https://github.com/leancodepl/js_corelibrary/compare/v9.7.4...v10.0.0) (2026-02-11)
716

817
**Note:** Version bump only for package @example/example

examples/example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/example",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"private": true,
55
"type": "module",
66
"main": "./dist/index.js",
@@ -15,9 +15,9 @@
1515
}
1616
},
1717
"dependencies": {
18-
"@example/e2e-ids": "10.0.0",
19-
"@leancodepl/kratos": "10.0.0",
20-
"@leancodepl/utils": "10.0.0",
18+
"@example/e2e-ids": "10.0.1",
19+
"@leancodepl/kratos": "10.0.1",
20+
"@leancodepl/utils": "10.0.1",
2121
"@tanstack/react-query": "*",
2222
"@tanstack/react-query-devtools": "*",
2323
"@tanstack/react-router": "*",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"useNx": true,
55
"command": {
66
"version": {

0 commit comments

Comments
 (0)