Skip to content

Commit

Permalink
chore(release): publish [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
darkadept committed Apr 1, 2024
1 parent bfed486 commit 619e7cb
Show file tree
Hide file tree
Showing 12 changed files with 51 additions and 10 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "17.0.1",
"version": "17.1.0",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
8 changes: 8 additions & 0 deletions packages/controls/CHANGELOG.md
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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"
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/date/CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down
6 changes: 6 additions & 0 deletions packages/mikroorm-types/CHANGELOG.md
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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"
Expand Down Expand Up @@ -33,7 +33,7 @@
}
},
"dependencies": {
"@thx/date": "^17.0.0",
"@thx/date": "^17.1.0",
"@thx/money": "^17.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/mingo-types/CHANGELOG.md
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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"
Expand Down Expand Up @@ -33,7 +33,7 @@
}
},
"dependencies": {
"@thx/date": "^17.0.0",
"@thx/date": "^17.1.0",
"@thx/money": "^17.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/random/CHANGELOG.md
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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"
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 619e7cb

Please sign in to comment.