diff --git a/CHANGELOG.md b/CHANGELOG.md index c1594692..94e276e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [17.1.0](https://github.com/thr-consulting/thr-addons/compare/v17.0.1...v17.1.0) (2024-04-01) + +### Bug Fixes + +- fixed github actions ([eb21d49](https://github.com/thr-consulting/thr-addons/commit/eb21d497b543cbe058fbcf096910cc282280f5fa)) + +### Features + +- add onblur to local time picker ([#401](https://github.com/thr-consulting/thr-addons/issues/401)) ([08c1316](https://github.com/thr-consulting/thr-addons/commit/08c13168326b38792591828317b5ed80f1a8de1d)) +- localtime mikroorm type ([#397](https://github.com/thr-consulting/thr-addons/issues/397)) ([b14aa1c](https://github.com/thr-consulting/thr-addons/commit/b14aa1c4c66f7f85a481ff6846ca0a88ef82b0d1)) +- localTimeEditCell ([#398](https://github.com/thr-consulting/thr-addons/issues/398)) ([4569854](https://github.com/thr-consulting/thr-addons/commit/4569854913704dce2a2592cfbe8b7d1c1018d284)) +- make createRow optional in table input ([#400](https://github.com/thr-consulting/thr-addons/issues/400)) ([b3004de](https://github.com/thr-consulting/thr-addons/commit/b3004de839a1609e1070ba97d5e67d53ca57bcbf)) + ## [17.0.1](https://github.com/thr-consulting/thr-addons/compare/v17.0.0...v17.0.1) (2024-03-13) ### Bug Fixes diff --git a/lerna.json b/lerna.json index b25aaeea..72f81535 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "17.0.1", + "version": "17.1.0", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/controls/CHANGELOG.md b/packages/controls/CHANGELOG.md index 7d417506..ab299a5d 100644 --- a/packages/controls/CHANGELOG.md +++ b/packages/controls/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [17.1.0](https://github.com/thr-consulting/thr-addons/compare/v17.0.1...v17.1.0) (2024-04-01) + +### Features + +- add onblur to local time picker ([#401](https://github.com/thr-consulting/thr-addons/issues/401)) ([08c1316](https://github.com/thr-consulting/thr-addons/commit/08c13168326b38792591828317b5ed80f1a8de1d)) +- localTimeEditCell ([#398](https://github.com/thr-consulting/thr-addons/issues/398)) ([4569854](https://github.com/thr-consulting/thr-addons/commit/4569854913704dce2a2592cfbe8b7d1c1018d284)) +- make createRow optional in table input ([#400](https://github.com/thr-consulting/thr-addons/issues/400)) ([b3004de](https://github.com/thr-consulting/thr-addons/commit/b3004de839a1609e1070ba97d5e67d53ca57bcbf)) + ## [17.0.1](https://github.com/thr-consulting/thr-addons/compare/v17.0.0...v17.0.1) (2024-03-13) ### Features diff --git a/packages/controls/package.json b/packages/controls/package.json index 0c327442..c9fd3476 100644 --- a/packages/controls/package.json +++ b/packages/controls/package.json @@ -1,6 +1,6 @@ { "name": "@thx/controls", - "version": "17.0.1", + "version": "17.1.0", "description": "A collection of components designed with SemanticUI.", "bugs": { "url": "https://github.com/thr-consulting/thr-addons/issues" @@ -31,7 +31,7 @@ }, "dependencies": { "@js-joda/core": "^5.1.0", - "@thx/date": "^17.0.0", + "@thx/date": "^17.1.0", "@thx/money": "^17.0.0", "@thx/yup-types": "^17.0.0", "@types/inputmask": "^5.0.6", diff --git a/packages/date/CHANGELOG.md b/packages/date/CHANGELOG.md index bcbaa409..a3e5bc9d 100644 --- a/packages/date/CHANGELOG.md +++ b/packages/date/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [17.1.0](https://github.com/thr-consulting/thr-addons/compare/v17.0.1...v17.1.0) (2024-04-01) + +### Features + +- localtime mikroorm type ([#397](https://github.com/thr-consulting/thr-addons/issues/397)) ([b14aa1c](https://github.com/thr-consulting/thr-addons/commit/b14aa1c4c66f7f85a481ff6846ca0a88ef82b0d1)) + # [17.0.0](https://github.com/thr-consulting/thr-addons/compare/v16.9.1...v17.0.0) (2024-03-05) **Note:** Version bump only for package @thx/date diff --git a/packages/date/package.json b/packages/date/package.json index ed1b464d..da419bbc 100644 --- a/packages/date/package.json +++ b/packages/date/package.json @@ -1,6 +1,6 @@ { "name": "@thx/date", - "version": "17.0.0", + "version": "17.1.0", "description": "Date utils", "bugs": { "url": "https://github.com/thr-consulting/thr-addons/issues" diff --git a/packages/mikroorm-types/CHANGELOG.md b/packages/mikroorm-types/CHANGELOG.md index 2ad1caf8..5ab45469 100644 --- a/packages/mikroorm-types/CHANGELOG.md +++ b/packages/mikroorm-types/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [17.1.0](https://github.com/thr-consulting/thr-addons/compare/v17.0.1...v17.1.0) (2024-04-01) + +### Features + +- localtime mikroorm type ([#397](https://github.com/thr-consulting/thr-addons/issues/397)) ([b14aa1c](https://github.com/thr-consulting/thr-addons/commit/b14aa1c4c66f7f85a481ff6846ca0a88ef82b0d1)) + ## [17.0.1](https://github.com/thr-consulting/thr-addons/compare/v17.0.0...v17.0.1) (2024-03-13) ### Bug Fixes diff --git a/packages/mikroorm-types/package.json b/packages/mikroorm-types/package.json index 960f36af..08ab3606 100644 --- a/packages/mikroorm-types/package.json +++ b/packages/mikroorm-types/package.json @@ -1,6 +1,6 @@ { "name": "@thx/mikroorm-types", - "version": "17.0.1", + "version": "17.1.0", "description": "Custom Mikro-orm types", "bugs": { "url": "https://github.com/thr-consulting/thr-addons/issues" @@ -33,7 +33,7 @@ } }, "dependencies": { - "@thx/date": "^17.0.0", + "@thx/date": "^17.1.0", "@thx/money": "^17.0.0" }, "peerDependencies": { diff --git a/packages/mingo-types/CHANGELOG.md b/packages/mingo-types/CHANGELOG.md index ac129332..c76ab593 100644 --- a/packages/mingo-types/CHANGELOG.md +++ b/packages/mingo-types/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [17.1.0](https://github.com/thr-consulting/thr-addons/compare/v17.0.1...v17.1.0) (2024-04-01) + +**Note:** Version bump only for package @thx/mingo-types + # [17.0.0](https://github.com/thr-consulting/thr-addons/compare/v16.9.1...v17.0.0) (2024-03-05) **Note:** Version bump only for package @thx/mingo-types diff --git a/packages/mingo-types/package.json b/packages/mingo-types/package.json index b10623eb..26445540 100644 --- a/packages/mingo-types/package.json +++ b/packages/mingo-types/package.json @@ -1,6 +1,6 @@ { "name": "@thx/mingo-types", - "version": "17.0.0", + "version": "17.1.0", "description": "Mingo operators for custom types", "bugs": { "url": "https://github.com/thr-consulting/thr-addons/issues" @@ -33,7 +33,7 @@ } }, "dependencies": { - "@thx/date": "^17.0.0", + "@thx/date": "^17.1.0", "@thx/money": "^17.0.0" }, "peerDependencies": { diff --git a/packages/random/CHANGELOG.md b/packages/random/CHANGELOG.md index 27c9599e..96ccdc1d 100644 --- a/packages/random/CHANGELOG.md +++ b/packages/random/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [17.1.0](https://github.com/thr-consulting/thr-addons/compare/v17.0.1...v17.1.0) (2024-04-01) + +**Note:** Version bump only for package @thx/random + # [17.0.0](https://github.com/thr-consulting/thr-addons/compare/v16.9.1...v17.0.0) (2024-03-05) **Note:** Version bump only for package @thx/random diff --git a/packages/random/package.json b/packages/random/package.json index d5f7f771..98a14631 100644 --- a/packages/random/package.json +++ b/packages/random/package.json @@ -1,6 +1,6 @@ { "name": "@thx/random", - "version": "17.0.0", + "version": "17.1.0", "description": "Random Functions", "bugs": { "url": "https://github.com/thr-consulting/thr-addons/issues" @@ -33,7 +33,7 @@ }, "dependencies": { "@js-joda/core": "^5.2.0", - "@thx/date": "^17.0.0", + "@thx/date": "^17.1.0", "nanoid": "^3.2.0" }, "engines": {