Skip to content

Commit 8fbcce0

Browse files
authored
chore: bump version to 10.13.4 (#2558)
1 parent aacde18 commit 8fbcce0

File tree

15 files changed

+83
-27
lines changed

15 files changed

+83
-27
lines changed

docs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# docs
22

3+
## 10.13.4
4+
5+
### Patch Changes
6+
7+
- Deploy 10.13.4
8+
- Updated dependencies
9+
- @heathmont/moon-core-tw@10.13.4
10+
- @heathmont/moon-base-tw@10.13.4
11+
- @heathmont/moon-cmdk-tw@10.13.4
12+
- @heathmont/moon-themes-tw@10.13.4
13+
314
## 10.13.3
415

516
### Patch Changes

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "10.13.3",
3+
"version": "10.13.4",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -11,11 +11,11 @@
1111
"lint": "next lint"
1212
},
1313
"dependencies": {
14-
"@heathmont/moon-base-tw": "workspace:^10.13.3",
15-
"@heathmont/moon-cmdk-tw": "workspace:^10.13.3",
16-
"@heathmont/moon-core-tw": "workspace:^10.13.3",
14+
"@heathmont/moon-base-tw": "workspace:^10.13.4",
15+
"@heathmont/moon-cmdk-tw": "workspace:^10.13.4",
16+
"@heathmont/moon-core-tw": "workspace:^10.13.4",
1717
"@heathmont/moon-icons-tw": "9.28.6",
18-
"@heathmont/moon-themes-tw": "workspace:^10.13.3",
18+
"@heathmont/moon-themes-tw": "workspace:^10.13.4",
1919
"@types/node": "20.4.9",
2020
"@types/react": "18.2.19",
2121
"@types/react-dom": "18.2.7",

next-docs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 10.13.4
4+
5+
### Patch Changes
6+
7+
- Deploy 10.13.4
8+
- Updated dependencies
9+
- @heathmont/moon-core-tw@10.13.4
10+
- @heathmont/moon-cmdk-tw@10.13.4
11+
- @heathmont/moon-table-tw@10.13.4
12+
- @heathmont/moon-themes-tw@10.13.4
13+
314
## 10.13.3
415

516
### Patch Changes

next-docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-docs",
3-
"version": "10.13.3",
3+
"version": "10.13.4",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -19,9 +19,9 @@
1919
"@heathmont/moon-assets": "workspace:^10.7.1",
2020
"@heathmont/moon-charts": "workspace:^10.7.1",
2121
"@heathmont/moon-components": "workspace:^10.7.1",
22-
"@heathmont/moon-cmdk-tw": "workspace:^10.13.3",
22+
"@heathmont/moon-cmdk-tw": "workspace:^10.13.4",
2323
"@heathmont/moon-core": "workspace:^10.7.1",
24-
"@heathmont/moon-core-tw": "workspace:^10.13.3",
24+
"@heathmont/moon-core-tw": "workspace:^10.13.4",
2525
"@heathmont/moon-datepicker": "workspace:^10.7.1",
2626
"@heathmont/moon-draggabletable": "workspace:^10.7.1",
2727
"@heathmont/moon-icons": "workspace:^10.7.1",
@@ -30,9 +30,9 @@
3030
"@heathmont/moon-select": "workspace:^10.7.1",
3131
"@heathmont/moon-sidebar": "workspace:^10.7.1",
3232
"@heathmont/moon-table": "workspace:^10.7.1",
33-
"@heathmont/moon-table-tw": "workspace:^10.13.3",
33+
"@heathmont/moon-table-tw": "workspace:^10.13.4",
3434
"@heathmont/moon-themes": "workspace:^10.7.1",
35-
"@heathmont/moon-themes-tw": "workspace:^10.13.3",
35+
"@heathmont/moon-themes-tw": "workspace:^10.13.4",
3636
"@heathmont/moon-utils": "workspace:^10.7.1",
3737
"@heathmont/moon-icons-tw": "9.28.6",
3838
"@hookform/resolvers": "3.2.0",

pnpm-lock.yaml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workspaces/base/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @heathmont/moon-base-tw
22

3+
## 10.13.4
4+
5+
### Patch Changes
6+
7+
- Deploy 10.13.4
8+
39
## 10.13.3
410

511
### Patch Changes

workspaces/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@heathmont/moon-base-tw",
33
"sideEffects": false,
4-
"version": "10.13.3",
4+
"version": "10.13.4",
55
"files": [
66
"lib"
77
],

workspaces/cmdk/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @heathmont/moon-cmdk-tw
22

3+
## 10.13.4
4+
5+
### Patch Changes
6+
7+
- Deploy 10.13.4
8+
- Updated dependencies
9+
- @heathmont/moon-core-tw@10.13.4
10+
311
## 10.13.3
412

513
### Patch Changes

workspaces/cmdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@heathmont/moon-cmdk-tw",
33
"sideEffects": false,
4-
"version": "10.13.3",
4+
"version": "10.13.4",
55
"files": [
66
"lib"
77
],
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@headlessui/react": "1.7.16",
24-
"@heathmont/moon-core-tw": "workspace:^10.13.3",
24+
"@heathmont/moon-core-tw": "workspace:^10.13.4",
2525
"cmdk": "0.2.0",
2626
"tailwind-merge": "1.14.0",
2727
"tailwindcss-radix": "2.8.0"

workspaces/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @heathmont/moon-core-tw
22

3+
## 10.13.4
4+
5+
### Patch Changes
6+
7+
- Deploy 10.13.4
8+
39
## 10.13.3
410

511
### Patch Changes

workspaces/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@heathmont/moon-core-tw",
33
"sideEffects": false,
4-
"version": "10.13.3",
4+
"version": "10.13.4",
55
"files": [
66
"lib"
77
],

workspaces/tables/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @heathmont/moon-table-tw
22

3+
## 10.13.4
4+
5+
### Patch Changes
6+
7+
- Deploy 10.13.4
8+
- Updated dependencies
9+
- @heathmont/moon-core-tw@10.13.4
10+
311
## 10.13.3
412

513
### Patch Changes

workspaces/tables/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@heathmont/moon-table-tw",
33
"sideEffects": false,
4-
"version": "10.13.3",
4+
"version": "10.13.4",
55
"files": [
66
"lib"
77
],
@@ -20,7 +20,7 @@
2020
"chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" "
2121
},
2222
"dependencies": {
23-
"@heathmont/moon-core-tw": "workspace:^10.13.3",
23+
"@heathmont/moon-core-tw": "workspace:^10.13.4",
2424
"react": "18.2.0",
2525
"react-dom": "18.2.0",
2626
"react-table": "7.8.0",

workspaces/themes/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @heathmont/moon-themes-tw
22

3+
## 10.13.4
4+
5+
### Patch Changes
6+
7+
- Deploy 10.13.4
8+
39
## 10.13.3
410

511
### Patch Changes

workspaces/themes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@heathmont/moon-themes-tw",
33
"sideEffects": false,
4-
"version": "10.13.3",
4+
"version": "10.13.4",
55
"files": [
66
"lib"
77
],

0 commit comments

Comments
 (0)