Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.2.1](https://github.com/leancodepl/js_corelibrary/compare/v10.2.0...v10.2.1) (2026-04-13)

### Bug Fixes

- including dependency cruiser base config
([8194438](https://github.com/leancodepl/js_corelibrary/commit/8194438534bc50b351fd6334c5ff466570e0664f))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.2.0](https://github.com/leancodepl/js_corelibrary/compare/v10.1.3...v10.2.0) (2026-04-10)

### Features
Expand Down
9 changes: 9 additions & 0 deletions examples/example-e2e-ids/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.2.1](https://github.com/leancodepl/js_corelibrary/compare/v10.2.0...v10.2.1) (2026-04-13)

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

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.2.0](https://github.com/leancodepl/js_corelibrary/compare/v10.1.3...v10.2.0) (2026-04-10)

**Note:** Version bump only for package @example/e2e-ids
Expand Down
2 changes: 1 addition & 1 deletion examples/example-e2e-ids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/e2e-ids",
"version": "10.2.0",
"version": "10.2.1",
"private": true,
"type": "module",
"main": "./dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions examples/example-e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.2.1](https://github.com/leancodepl/js_corelibrary/compare/v10.2.0...v10.2.1) (2026-04-13)

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

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.2.0](https://github.com/leancodepl/js_corelibrary/compare/v10.1.3...v10.2.0) (2026-04-10)

**Note:** Version bump only for package @example/example-e2e
Expand Down
6 changes: 3 additions & 3 deletions examples/example-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/example-e2e",
"version": "10.2.0",
"version": "10.2.1",
"private": true,
"type": "module",
"main": "./dist/index.js",
Expand All @@ -15,9 +15,9 @@
}
},
"dependencies": {
"@example/e2e-ids": "10.2.0",
"@example/e2e-ids": "10.2.1",
"@faker-js/faker": "*",
"@leancodepl/kratos": "10.2.0",
"@leancodepl/kratos": "10.2.1",
"@playwright/test": "*",
"otplib": "*",
"testcontainers": "*"
Expand Down
9 changes: 9 additions & 0 deletions examples/example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.2.1](https://github.com/leancodepl/js_corelibrary/compare/v10.2.0...v10.2.1) (2026-04-13)

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

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.2.0](https://github.com/leancodepl/js_corelibrary/compare/v10.1.3...v10.2.0) (2026-04-10)

**Note:** Version bump only for package @example/example
Expand Down
8 changes: 4 additions & 4 deletions examples/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/example",
"version": "10.2.0",
"version": "10.2.1",
"private": true,
"type": "module",
"main": "./dist/index.js",
Expand All @@ -15,9 +15,9 @@
}
},
"dependencies": {
"@example/e2e-ids": "10.2.0",
"@leancodepl/kratos": "10.2.0",
"@leancodepl/utils": "10.2.0",
"@example/e2e-ids": "10.2.1",
"@leancodepl/kratos": "10.2.1",
"@leancodepl/utils": "10.2.1",
"@tanstack/react-query": "*",
"@tanstack/react-query-devtools": "*",
"@tanstack/react-router": "*",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "10.2.0",
"version": "10.2.1",
"useNx": true,
"command": {
"version": {
Expand Down
Loading
Loading