From 1e820f4457c9e7e9a9cb4be4ace7d77457502873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Komoszy=C5=84ski?= Date: Mon, 13 Apr 2026 13:14:42 +0200 Subject: [PATCH] chore(release): v10.2.1 --- CHANGELOG.md | 12 + examples/example-e2e-ids/CHANGELOG.md | 9 + examples/example-e2e-ids/package.json | 2 +- examples/example-e2e/CHANGELOG.md | 9 + examples/example-e2e/package.json | 6 +- examples/example/CHANGELOG.md | 9 + examples/example/package.json | 8 +- lerna.json | 2 +- package-lock.json | 293 ++++++++---------- packages/antd-table-hooks/CHANGELOG.md | 9 + packages/antd-table-hooks/package.json | 4 +- packages/config/CHANGELOG.md | 9 + packages/config/package.json | 2 +- packages/cookie-consent/CHANGELOG.md | 9 + packages/cookie-consent/package.json | 4 +- .../axios-cqrs-client/CHANGELOG.md | 9 + .../axios-cqrs-client/package.json | 8 +- .../cqrs-client-base/CHANGELOG.md | 9 + .../cqrs-client-base/package.json | 2 +- .../binary/api-binary-blob/CHANGELOG.md | 9 + .../binary/api-binary-blob/package.json | 4 +- .../binary/api-binary/CHANGELOG.md | 9 + .../binary/api-binary/package.json | 2 +- .../date/api-date-datefns/CHANGELOG.md | 9 + .../date/api-date-datefns/package.json | 6 +- .../date/api-date-dayjs/CHANGELOG.md | 9 + .../date/api-date-dayjs/package.json | 6 +- .../date/api-date-utils/CHANGELOG.md | 9 + .../date/api-date-utils/package.json | 4 +- .../custom-types/date/api-date/CHANGELOG.md | 9 + .../custom-types/date/api-date/package.json | 2 +- .../cqrs-clients/fetch-client/CHANGELOG.md | 9 + .../cqrs-clients/fetch-client/package.json | 8 +- .../react-query-cqrs-client/CHANGELOG.md | 9 + .../react-query-cqrs-client/package.json | 8 +- .../cqrs-clients/rx-cqrs-client/CHANGELOG.md | 9 + .../cqrs-clients/rx-cqrs-client/package.json | 6 +- .../CHANGELOG.md | 9 + .../package.json | 4 +- .../cyberware/cyberware-contract/CHANGELOG.md | 9 + .../cyberware/cyberware-contract/package.json | 2 +- .../feature-flags-react-client/CHANGELOG.md | 9 + .../feature-flags-react-client/package.json | 2 +- .../openfeature-posthog-provider/CHANGELOG.md | 9 + .../openfeature-posthog-provider/package.json | 2 +- .../folder-structure-cruiser/CHANGELOG.md | 12 + .../folder-structure-cruiser/package.json | 4 +- packages/force-update/CHANGELOG.md | 9 + packages/force-update/package.json | 2 +- packages/gtag/CHANGELOG.md | 9 + packages/gtag/package.json | 2 +- packages/image-uploader/CHANGELOG.md | 9 + packages/image-uploader/package.json | 4 +- packages/intl/CHANGELOG.md | 9 + packages/intl/package.json | 4 +- packages/kratos/CHANGELOG.md | 9 + packages/kratos/package.json | 4 +- packages/linters/eslint-config/CHANGELOG.md | 9 + packages/linters/eslint-config/package.json | 4 +- packages/linters/eslint-plugin/CHANGELOG.md | 9 + packages/linters/eslint-plugin/package.json | 2 +- packages/linters/linting/CHANGELOG.md | 9 + packages/linters/linting/package.json | 10 +- packages/linters/prettier-config/CHANGELOG.md | 9 + packages/linters/prettier-config/package.json | 2 +- .../resolve-eslint-flat-config/CHANGELOG.md | 9 + .../resolve-eslint-flat-config/package.json | 2 +- .../linters/stylelint-config/CHANGELOG.md | 9 + .../linters/stylelint-config/package.json | 2 +- packages/logger/CHANGELOG.md | 9 + packages/logger/package.json | 2 +- packages/login-manager/CHANGELOG.md | 9 + packages/login-manager/package.json | 2 +- packages/mail-translation/CHANGELOG.md | 9 + packages/mail-translation/package.json | 4 +- packages/nx-plugins/CHANGELOG.md | 9 + packages/nx-plugins/package.json | 2 +- .../hook-pipe-client/CHANGELOG.md | 9 + .../hook-pipe-client/package.json | 2 +- .../pipe-clients/rx-pipe-client/CHANGELOG.md | 9 + .../pipe-clients/rx-pipe-client/package.json | 2 +- packages/styled-tools/CHANGELOG.md | 9 + packages/styled-tools/package.json | 2 +- packages/utils/CHANGELOG.md | 9 + packages/utils/package.json | 4 +- packages/validation/CHANGELOG.md | 9 + packages/validation/package.json | 4 +- packages/vite-plugin-favicon/CHANGELOG.md | 9 + packages/vite-plugin-favicon/package.json | 2 +- 89 files changed, 607 insertions(+), 250 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f381d33..8572078c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/examples/example-e2e-ids/CHANGELOG.md b/examples/example-e2e-ids/CHANGELOG.md index c7d98b57..1eadfff9 100644 --- a/examples/example-e2e-ids/CHANGELOG.md +++ b/examples/example-e2e-ids/CHANGELOG.md @@ -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 diff --git a/examples/example-e2e-ids/package.json b/examples/example-e2e-ids/package.json index 08c3a64f..4b8edea3 100644 --- a/examples/example-e2e-ids/package.json +++ b/examples/example-e2e-ids/package.json @@ -1,6 +1,6 @@ { "name": "@example/e2e-ids", - "version": "10.2.0", + "version": "10.2.1", "private": true, "type": "module", "main": "./dist/index.js", diff --git a/examples/example-e2e/CHANGELOG.md b/examples/example-e2e/CHANGELOG.md index 69f6e94b..1ab909b7 100644 --- a/examples/example-e2e/CHANGELOG.md +++ b/examples/example-e2e/CHANGELOG.md @@ -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 diff --git a/examples/example-e2e/package.json b/examples/example-e2e/package.json index 820c231b..a22eead0 100644 --- a/examples/example-e2e/package.json +++ b/examples/example-e2e/package.json @@ -1,6 +1,6 @@ { "name": "@example/example-e2e", - "version": "10.2.0", + "version": "10.2.1", "private": true, "type": "module", "main": "./dist/index.js", @@ -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": "*" diff --git a/examples/example/CHANGELOG.md b/examples/example/CHANGELOG.md index 88421081..1d76a268 100644 --- a/examples/example/CHANGELOG.md +++ b/examples/example/CHANGELOG.md @@ -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 diff --git a/examples/example/package.json b/examples/example/package.json index 976675b0..257f0a5a 100644 --- a/examples/example/package.json +++ b/examples/example/package.json @@ -1,6 +1,6 @@ { "name": "@example/example", - "version": "10.2.0", + "version": "10.2.1", "private": true, "type": "module", "main": "./dist/index.js", @@ -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": "*", diff --git a/lerna.json b/lerna.json index dab7391f..7090c4d5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "10.2.0", + "version": "10.2.1", "useNx": true, "command": { "version": { diff --git a/package-lock.json b/package-lock.json index a3add63a..fba39496 100644 --- a/package-lock.json +++ b/package-lock.json @@ -106,11 +106,11 @@ }, "examples/example": { "name": "@example/example", - "version": "10.2.0", + "version": "10.2.1", "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": "*", @@ -122,11 +122,11 @@ }, "examples/example-e2e": { "name": "@example/example-e2e", - "version": "10.2.0", + "version": "10.2.1", "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": "*" @@ -134,7 +134,7 @@ }, "examples/example-e2e-ids": { "name": "@example/e2e-ids", - "version": "10.2.0" + "version": "10.2.1" }, "node_modules/@ant-design/colors": { "version": "7.2.1", @@ -261,7 +261,6 @@ "node_modules/@babel/core": { "version": "7.28.4", "license": "MIT", - "peer": true, "dependencies": { "@babel/code-frame": "^7.27.1", "@babel/generator": "^7.28.3", @@ -2378,7 +2377,6 @@ } ], "license": "MIT", - "peer": true, "engines": { "node": ">=18" }, @@ -2399,7 +2397,6 @@ } ], "license": "MIT", - "peer": true, "engines": { "node": ">=18" } @@ -2525,17 +2522,20 @@ "node_modules/@emotion/is-prop-valid": { "version": "1.4.0", "license": "MIT", + "peer": true, "dependencies": { "@emotion/memoize": "^0.9.0" } }, "node_modules/@emotion/memoize": { "version": "0.9.0", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/@emotion/unitless": { "version": "0.10.0", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/@esbuild/aix-ppc64": { "version": "0.25.5", @@ -5214,7 +5214,6 @@ "dev": true, "hasInstallScript": true, "license": "MIT", - "peer": true, "dependencies": { "@napi-rs/wasm-runtime": "0.2.4", "@yarnpkg/lockfile": "^1.1.0", @@ -6078,7 +6077,6 @@ "version": "0.24.1", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@module-federation/runtime": "0.24.1", "@module-federation/webpack-bundler-runtime": "0.24.1" @@ -6215,7 +6213,6 @@ "version": "0.21.6", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@module-federation/runtime": "0.21.6", "@module-federation/webpack-bundler-runtime": "0.21.6" @@ -6589,7 +6586,6 @@ "version": "11.1.3", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "file-type": "21.0.0", "iterare": "1.2.1", @@ -7748,7 +7744,6 @@ "version": "5.2.2", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@octokit/auth-token": "^4.0.0", "@octokit/graphql": "^7.1.0", @@ -8086,7 +8081,6 @@ "resolved": "https://registry.npmjs.org/@openfeature/web-sdk/-/web-sdk-1.7.2.tgz", "integrity": "sha512-8QwhoxVNN2bFFkpWjbCyHCdkVjt/UTVn0o+OwcUUQoZnvPn46Oo1BxJQxUTibl/D/dAM/YQhxmg7ep7gYRxX4g==", "license": "Apache-2.0", - "peer": true, "peerDependencies": { "@openfeature/core": "^1.9.0" } @@ -8096,7 +8090,6 @@ "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.0.tgz", "integrity": "sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==", "license": "Apache-2.0", - "peer": true, "engines": { "node": ">=8.0.0" } @@ -9317,7 +9310,6 @@ "version": "1.6.8", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@module-federation/runtime-tools": "0.21.6", "@rspack/binding": "1.6.8", @@ -9776,7 +9768,6 @@ "version": "8.1.0", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@babel/core": "^7.21.3", "@svgr/babel-preset": "8.1.0", @@ -9986,7 +9977,6 @@ "version": "1.9.2", "devOptional": true, "license": "MIT", - "peer": true, "dependencies": { "@swc-node/core": "^1.13.1", "@swc-node/sourcemap-support": "^0.5.0", @@ -10092,7 +10082,6 @@ "devOptional": true, "hasInstallScript": true, "license": "Apache-2.0", - "peer": true, "dependencies": { "@swc/counter": "^0.1.2", "@swc/types": "0.1.7" @@ -10132,7 +10121,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -10149,7 +10137,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -10166,7 +10153,6 @@ "cpu": [ "arm" ], - "dev": true, "license": "Apache-2.0", "optional": true, "os": [ @@ -10183,7 +10169,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -10200,7 +10185,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -10215,7 +10199,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -10230,7 +10213,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -10247,7 +10229,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -10264,7 +10245,6 @@ "cpu": [ "ia32" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -10281,7 +10261,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -10306,9 +10285,8 @@ }, "node_modules/@swc/helpers": { "version": "0.5.17", - "dev": true, + "devOptional": true, "license": "Apache-2.0", - "peer": true, "dependencies": { "tslib": "^2.8.0" } @@ -10409,7 +10387,6 @@ "node_modules/@tanstack/react-query": { "version": "5.90.2", "license": "MIT", - "peer": true, "dependencies": { "@tanstack/query-core": "5.90.2" }, @@ -10439,7 +10416,6 @@ "node_modules/@tanstack/react-router": { "version": "1.128.0", "license": "MIT", - "peer": true, "dependencies": { "@tanstack/history": "1.121.34", "@tanstack/react-store": "^0.7.0", @@ -10482,6 +10458,7 @@ "node_modules/@tanstack/react-router-devtools/node_modules/@tanstack/history": { "version": "1.154.14", "license": "MIT", + "peer": true, "engines": { "node": ">=12" }, @@ -10541,6 +10518,7 @@ "node_modules/@tanstack/react-router-devtools/node_modules/@tanstack/store": { "version": "0.8.0", "license": "MIT", + "peer": true, "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -10548,7 +10526,8 @@ }, "node_modules/@tanstack/react-router-devtools/node_modules/cookie-es": { "version": "2.0.0", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/@tanstack/react-store": { "version": "0.7.7", @@ -10818,7 +10797,6 @@ "node_modules/@testing-library/react": { "version": "16.3.0", "license": "MIT", - "peer": true, "dependencies": { "@babel/runtime": "^7.12.5" }, @@ -11049,7 +11027,6 @@ "node_modules/@types/eslint-plugin-jsx-a11y": { "version": "6.10.1", "license": "MIT", - "peer": true, "dependencies": { "eslint": "^9" } @@ -11175,7 +11152,6 @@ "node_modules/@types/node": { "version": "22.18.10", "license": "MIT", - "peer": true, "dependencies": { "undici-types": "~6.21.0" } @@ -11199,7 +11175,6 @@ "version": "19.2.2", "devOptional": true, "license": "MIT", - "peer": true, "dependencies": { "csstype": "^3.0.2" } @@ -11208,7 +11183,6 @@ "version": "19.2.1", "devOptional": true, "license": "MIT", - "peer": true, "peerDependencies": { "@types/react": "^19.2.0" } @@ -11278,7 +11252,8 @@ }, "node_modules/@types/stylis": { "version": "4.2.7", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/@types/trusted-types": { "version": "2.0.7", @@ -11311,7 +11286,6 @@ "node_modules/@typescript-eslint/eslint-plugin": { "version": "8.46.0", "license": "MIT", - "peer": true, "dependencies": { "@eslint-community/regexpp": "^4.10.0", "@typescript-eslint/scope-manager": "8.46.0", @@ -11346,7 +11320,6 @@ "node_modules/@typescript-eslint/parser": { "version": "8.46.0", "license": "MIT", - "peer": true, "dependencies": { "@typescript-eslint/scope-manager": "8.46.0", "@typescript-eslint/types": "8.46.0", @@ -12603,7 +12576,6 @@ "version": "4.0.18", "devOptional": true, "license": "MIT", - "peer": true, "dependencies": { "@vitest/utils": "4.0.18", "fflate": "^0.8.2", @@ -12658,7 +12630,6 @@ "version": "3.5.27", "devOptional": true, "license": "MIT", - "peer": true, "dependencies": { "@babel/parser": "^7.28.5", "@vue/shared": "3.5.27", @@ -13122,7 +13093,6 @@ "node_modules/@zkochan/js-yaml": { "version": "0.0.7", "license": "MIT", - "peer": true, "dependencies": { "argparse": "^2.0.1" }, @@ -13167,7 +13137,6 @@ "node_modules/acorn": { "version": "8.15.0", "license": "MIT", - "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -13195,11 +13164,13 @@ }, "node_modules/acorn-jsx-walk": { "version": "2.0.0", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/acorn-loose": { "version": "8.5.2", "license": "MIT", + "peer": true, "dependencies": { "acorn": "^8.15.0" }, @@ -13264,7 +13235,6 @@ "node_modules/ajv": { "version": "8.17.1", "license": "MIT", - "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -13954,7 +13924,6 @@ "node_modules/axios": { "version": "1.12.2", "license": "MIT", - "peer": true, "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.4", @@ -14109,7 +14078,6 @@ "version": "3.1.0", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@babel/runtime": "^7.12.5", "cosmiconfig": "^7.0.0", @@ -14254,7 +14222,6 @@ "node_modules/bare-events": { "version": "2.8.0", "license": "Apache-2.0", - "peer": true, "peerDependencies": { "bare-abort-controller": "*" }, @@ -14573,7 +14540,6 @@ } ], "license": "MIT", - "peer": true, "dependencies": { "baseline-browser-mapping": "^2.9.0", "caniuse-lite": "^1.0.30001759", @@ -14869,6 +14835,7 @@ "node_modules/camelize": { "version": "1.0.1", "license": "MIT", + "peer": true, "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -16575,7 +16542,6 @@ "node_modules/cosmiconfig": { "version": "9.0.0", "license": "MIT", - "peer": true, "dependencies": { "env-paths": "^2.2.1", "import-fresh": "^3.3.0", @@ -16740,6 +16706,7 @@ "node_modules/css-color-keywords": { "version": "1.0.0", "license": "ISC", + "peer": true, "engines": { "node": ">=4" } @@ -16768,6 +16735,7 @@ "node_modules/css-to-react-native": { "version": "3.2.0", "license": "MIT", + "peer": true, "dependencies": { "camelize": "^1.0.0", "css-color-keywords": "^1.0.0", @@ -16848,8 +16816,7 @@ }, "node_modules/csstype": { "version": "3.2.3", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/damerau-levenshtein": { "version": "1.0.8", @@ -16946,7 +16913,6 @@ "node_modules/date-fns": { "version": "4.1.0", "license": "MIT", - "peer": true, "funding": { "type": "github", "url": "https://github.com/sponsors/kossnocorp" @@ -16970,8 +16936,7 @@ }, "node_modules/dayjs": { "version": "1.11.13", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/de-indent": { "version": "1.0.2", @@ -17189,6 +17154,7 @@ "node_modules/dependency-cruiser": { "version": "17.3.7", "license": "MIT", + "peer": true, "dependencies": { "acorn": "8.15.0", "acorn-jsx": "5.3.2", @@ -17224,6 +17190,7 @@ "node_modules/dependency-cruiser/node_modules/ignore": { "version": "7.0.5", "license": "MIT", + "peer": true, "engines": { "node": ">= 4" } @@ -17231,6 +17198,7 @@ "node_modules/dependency-cruiser/node_modules/picomatch": { "version": "4.0.3", "license": "MIT", + "peer": true, "engines": { "node": ">=12" }, @@ -18092,7 +18060,6 @@ "node_modules/eslint": { "version": "9.39.2", "license": "MIT", - "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.1", @@ -18150,7 +18117,6 @@ "node_modules/eslint-config-prettier": { "version": "10.1.5", "license": "MIT", - "peer": true, "bin": { "eslint-config-prettier": "bin/cli.js" }, @@ -18531,7 +18497,6 @@ "node_modules/eslint-plugin-react": { "version": "7.35.0", "license": "MIT", - "peer": true, "dependencies": { "array-includes": "^3.1.8", "array.prototype.findlast": "^1.2.5", @@ -21401,6 +21366,7 @@ "node_modules/interpret": { "version": "3.1.1", "license": "MIT", + "peer": true, "engines": { "node": ">=10.13.0" } @@ -21701,6 +21667,7 @@ "node_modules/is-installed-globally": { "version": "1.0.0", "license": "MIT", + "peer": true, "dependencies": { "global-directory": "^4.0.1", "is-path-inside": "^4.0.0" @@ -21781,6 +21748,7 @@ "node_modules/is-path-inside": { "version": "4.0.0", "license": "MIT", + "peer": true, "engines": { "node": ">=12" }, @@ -23529,7 +23497,6 @@ "version": "22.1.0", "devOptional": true, "license": "MIT", - "peer": true, "dependencies": { "abab": "^2.0.6", "cssstyle": "^3.0.0", @@ -23844,6 +23811,7 @@ "node_modules/kleur": { "version": "3.0.3", "license": "MIT", + "peer": true, "engines": { "node": ">=6" } @@ -24529,7 +24497,6 @@ "dev": true, "hasInstallScript": true, "license": "MIT", - "peer": true, "dependencies": { "@napi-rs/wasm-runtime": "0.2.4", "@yarnpkg/lockfile": "^1.1.0", @@ -24919,8 +24886,7 @@ }, "node_modules/lodash": { "version": "4.17.21", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/lodash.camelcase": { "version": "4.3.0", @@ -25153,7 +25119,6 @@ "version": "3.7.2", "devOptional": true, "license": "MIT", - "peer": true, "engines": { "node": ">=12" } @@ -26493,7 +26458,6 @@ "version": "22.4.4", "hasInstallScript": true, "license": "MIT", - "peer": true, "dependencies": { "@napi-rs/wasm-runtime": "0.2.4", "@yarnpkg/lockfile": "^1.1.0", @@ -27746,7 +27710,6 @@ } ], "license": "MIT", - "peer": true, "dependencies": { "nanoid": "^3.3.11", "picocolors": "^1.1.1", @@ -27979,7 +27942,6 @@ "node_modules/prettier": { "version": "3.6.2", "license": "MIT", - "peer": true, "bin": { "prettier": "bin/prettier.cjs" }, @@ -28080,6 +28042,7 @@ "node_modules/prompts": { "version": "2.4.2", "license": "MIT", + "peer": true, "dependencies": { "kleur": "^3.0.3", "sisteransi": "^1.0.5" @@ -29113,7 +29076,6 @@ "node_modules/react": { "version": "19.2.0", "license": "MIT", - "peer": true, "engines": { "node": ">=0.10.0" } @@ -29121,7 +29083,6 @@ "node_modules/react-dom": { "version": "19.2.0", "license": "MIT", - "peer": true, "dependencies": { "scheduler": "^0.27.0" }, @@ -29433,6 +29394,7 @@ "node_modules/rechoir": { "version": "0.8.0", "license": "MIT", + "peer": true, "dependencies": { "resolve": "^1.20.0" }, @@ -29455,8 +29417,7 @@ "node_modules/reflect-metadata": { "version": "0.2.2", "dev": true, - "license": "Apache-2.0", - "peer": true + "license": "Apache-2.0" }, "node_modules/reflect.getprototypeof": { "version": "1.0.10", @@ -29750,7 +29711,6 @@ "node_modules/rollup": { "version": "4.52.4", "license": "MIT", - "peer": true, "dependencies": { "@types/estree": "1.0.8" }, @@ -29876,7 +29836,6 @@ "node_modules/rxjs": { "version": "7.8.2", "license": "Apache-2.0", - "peer": true, "dependencies": { "tslib": "^2.1.0" } @@ -29933,6 +29892,7 @@ "node_modules/safe-regex": { "version": "2.1.1", "license": "MIT", + "peer": true, "dependencies": { "regexp-tree": "~0.1.1" } @@ -30136,7 +30096,6 @@ "node_modules/seroval": { "version": "1.5.0", "license": "MIT", - "peer": true, "engines": { "node": ">=10" } @@ -30232,7 +30191,8 @@ }, "node_modules/shallowequal": { "version": "1.1.0", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/sharp": { "version": "0.33.5", @@ -30457,7 +30417,8 @@ }, "node_modules/sisteransi": { "version": "1.0.5", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/slash": { "version": "3.0.0", @@ -31126,6 +31087,7 @@ "node_modules/styled-components": { "version": "6.3.8", "license": "MIT", + "peer": true, "dependencies": { "@emotion/is-prop-valid": "1.4.0", "@emotion/unitless": "0.10.0", @@ -31171,6 +31133,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "nanoid": "^3.3.7", "picocolors": "^1.1.1", @@ -31193,7 +31156,6 @@ } ], "license": "MIT", - "peer": true, "dependencies": { "@csstools/css-parser-algorithms": "^3.0.5", "@csstools/css-tokenizer": "^3.0.4", @@ -31470,7 +31432,6 @@ "node_modules/stylelint/node_modules/postcss-selector-parser": { "version": "7.1.0", "license": "MIT", - "peer": true, "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" @@ -32020,8 +31981,7 @@ }, "node_modules/tiny-invariant": { "version": "1.3.3", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/tiny-warning": { "version": "1.0.3", @@ -32234,7 +32194,6 @@ "version": "10.9.1", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@cspotcode/source-map-support": "^0.8.0", "@tsconfig/node10": "^1.0.7", @@ -32296,6 +32255,7 @@ "node_modules/tsconfig-paths-webpack-plugin": { "version": "4.2.0", "license": "MIT", + "peer": true, "dependencies": { "chalk": "^4.1.0", "enhanced-resolve": "^5.7.0", @@ -32309,6 +32269,7 @@ "node_modules/tsconfig-paths-webpack-plugin/node_modules/ansi-styles": { "version": "4.3.0", "license": "MIT", + "peer": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -32322,6 +32283,7 @@ "node_modules/tsconfig-paths-webpack-plugin/node_modules/chalk": { "version": "4.1.2", "license": "MIT", + "peer": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -32336,6 +32298,7 @@ "node_modules/tsconfig-paths-webpack-plugin/node_modules/supports-color": { "version": "7.2.0", "license": "MIT", + "peer": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -32545,7 +32508,6 @@ "node_modules/typescript": { "version": "5.9.3", "license": "Apache-2.0", - "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -32557,7 +32519,6 @@ "node_modules/typescript-eslint": { "version": "8.46.0", "license": "MIT", - "peer": true, "dependencies": { "@typescript-eslint/eslint-plugin": "8.46.0", "@typescript-eslint/parser": "8.46.0", @@ -33016,7 +32977,6 @@ "version": "6.2.5", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@cypress/request": "3.0.9", "@verdaccio/auth": "8.0.0-next-8.29", @@ -33190,7 +33150,6 @@ "node_modules/vite": { "version": "7.3.1", "license": "MIT", - "peer": true, "dependencies": { "esbuild": "^0.27.0", "fdir": "^6.5.0", @@ -33775,7 +33734,6 @@ "node_modules/vitest": { "version": "4.0.18", "license": "MIT", - "peer": true, "dependencies": { "@vitest/expect": "4.0.18", "@vitest/mocker": "4.0.18", @@ -33911,6 +33869,7 @@ "node_modules/watskeburt": { "version": "5.0.2", "license": "MIT", + "peer": true, "bin": { "watskeburt": "dist/run-cli.js" }, @@ -34065,7 +34024,6 @@ "version": "5.102.1", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@types/eslint-scope": "^3.7.7", "@types/estree": "^1.0.8", @@ -34483,7 +34441,6 @@ "version": "8.18.0", "devOptional": true, "license": "MIT", - "peer": true, "engines": { "node": ">=10.0.0" }, @@ -34681,7 +34638,6 @@ "node_modules/zod": { "version": "4.1.12", "license": "MIT", - "peer": true, "funding": { "url": "https://github.com/sponsors/colinhacks" } @@ -34698,10 +34654,10 @@ }, "packages/antd-table-hooks": { "name": "@leancodepl/antd-table-hooks", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { - "@leancodepl/utils": "10.2.0", + "@leancodepl/utils": "10.2.1", "antd": "^5.0.0", "rxjs": ">=7.0.0", "zod": "^4.0.5" @@ -34717,7 +34673,7 @@ }, "packages/config": { "name": "@leancodepl/config", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "devDependencies": { "@nx/vite": "*", @@ -34730,10 +34686,10 @@ }, "packages/cookie-consent": { "name": "@leancodepl/cookie-consent", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { - "@leancodepl/gtag": "10.2.0", + "@leancodepl/gtag": "10.2.1", "vanilla-cookieconsent": "^3.1.0" }, "engines": { @@ -34742,12 +34698,12 @@ }, "packages/cqrs-clients/axios-cqrs-client": { "name": "@leancodepl/axios-cqrs-client", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { - "@leancodepl/cqrs-client-base": "10.2.0", - "@leancodepl/utils": "10.2.0", - "@leancodepl/validation": "10.2.0", + "@leancodepl/cqrs-client-base": "10.2.1", + "@leancodepl/utils": "10.2.1", + "@leancodepl/validation": "10.2.1", "axios": ">=1.6.0" }, "engines": { @@ -34756,7 +34712,7 @@ }, "packages/cqrs-clients/cqrs-client-base": { "name": "@leancodepl/cqrs-client-base", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "engines": { "node": ">=22.0.0" @@ -34764,7 +34720,7 @@ }, "packages/cqrs-clients/custom-types/binary/api-binary": { "name": "@leancodepl/api-binary", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "engines": { "node": ">=22.0.0" @@ -34772,10 +34728,10 @@ }, "packages/cqrs-clients/custom-types/binary/api-binary-blob": { "name": "@leancodepl/api-binary-blob", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { - "@leancodepl/api-binary": "10.2.0" + "@leancodepl/api-binary": "10.2.1" }, "devDependencies": { "blob-polyfill": "^9.0.0" @@ -34786,7 +34742,7 @@ }, "packages/cqrs-clients/custom-types/date/api-date": { "name": "@leancodepl/api-date", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "engines": { "node": ">=22.0.0" @@ -34794,11 +34750,11 @@ }, "packages/cqrs-clients/custom-types/date/api-date-datefns": { "name": "@leancodepl/api-date-datefns", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { - "@leancodepl/api-date": "10.2.0", - "@leancodepl/api-date-utils": "10.2.0", + "@leancodepl/api-date": "10.2.1", + "@leancodepl/api-date-utils": "10.2.1", "date-fns": ">=2.0.0" }, "devDependencies": { @@ -34810,11 +34766,11 @@ }, "packages/cqrs-clients/custom-types/date/api-date-dayjs": { "name": "@leancodepl/api-date-dayjs", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { - "@leancodepl/api-date": "10.2.0", - "@leancodepl/api-date-utils": "10.2.0", + "@leancodepl/api-date": "10.2.1", + "@leancodepl/api-date-utils": "10.2.1", "dayjs": ">=1.9.0" }, "devDependencies": { @@ -34826,10 +34782,10 @@ }, "packages/cqrs-clients/custom-types/date/api-date-utils": { "name": "@leancodepl/api-date-utils", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { - "@leancodepl/api-date": "10.2.0" + "@leancodepl/api-date": "10.2.1" }, "engines": { "node": ">=22.0.0" @@ -34837,12 +34793,12 @@ }, "packages/cqrs-clients/fetch-client": { "name": "@leancodepl/fetch-client", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { - "@leancodepl/cqrs-client-base": "10.2.0", - "@leancodepl/utils": "10.2.0", - "@leancodepl/validation": "10.2.0", + "@leancodepl/cqrs-client-base": "10.2.1", + "@leancodepl/utils": "10.2.1", + "@leancodepl/validation": "10.2.1", "tslib": "^2.3.0" }, "engines": { @@ -34851,12 +34807,12 @@ }, "packages/cqrs-clients/react-query-cqrs-client": { "name": "@leancodepl/react-query-cqrs-client", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { - "@leancodepl/cqrs-client-base": "10.2.0", - "@leancodepl/utils": "10.2.0", - "@leancodepl/validation": "10.2.0", + "@leancodepl/cqrs-client-base": "10.2.1", + "@leancodepl/utils": "10.2.1", + "@leancodepl/validation": "10.2.1", "@tanstack/react-query": ">=5.0.0", "rxjs": ">=7.0.0" }, @@ -34871,11 +34827,11 @@ }, "packages/cqrs-clients/rx-cqrs-client": { "name": "@leancodepl/rx-cqrs-client", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { - "@leancodepl/cqrs-client-base": "10.2.0", - "@leancodepl/validation": "10.2.0", + "@leancodepl/cqrs-client-base": "10.2.1", + "@leancodepl/validation": "10.2.1", "rxjs": ">=7.0.0" }, "devDependencies": { @@ -34907,7 +34863,7 @@ }, "packages/cyberware/cyberware-contract": { "name": "@leancodepl/cyberware-contract", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { "penpal": "^7.0.0", @@ -34926,10 +34882,10 @@ }, "packages/cyberware/cyberware-contract-generator-dart": { "name": "@leancodepl/cyberware-contract-generator-dart", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { - "@leancodepl/cyberware-contract": "10.2.0", + "@leancodepl/cyberware-contract": "10.2.1", "lilconfig": "^3.1.3", "quicktype-core": "^23.2.6", "yargs": "^18.0.0", @@ -35066,7 +35022,7 @@ }, "packages/feature-flags/feature-flags-react-client": { "name": "@leancodepl/feature-flags-react-client", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { "@openfeature/core": "^1.3.0", @@ -35079,7 +35035,7 @@ }, "packages/feature-flags/openfeature-posthog-provider": { "name": "@leancodepl/openfeature-posthog-provider", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { "@openfeature/web-sdk": "^1.7.0", @@ -35097,10 +35053,10 @@ }, "packages/folder-structure-cruiser": { "name": "@leancodepl/folder-structure-cruiser", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { - "@leancodepl/logger": "10.2.0", + "@leancodepl/logger": "10.2.1", "chalk": ">=5.0.0", "commander": "^14.0.0" }, @@ -35119,7 +35075,7 @@ }, "packages/force-update": { "name": "@leancodepl/force-update", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { "rxjs": ">=7.0.0" @@ -35137,7 +35093,7 @@ }, "packages/gtag": { "name": "@leancodepl/gtag", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "engines": { "node": ">=22.0.0" @@ -35145,10 +35101,10 @@ }, "packages/image-uploader": { "name": "@leancodepl/image-uploader", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { - "@leancodepl/utils": "10.2.0", + "@leancodepl/utils": "10.2.1", "react-dropzone": "14.3.8", "react-easy-crop": "5.5.0", "uuid": "11.1.0" @@ -35163,13 +35119,13 @@ }, "packages/intl": { "name": "@leancodepl/intl", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { "@formatjs/cli": "^6.2.15", "@inquirer/checkbox": "^5.0.3", "@inquirer/confirm": "^6.0.3", - "@leancodepl/logger": "10.2.0", + "@leancodepl/logger": "10.2.1", "axios": "^1.7.9", "commander": "^12.0.0", "lilconfig": "^3.1.3", @@ -35270,7 +35226,6 @@ "version": "18.3.1", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "loose-envify": "^1.1.0" }, @@ -35306,10 +35261,10 @@ }, "packages/kratos": { "name": "@leancodepl/kratos", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { - "@leancodepl/utils": "10.2.0", + "@leancodepl/utils": "10.2.1", "@radix-ui/react-slot": ">=1.0.0", "@tanstack/react-form": ">=1.23.0", "@tanstack/react-query": ">=5.0.0" @@ -35324,10 +35279,10 @@ }, "packages/linters/eslint-config": { "name": "@leancodepl/eslint-config", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { - "@leancodepl/eslint-plugin": "10.2.0", + "@leancodepl/eslint-plugin": "10.2.1", "eslint-plugin-import": ">=2.31.0", "eslint-plugin-jsx-a11y": ">=6.10.0", "eslint-plugin-perfectionist": ">=5.0.0", @@ -35367,7 +35322,7 @@ }, "packages/linters/eslint-plugin": { "name": "@leancodepl/eslint-plugin", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { "@typescript-eslint/utils": ">=8.0.0", @@ -35383,13 +35338,13 @@ }, "packages/linters/linting": { "name": "@leancodepl/linting", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { - "@leancodepl/eslint-config": "10.2.0", - "@leancodepl/prettier-config": "10.2.0", - "@leancodepl/resolve-eslint-flat-config": "10.2.0", - "@leancodepl/stylelint-config": "10.2.0" + "@leancodepl/eslint-config": "10.2.1", + "@leancodepl/prettier-config": "10.2.1", + "@leancodepl/resolve-eslint-flat-config": "10.2.1", + "@leancodepl/stylelint-config": "10.2.1" }, "engines": { "node": ">=22.0.0" @@ -35397,7 +35352,7 @@ }, "packages/linters/prettier-config": { "name": "@leancodepl/prettier-config", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { "prettier": ">=3.0.0" @@ -35408,7 +35363,7 @@ }, "packages/linters/resolve-eslint-flat-config": { "name": "@leancodepl/resolve-eslint-flat-config", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "engines": { "node": ">=22.0.0" @@ -35419,7 +35374,7 @@ }, "packages/linters/stylelint-config": { "name": "@leancodepl/stylelint-config", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { "prettier": ">=3.0.0", @@ -35435,7 +35390,7 @@ }, "packages/logger": { "name": "@leancodepl/logger", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { "chalk": ">=5.0.0" @@ -35653,7 +35608,7 @@ }, "packages/login-manager": { "name": "@leancodepl/login-manager", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { "buffer": ">=6.0.0" @@ -35689,10 +35644,10 @@ }, "packages/mail-translation": { "name": "@leancodepl/mail-translation", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { - "@leancodepl/logger": "10.2.0", + "@leancodepl/logger": "10.2.1", "intl-messageformat": "^10.7.16", "js-beautify": "^1.15.4", "lilconfig": "^3.1.3", @@ -35818,7 +35773,7 @@ }, "packages/nx-plugins": { "name": "@leancodepl/nx-plugins", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { "@nx/devkit": "^21.0.0", @@ -35848,7 +35803,7 @@ }, "packages/pipe-clients/hook-pipe-client": { "name": "@leancodepl/hook-pipe-client", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { "@leancodepl/pipe": "^1.0.0", @@ -35894,7 +35849,7 @@ }, "packages/pipe-clients/rx-pipe-client": { "name": "@leancodepl/rx-pipe-client", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { "@leancodepl/pipe": "^1.0.0" @@ -35905,7 +35860,7 @@ }, "packages/styled-tools": { "name": "@leancodepl/styled-tools", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "engines": { "node": ">=22.0.0" @@ -35916,10 +35871,10 @@ }, "packages/utils": { "name": "@leancodepl/utils", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { - "@leancodepl/api-date": "10.2.0", + "@leancodepl/api-date": "10.2.1", "tiny-invariant": ">=1.3.1" }, "engines": { @@ -35931,10 +35886,10 @@ }, "packages/validation": { "name": "@leancodepl/validation", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { - "@leancodepl/cqrs-client-base": "10.2.0" + "@leancodepl/cqrs-client-base": "10.2.1" }, "devDependencies": { "sinon": "15.2.0" @@ -35945,7 +35900,7 @@ }, "packages/vite-plugin-favicon": { "name": "@leancodepl/vite-plugin-favicon", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { "favicons": "^7.2.0", diff --git a/packages/antd-table-hooks/CHANGELOG.md b/packages/antd-table-hooks/CHANGELOG.md index 218d10ff..1af1ef4e 100644 --- a/packages/antd-table-hooks/CHANGELOG.md +++ b/packages/antd-table-hooks/CHANGELOG.md @@ -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 @leancodepl/antd-table-hooks + +# 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 @leancodepl/antd-table-hooks diff --git a/packages/antd-table-hooks/package.json b/packages/antd-table-hooks/package.json index e85d5708..1f50bbb9 100644 --- a/packages/antd-table-hooks/package.json +++ b/packages/antd-table-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/antd-table-hooks", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", @@ -15,7 +15,7 @@ } }, "dependencies": { - "@leancodepl/utils": "10.2.0", + "@leancodepl/utils": "10.2.1", "antd": "^5.0.0", "rxjs": ">=7.0.0", "zod": "^4.0.5" diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index cb99d26a..83cb4a48 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -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 @leancodepl/config + +# 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 @leancodepl/config diff --git a/packages/config/package.json b/packages/config/package.json index 1d4eff9e..55034913 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/config", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", diff --git a/packages/cookie-consent/CHANGELOG.md b/packages/cookie-consent/CHANGELOG.md index ecc772ed..e6dd0fe5 100644 --- a/packages/cookie-consent/CHANGELOG.md +++ b/packages/cookie-consent/CHANGELOG.md @@ -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 @leancodepl/cookie-consent + +# 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 @leancodepl/cookie-consent diff --git a/packages/cookie-consent/package.json b/packages/cookie-consent/package.json index 149801c2..f6bd3eae 100644 --- a/packages/cookie-consent/package.json +++ b/packages/cookie-consent/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/cookie-consent", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", @@ -15,7 +15,7 @@ } }, "dependencies": { - "@leancodepl/gtag": "10.2.0", + "@leancodepl/gtag": "10.2.1", "vanilla-cookieconsent": "^3.1.0" }, "publishConfig": { diff --git a/packages/cqrs-clients/axios-cqrs-client/CHANGELOG.md b/packages/cqrs-clients/axios-cqrs-client/CHANGELOG.md index 5b8b7c85..6a63579d 100644 --- a/packages/cqrs-clients/axios-cqrs-client/CHANGELOG.md +++ b/packages/cqrs-clients/axios-cqrs-client/CHANGELOG.md @@ -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 @leancodepl/axios-cqrs-client + +# 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 @leancodepl/axios-cqrs-client diff --git a/packages/cqrs-clients/axios-cqrs-client/package.json b/packages/cqrs-clients/axios-cqrs-client/package.json index d383e8f9..bd11f151 100644 --- a/packages/cqrs-clients/axios-cqrs-client/package.json +++ b/packages/cqrs-clients/axios-cqrs-client/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/axios-cqrs-client", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", @@ -22,9 +22,9 @@ "node": ">=22.0.0" }, "dependencies": { - "@leancodepl/cqrs-client-base": "10.2.0", - "@leancodepl/utils": "10.2.0", - "@leancodepl/validation": "10.2.0", + "@leancodepl/cqrs-client-base": "10.2.1", + "@leancodepl/utils": "10.2.1", + "@leancodepl/validation": "10.2.1", "axios": ">=1.6.0" }, "repository": { diff --git a/packages/cqrs-clients/cqrs-client-base/CHANGELOG.md b/packages/cqrs-clients/cqrs-client-base/CHANGELOG.md index 7199781a..21680019 100644 --- a/packages/cqrs-clients/cqrs-client-base/CHANGELOG.md +++ b/packages/cqrs-clients/cqrs-client-base/CHANGELOG.md @@ -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 @leancodepl/cqrs-client-base + +# 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 @leancodepl/cqrs-client-base diff --git a/packages/cqrs-clients/cqrs-client-base/package.json b/packages/cqrs-clients/cqrs-client-base/package.json index bbd5ce25..3a6f71ec 100644 --- a/packages/cqrs-clients/cqrs-client-base/package.json +++ b/packages/cqrs-clients/cqrs-client-base/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/cqrs-client-base", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", diff --git a/packages/cqrs-clients/custom-types/binary/api-binary-blob/CHANGELOG.md b/packages/cqrs-clients/custom-types/binary/api-binary-blob/CHANGELOG.md index b5454af9..ff52a8b0 100644 --- a/packages/cqrs-clients/custom-types/binary/api-binary-blob/CHANGELOG.md +++ b/packages/cqrs-clients/custom-types/binary/api-binary-blob/CHANGELOG.md @@ -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 @leancodepl/api-binary-blob + +# 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 @leancodepl/api-binary-blob diff --git a/packages/cqrs-clients/custom-types/binary/api-binary-blob/package.json b/packages/cqrs-clients/custom-types/binary/api-binary-blob/package.json index 7d5b765b..6b412a6c 100644 --- a/packages/cqrs-clients/custom-types/binary/api-binary-blob/package.json +++ b/packages/cqrs-clients/custom-types/binary/api-binary-blob/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/api-binary-blob", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", @@ -15,7 +15,7 @@ } }, "dependencies": { - "@leancodepl/api-binary": "10.2.0" + "@leancodepl/api-binary": "10.2.1" }, "devDependencies": { "blob-polyfill": "^9.0.0" diff --git a/packages/cqrs-clients/custom-types/binary/api-binary/CHANGELOG.md b/packages/cqrs-clients/custom-types/binary/api-binary/CHANGELOG.md index cc2bc4e1..d2974103 100644 --- a/packages/cqrs-clients/custom-types/binary/api-binary/CHANGELOG.md +++ b/packages/cqrs-clients/custom-types/binary/api-binary/CHANGELOG.md @@ -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 @leancodepl/api-binary + +# 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 @leancodepl/api-binary diff --git a/packages/cqrs-clients/custom-types/binary/api-binary/package.json b/packages/cqrs-clients/custom-types/binary/api-binary/package.json index eda81b64..c70340a4 100644 --- a/packages/cqrs-clients/custom-types/binary/api-binary/package.json +++ b/packages/cqrs-clients/custom-types/binary/api-binary/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/api-binary", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", diff --git a/packages/cqrs-clients/custom-types/date/api-date-datefns/CHANGELOG.md b/packages/cqrs-clients/custom-types/date/api-date-datefns/CHANGELOG.md index e8f75409..cd7bc270 100644 --- a/packages/cqrs-clients/custom-types/date/api-date-datefns/CHANGELOG.md +++ b/packages/cqrs-clients/custom-types/date/api-date-datefns/CHANGELOG.md @@ -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 @leancodepl/api-date-datefns + +# 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 @leancodepl/api-date-datefns diff --git a/packages/cqrs-clients/custom-types/date/api-date-datefns/package.json b/packages/cqrs-clients/custom-types/date/api-date-datefns/package.json index 8c10ddf0..3fccaa1f 100644 --- a/packages/cqrs-clients/custom-types/date/api-date-datefns/package.json +++ b/packages/cqrs-clients/custom-types/date/api-date-datefns/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/api-date-datefns", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", @@ -15,8 +15,8 @@ } }, "dependencies": { - "@leancodepl/api-date": "10.2.0", - "@leancodepl/api-date-utils": "10.2.0", + "@leancodepl/api-date": "10.2.1", + "@leancodepl/api-date-utils": "10.2.1", "date-fns": ">=2.0.0" }, "devDependencies": { diff --git a/packages/cqrs-clients/custom-types/date/api-date-dayjs/CHANGELOG.md b/packages/cqrs-clients/custom-types/date/api-date-dayjs/CHANGELOG.md index e328fe36..b81d7098 100644 --- a/packages/cqrs-clients/custom-types/date/api-date-dayjs/CHANGELOG.md +++ b/packages/cqrs-clients/custom-types/date/api-date-dayjs/CHANGELOG.md @@ -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 @leancodepl/api-date-dayjs + +# 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 @leancodepl/api-date-dayjs diff --git a/packages/cqrs-clients/custom-types/date/api-date-dayjs/package.json b/packages/cqrs-clients/custom-types/date/api-date-dayjs/package.json index 220a250d..77c7cf91 100644 --- a/packages/cqrs-clients/custom-types/date/api-date-dayjs/package.json +++ b/packages/cqrs-clients/custom-types/date/api-date-dayjs/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/api-date-dayjs", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", @@ -15,8 +15,8 @@ } }, "dependencies": { - "@leancodepl/api-date": "10.2.0", - "@leancodepl/api-date-utils": "10.2.0", + "@leancodepl/api-date": "10.2.1", + "@leancodepl/api-date-utils": "10.2.1", "dayjs": ">=1.9.0" }, "devDependencies": { diff --git a/packages/cqrs-clients/custom-types/date/api-date-utils/CHANGELOG.md b/packages/cqrs-clients/custom-types/date/api-date-utils/CHANGELOG.md index b8c091aa..dbabe1e9 100644 --- a/packages/cqrs-clients/custom-types/date/api-date-utils/CHANGELOG.md +++ b/packages/cqrs-clients/custom-types/date/api-date-utils/CHANGELOG.md @@ -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 @leancodepl/api-date-utils + +# 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 @leancodepl/api-date-utils diff --git a/packages/cqrs-clients/custom-types/date/api-date-utils/package.json b/packages/cqrs-clients/custom-types/date/api-date-utils/package.json index 042d55cc..279ff0c3 100644 --- a/packages/cqrs-clients/custom-types/date/api-date-utils/package.json +++ b/packages/cqrs-clients/custom-types/date/api-date-utils/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/api-date-utils", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", @@ -15,7 +15,7 @@ } }, "dependencies": { - "@leancodepl/api-date": "10.2.0" + "@leancodepl/api-date": "10.2.1" }, "publishConfig": { "access": "public", diff --git a/packages/cqrs-clients/custom-types/date/api-date/CHANGELOG.md b/packages/cqrs-clients/custom-types/date/api-date/CHANGELOG.md index fb878c39..a0e5bb0b 100644 --- a/packages/cqrs-clients/custom-types/date/api-date/CHANGELOG.md +++ b/packages/cqrs-clients/custom-types/date/api-date/CHANGELOG.md @@ -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 @leancodepl/api-date + +# 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 @leancodepl/api-date diff --git a/packages/cqrs-clients/custom-types/date/api-date/package.json b/packages/cqrs-clients/custom-types/date/api-date/package.json index e9070ce4..a5714c4f 100644 --- a/packages/cqrs-clients/custom-types/date/api-date/package.json +++ b/packages/cqrs-clients/custom-types/date/api-date/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/api-date", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", diff --git a/packages/cqrs-clients/fetch-client/CHANGELOG.md b/packages/cqrs-clients/fetch-client/CHANGELOG.md index 439c954d..a46feea9 100644 --- a/packages/cqrs-clients/fetch-client/CHANGELOG.md +++ b/packages/cqrs-clients/fetch-client/CHANGELOG.md @@ -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 @leancodepl/fetch-client + +# 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 @leancodepl/fetch-client diff --git a/packages/cqrs-clients/fetch-client/package.json b/packages/cqrs-clients/fetch-client/package.json index a9066374..ec74d3a7 100644 --- a/packages/cqrs-clients/fetch-client/package.json +++ b/packages/cqrs-clients/fetch-client/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/fetch-client", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", @@ -15,9 +15,9 @@ } }, "dependencies": { - "@leancodepl/cqrs-client-base": "10.2.0", - "@leancodepl/utils": "10.2.0", - "@leancodepl/validation": "10.2.0", + "@leancodepl/cqrs-client-base": "10.2.1", + "@leancodepl/utils": "10.2.1", + "@leancodepl/validation": "10.2.1", "tslib": "^2.3.0" }, "publishConfig": { diff --git a/packages/cqrs-clients/react-query-cqrs-client/CHANGELOG.md b/packages/cqrs-clients/react-query-cqrs-client/CHANGELOG.md index e1fb0b33..352a7d03 100644 --- a/packages/cqrs-clients/react-query-cqrs-client/CHANGELOG.md +++ b/packages/cqrs-clients/react-query-cqrs-client/CHANGELOG.md @@ -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 @leancodepl/react-query-cqrs-client + +# 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 @leancodepl/react-query-cqrs-client diff --git a/packages/cqrs-clients/react-query-cqrs-client/package.json b/packages/cqrs-clients/react-query-cqrs-client/package.json index 38619971..bbbe4f28 100644 --- a/packages/cqrs-clients/react-query-cqrs-client/package.json +++ b/packages/cqrs-clients/react-query-cqrs-client/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/react-query-cqrs-client", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", @@ -15,9 +15,9 @@ } }, "dependencies": { - "@leancodepl/cqrs-client-base": "10.2.0", - "@leancodepl/utils": "10.2.0", - "@leancodepl/validation": "10.2.0", + "@leancodepl/cqrs-client-base": "10.2.1", + "@leancodepl/utils": "10.2.1", + "@leancodepl/validation": "10.2.1", "@tanstack/react-query": ">=5.0.0", "rxjs": ">=7.0.0" }, diff --git a/packages/cqrs-clients/rx-cqrs-client/CHANGELOG.md b/packages/cqrs-clients/rx-cqrs-client/CHANGELOG.md index 74d2f1c2..aadef52b 100644 --- a/packages/cqrs-clients/rx-cqrs-client/CHANGELOG.md +++ b/packages/cqrs-clients/rx-cqrs-client/CHANGELOG.md @@ -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 @leancodepl/rx-cqrs-client + +# 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 @leancodepl/rx-cqrs-client diff --git a/packages/cqrs-clients/rx-cqrs-client/package.json b/packages/cqrs-clients/rx-cqrs-client/package.json index 8bec091c..421993a9 100644 --- a/packages/cqrs-clients/rx-cqrs-client/package.json +++ b/packages/cqrs-clients/rx-cqrs-client/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/rx-cqrs-client", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", @@ -15,8 +15,8 @@ } }, "dependencies": { - "@leancodepl/cqrs-client-base": "10.2.0", - "@leancodepl/validation": "10.2.0", + "@leancodepl/cqrs-client-base": "10.2.1", + "@leancodepl/validation": "10.2.1", "rxjs": ">=7.0.0" }, "devDependencies": { diff --git a/packages/cyberware/cyberware-contract-generator-dart/CHANGELOG.md b/packages/cyberware/cyberware-contract-generator-dart/CHANGELOG.md index 5f337fa7..0bf201bd 100644 --- a/packages/cyberware/cyberware-contract-generator-dart/CHANGELOG.md +++ b/packages/cyberware/cyberware-contract-generator-dart/CHANGELOG.md @@ -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 @leancodepl/cyberware-contract-generator-dart + +# 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 diff --git a/packages/cyberware/cyberware-contract-generator-dart/package.json b/packages/cyberware/cyberware-contract-generator-dart/package.json index 44c131b5..ab3039e6 100644 --- a/packages/cyberware/cyberware-contract-generator-dart/package.json +++ b/packages/cyberware/cyberware-contract-generator-dart/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/cyberware-contract-generator-dart", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", @@ -18,7 +18,7 @@ } }, "dependencies": { - "@leancodepl/cyberware-contract": "10.2.0", + "@leancodepl/cyberware-contract": "10.2.1", "lilconfig": "^3.1.3", "quicktype-core": "^23.2.6", "yargs": "^18.0.0", diff --git a/packages/cyberware/cyberware-contract/CHANGELOG.md b/packages/cyberware/cyberware-contract/CHANGELOG.md index f40ee7b2..db1544c4 100644 --- a/packages/cyberware/cyberware-contract/CHANGELOG.md +++ b/packages/cyberware/cyberware-contract/CHANGELOG.md @@ -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 @leancodepl/cyberware-contract + +# 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 diff --git a/packages/cyberware/cyberware-contract/package.json b/packages/cyberware/cyberware-contract/package.json index 9a4a0a11..eab38e67 100644 --- a/packages/cyberware/cyberware-contract/package.json +++ b/packages/cyberware/cyberware-contract/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/cyberware-contract", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", diff --git a/packages/feature-flags/feature-flags-react-client/CHANGELOG.md b/packages/feature-flags/feature-flags-react-client/CHANGELOG.md index 7936479b..263ad004 100644 --- a/packages/feature-flags/feature-flags-react-client/CHANGELOG.md +++ b/packages/feature-flags/feature-flags-react-client/CHANGELOG.md @@ -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 @leancodepl/feature-flags-react-client + +# 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 @leancodepl/feature-flags-react-client diff --git a/packages/feature-flags/feature-flags-react-client/package.json b/packages/feature-flags/feature-flags-react-client/package.json index de821d87..b662ad25 100644 --- a/packages/feature-flags/feature-flags-react-client/package.json +++ b/packages/feature-flags/feature-flags-react-client/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/feature-flags-react-client", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", diff --git a/packages/feature-flags/openfeature-posthog-provider/CHANGELOG.md b/packages/feature-flags/openfeature-posthog-provider/CHANGELOG.md index fcfa984a..f3b037c5 100644 --- a/packages/feature-flags/openfeature-posthog-provider/CHANGELOG.md +++ b/packages/feature-flags/openfeature-posthog-provider/CHANGELOG.md @@ -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 @leancodepl/openfeature-posthog-provider + +# 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 @leancodepl/openfeature-posthog-provider diff --git a/packages/feature-flags/openfeature-posthog-provider/package.json b/packages/feature-flags/openfeature-posthog-provider/package.json index b93a5f8e..b4925418 100644 --- a/packages/feature-flags/openfeature-posthog-provider/package.json +++ b/packages/feature-flags/openfeature-posthog-provider/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/openfeature-posthog-provider", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", diff --git a/packages/folder-structure-cruiser/CHANGELOG.md b/packages/folder-structure-cruiser/CHANGELOG.md index db455c8d..be90d4f5 100644 --- a/packages/folder-structure-cruiser/CHANGELOG.md +++ b/packages/folder-structure-cruiser/CHANGELOG.md @@ -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) **Note:** Version bump only for package @leancodepl/folder-structure-cruiser diff --git a/packages/folder-structure-cruiser/package.json b/packages/folder-structure-cruiser/package.json index 4a05456c..4f59d96d 100644 --- a/packages/folder-structure-cruiser/package.json +++ b/packages/folder-structure-cruiser/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/folder-structure-cruiser", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", @@ -19,7 +19,7 @@ "folder-structure-cruiser": "./dist/bin.js" }, "dependencies": { - "@leancodepl/logger": "10.2.0", + "@leancodepl/logger": "10.2.1", "chalk": ">=5.0.0", "commander": "^14.0.0" }, diff --git a/packages/force-update/CHANGELOG.md b/packages/force-update/CHANGELOG.md index acc94eaa..d4dfc156 100644 --- a/packages/force-update/CHANGELOG.md +++ b/packages/force-update/CHANGELOG.md @@ -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 @leancodepl/force-update + +# 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 @leancodepl/force-update diff --git a/packages/force-update/package.json b/packages/force-update/package.json index d8902be8..b332a37a 100644 --- a/packages/force-update/package.json +++ b/packages/force-update/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/force-update", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", diff --git a/packages/gtag/CHANGELOG.md b/packages/gtag/CHANGELOG.md index 67711206..5808224c 100644 --- a/packages/gtag/CHANGELOG.md +++ b/packages/gtag/CHANGELOG.md @@ -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 @leancodepl/gtag + +# 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 @leancodepl/gtag diff --git a/packages/gtag/package.json b/packages/gtag/package.json index 9ee82c0f..07c3a28e 100644 --- a/packages/gtag/package.json +++ b/packages/gtag/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/gtag", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", diff --git a/packages/image-uploader/CHANGELOG.md b/packages/image-uploader/CHANGELOG.md index bc1028d6..800c45cf 100644 --- a/packages/image-uploader/CHANGELOG.md +++ b/packages/image-uploader/CHANGELOG.md @@ -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 @leancodepl/image-uploader + +# 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 @leancodepl/image-uploader diff --git a/packages/image-uploader/package.json b/packages/image-uploader/package.json index 9abd5b20..f434662e 100644 --- a/packages/image-uploader/package.json +++ b/packages/image-uploader/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/image-uploader", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", @@ -22,7 +22,7 @@ "node": ">=22.0.0" }, "dependencies": { - "@leancodepl/utils": "10.2.0", + "@leancodepl/utils": "10.2.1", "react-dropzone": "14.3.8", "react-easy-crop": "5.5.0", "uuid": "11.1.0" diff --git a/packages/intl/CHANGELOG.md b/packages/intl/CHANGELOG.md index f91baf6c..a76c1197 100644 --- a/packages/intl/CHANGELOG.md +++ b/packages/intl/CHANGELOG.md @@ -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 @leancodepl/intl + +# 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 @leancodepl/intl diff --git a/packages/intl/package.json b/packages/intl/package.json index a0cbfc26..1149a97b 100644 --- a/packages/intl/package.json +++ b/packages/intl/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/intl", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", @@ -21,7 +21,7 @@ "@formatjs/cli": "^6.2.15", "@inquirer/checkbox": "^5.0.3", "@inquirer/confirm": "^6.0.3", - "@leancodepl/logger": "10.2.0", + "@leancodepl/logger": "10.2.1", "axios": "^1.7.9", "commander": "^12.0.0", "lilconfig": "^3.1.3", diff --git a/packages/kratos/CHANGELOG.md b/packages/kratos/CHANGELOG.md index 9982aff2..812a2d41 100644 --- a/packages/kratos/CHANGELOG.md +++ b/packages/kratos/CHANGELOG.md @@ -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 @leancodepl/kratos + +# 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 diff --git a/packages/kratos/package.json b/packages/kratos/package.json index dde392ea..63d0a0ab 100644 --- a/packages/kratos/package.json +++ b/packages/kratos/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/kratos", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", @@ -22,7 +22,7 @@ "node": ">=22.0.0" }, "dependencies": { - "@leancodepl/utils": "10.2.0", + "@leancodepl/utils": "10.2.1", "@radix-ui/react-slot": ">=1.0.0", "@tanstack/react-form": ">=1.23.0", "@tanstack/react-query": ">=5.0.0" diff --git a/packages/linters/eslint-config/CHANGELOG.md b/packages/linters/eslint-config/CHANGELOG.md index f26ab611..1ad3a69f 100644 --- a/packages/linters/eslint-config/CHANGELOG.md +++ b/packages/linters/eslint-config/CHANGELOG.md @@ -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 @leancodepl/eslint-config + +# 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 @leancodepl/eslint-config diff --git a/packages/linters/eslint-config/package.json b/packages/linters/eslint-config/package.json index 78fc07e4..80eae3a0 100644 --- a/packages/linters/eslint-config/package.json +++ b/packages/linters/eslint-config/package.json @@ -1,11 +1,11 @@ { "name": "@leancodepl/eslint-config", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "src/index.js", "dependencies": { - "@leancodepl/eslint-plugin": "10.2.0", + "@leancodepl/eslint-plugin": "10.2.1", "eslint-plugin-import": ">=2.31.0", "eslint-plugin-jsx-a11y": ">=6.10.0", "eslint-plugin-perfectionist": ">=5.0.0", diff --git a/packages/linters/eslint-plugin/CHANGELOG.md b/packages/linters/eslint-plugin/CHANGELOG.md index e5e731f3..25160032 100644 --- a/packages/linters/eslint-plugin/CHANGELOG.md +++ b/packages/linters/eslint-plugin/CHANGELOG.md @@ -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 @leancodepl/eslint-plugin + +# 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 @leancodepl/eslint-plugin diff --git a/packages/linters/eslint-plugin/package.json b/packages/linters/eslint-plugin/package.json index 5f8ada26..76163618 100644 --- a/packages/linters/eslint-plugin/package.json +++ b/packages/linters/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/eslint-plugin", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "src/index.js", diff --git a/packages/linters/linting/CHANGELOG.md b/packages/linters/linting/CHANGELOG.md index b2b777a5..06c1a622 100644 --- a/packages/linters/linting/CHANGELOG.md +++ b/packages/linters/linting/CHANGELOG.md @@ -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 @leancodepl/linting + +# 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 @leancodepl/linting diff --git a/packages/linters/linting/package.json b/packages/linters/linting/package.json index a399f9f9..e879be21 100644 --- a/packages/linters/linting/package.json +++ b/packages/linters/linting/package.json @@ -1,12 +1,12 @@ { "name": "@leancodepl/linting", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { - "@leancodepl/eslint-config": "10.2.0", - "@leancodepl/prettier-config": "10.2.0", - "@leancodepl/resolve-eslint-flat-config": "10.2.0", - "@leancodepl/stylelint-config": "10.2.0" + "@leancodepl/eslint-config": "10.2.1", + "@leancodepl/prettier-config": "10.2.1", + "@leancodepl/resolve-eslint-flat-config": "10.2.1", + "@leancodepl/stylelint-config": "10.2.1" }, "publishConfig": { "access": "public", diff --git a/packages/linters/prettier-config/CHANGELOG.md b/packages/linters/prettier-config/CHANGELOG.md index 5cb6b6e0..f559dc01 100644 --- a/packages/linters/prettier-config/CHANGELOG.md +++ b/packages/linters/prettier-config/CHANGELOG.md @@ -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 @leancodepl/prettier-config + +# 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 @leancodepl/prettier-config diff --git a/packages/linters/prettier-config/package.json b/packages/linters/prettier-config/package.json index 8e86beb6..b8709db1 100644 --- a/packages/linters/prettier-config/package.json +++ b/packages/linters/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/prettier-config", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "dependencies": { "prettier": ">=3.0.0" diff --git a/packages/linters/resolve-eslint-flat-config/CHANGELOG.md b/packages/linters/resolve-eslint-flat-config/CHANGELOG.md index b8cd54bb..277ff9e7 100644 --- a/packages/linters/resolve-eslint-flat-config/CHANGELOG.md +++ b/packages/linters/resolve-eslint-flat-config/CHANGELOG.md @@ -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 @leancodepl/resolve-eslint-flat-config + +# 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 @leancodepl/resolve-eslint-flat-config diff --git a/packages/linters/resolve-eslint-flat-config/package.json b/packages/linters/resolve-eslint-flat-config/package.json index 5adb48bc..d5c2ff89 100644 --- a/packages/linters/resolve-eslint-flat-config/package.json +++ b/packages/linters/resolve-eslint-flat-config/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/resolve-eslint-flat-config", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", diff --git a/packages/linters/stylelint-config/CHANGELOG.md b/packages/linters/stylelint-config/CHANGELOG.md index 4d5b0336..8ce0e7f3 100644 --- a/packages/linters/stylelint-config/CHANGELOG.md +++ b/packages/linters/stylelint-config/CHANGELOG.md @@ -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 @leancodepl/stylelint-config + +# 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 @leancodepl/stylelint-config diff --git a/packages/linters/stylelint-config/package.json b/packages/linters/stylelint-config/package.json index 40514c6a..986844a4 100644 --- a/packages/linters/stylelint-config/package.json +++ b/packages/linters/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/stylelint-config", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "main": "src/index.json", "files": [ diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index f2d676f9..2c0c64bd 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -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 @leancodepl/logger + +# 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 @leancodepl/logger diff --git a/packages/logger/package.json b/packages/logger/package.json index 8e72a44f..1d6dcfa8 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/logger", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", diff --git a/packages/login-manager/CHANGELOG.md b/packages/login-manager/CHANGELOG.md index c44efc67..e85aec9e 100644 --- a/packages/login-manager/CHANGELOG.md +++ b/packages/login-manager/CHANGELOG.md @@ -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 @leancodepl/login-manager + +# 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 @leancodepl/login-manager diff --git a/packages/login-manager/package.json b/packages/login-manager/package.json index 91464e9b..d5700d61 100644 --- a/packages/login-manager/package.json +++ b/packages/login-manager/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/login-manager", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", diff --git a/packages/mail-translation/CHANGELOG.md b/packages/mail-translation/CHANGELOG.md index 778fd599..229951b0 100644 --- a/packages/mail-translation/CHANGELOG.md +++ b/packages/mail-translation/CHANGELOG.md @@ -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 @leancodepl/mail-translation + +# 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 @leancodepl/mail-translation diff --git a/packages/mail-translation/package.json b/packages/mail-translation/package.json index 9457f963..cc20ca4a 100644 --- a/packages/mail-translation/package.json +++ b/packages/mail-translation/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/mail-translation", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", @@ -18,7 +18,7 @@ "mail-translation": "./dist/bin.js" }, "dependencies": { - "@leancodepl/logger": "10.2.0", + "@leancodepl/logger": "10.2.1", "intl-messageformat": "^10.7.16", "js-beautify": "^1.15.4", "lilconfig": "^3.1.3", diff --git a/packages/nx-plugins/CHANGELOG.md b/packages/nx-plugins/CHANGELOG.md index 79190e11..063180a7 100644 --- a/packages/nx-plugins/CHANGELOG.md +++ b/packages/nx-plugins/CHANGELOG.md @@ -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 @leancodepl/nx-plugins + +# 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 @leancodepl/nx-plugins diff --git a/packages/nx-plugins/package.json b/packages/nx-plugins/package.json index 90050cb6..2e21ac89 100644 --- a/packages/nx-plugins/package.json +++ b/packages/nx-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/nx-plugins", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "src/index.js", diff --git a/packages/pipe-clients/hook-pipe-client/CHANGELOG.md b/packages/pipe-clients/hook-pipe-client/CHANGELOG.md index 78308ef5..a601dd0a 100644 --- a/packages/pipe-clients/hook-pipe-client/CHANGELOG.md +++ b/packages/pipe-clients/hook-pipe-client/CHANGELOG.md @@ -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 @leancodepl/hook-pipe-client + +# 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 @leancodepl/hook-pipe-client diff --git a/packages/pipe-clients/hook-pipe-client/package.json b/packages/pipe-clients/hook-pipe-client/package.json index 489ea0ec..4e8d8ed1 100644 --- a/packages/pipe-clients/hook-pipe-client/package.json +++ b/packages/pipe-clients/hook-pipe-client/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/hook-pipe-client", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", diff --git a/packages/pipe-clients/rx-pipe-client/CHANGELOG.md b/packages/pipe-clients/rx-pipe-client/CHANGELOG.md index 913d104f..9a17e6f3 100644 --- a/packages/pipe-clients/rx-pipe-client/CHANGELOG.md +++ b/packages/pipe-clients/rx-pipe-client/CHANGELOG.md @@ -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 @leancodepl/rx-pipe-client + +# 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 @leancodepl/rx-pipe-client diff --git a/packages/pipe-clients/rx-pipe-client/package.json b/packages/pipe-clients/rx-pipe-client/package.json index a4e12a5d..982c0fa3 100644 --- a/packages/pipe-clients/rx-pipe-client/package.json +++ b/packages/pipe-clients/rx-pipe-client/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/rx-pipe-client", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", diff --git a/packages/styled-tools/CHANGELOG.md b/packages/styled-tools/CHANGELOG.md index ef06513b..d15d0586 100644 --- a/packages/styled-tools/CHANGELOG.md +++ b/packages/styled-tools/CHANGELOG.md @@ -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 @leancodepl/styled-tools + +# 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 @leancodepl/styled-tools diff --git a/packages/styled-tools/package.json b/packages/styled-tools/package.json index d7e5c0f0..d0ca3aa0 100644 --- a/packages/styled-tools/package.json +++ b/packages/styled-tools/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/styled-tools", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 9589493a..67d2a595 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -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 @leancodepl/utils + +# 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 @leancodepl/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index d7536c87..a02d339e 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/utils", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", @@ -22,7 +22,7 @@ "node": ">=22.0.0" }, "dependencies": { - "@leancodepl/api-date": "10.2.0", + "@leancodepl/api-date": "10.2.1", "tiny-invariant": ">=1.3.1" }, "peerDependencies": { diff --git a/packages/validation/CHANGELOG.md b/packages/validation/CHANGELOG.md index 18f2dff8..fbba5978 100644 --- a/packages/validation/CHANGELOG.md +++ b/packages/validation/CHANGELOG.md @@ -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 @leancodepl/validation + +# 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 @leancodepl/validation diff --git a/packages/validation/package.json b/packages/validation/package.json index 31621b16..b352251b 100644 --- a/packages/validation/package.json +++ b/packages/validation/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/validation", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", @@ -15,7 +15,7 @@ } }, "dependencies": { - "@leancodepl/cqrs-client-base": "10.2.0" + "@leancodepl/cqrs-client-base": "10.2.1" }, "devDependencies": { "sinon": "15.2.0" diff --git a/packages/vite-plugin-favicon/CHANGELOG.md b/packages/vite-plugin-favicon/CHANGELOG.md index 1e6d52cb..edc4a40e 100644 --- a/packages/vite-plugin-favicon/CHANGELOG.md +++ b/packages/vite-plugin-favicon/CHANGELOG.md @@ -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 @leancodepl/vite-plugin-favicon + +# 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 @leancodepl/vite-plugin-favicon diff --git a/packages/vite-plugin-favicon/package.json b/packages/vite-plugin-favicon/package.json index 165569a5..fb8457b0 100644 --- a/packages/vite-plugin-favicon/package.json +++ b/packages/vite-plugin-favicon/package.json @@ -1,6 +1,6 @@ { "name": "@leancodepl/vite-plugin-favicon", - "version": "10.2.0", + "version": "10.2.1", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js",