Skip to content

Commit

Permalink
chore: update moon-themes package (#2572)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkireev authored Apr 25, 2024
1 parent 4c576ba commit 0431e9c
Show file tree
Hide file tree
Showing 39 changed files with 360 additions and 171 deletions.
21 changes: 21 additions & 0 deletions next-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## 10.13.6

### Patch Changes

- update moon-themes package version
- Updated dependencies
- @heathmont/moon-draggabletable@10.7.2
- @heathmont/moon-components@10.7.4
- @heathmont/moon-datepicker@10.7.2
- @heathmont/moon-pagination@10.7.2
- @heathmont/moon-accordion@10.7.2
- @heathmont/moon-popover@10.7.2
- @heathmont/moon-sidebar@10.7.2
- @heathmont/moon-assets@10.7.2
- @heathmont/moon-charts@10.7.2
- @heathmont/moon-select@10.7.2
- @heathmont/moon-icons@10.7.2
- @heathmont/moon-table@10.7.2
- @heathmont/moon-utils@10.7.2
- @heathmont/moon-core@10.7.2

## 10.13.5

### Patch Changes
Expand Down
32 changes: 16 additions & 16 deletions next-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-docs",
"version": "10.13.5",
"version": "10.13.6",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -15,25 +15,25 @@
},
"dependencies": {
"@headlessui/react": "1.7.16",
"@heathmont/moon-accordion": "workspace:^10.7.1",
"@heathmont/moon-assets": "workspace:^10.7.1",
"@heathmont/moon-charts": "workspace:^10.7.1",
"@heathmont/moon-components": "workspace:^10.7.3",
"@heathmont/moon-accordion": "workspace:^10.7.2",
"@heathmont/moon-assets": "workspace:^10.7.2",
"@heathmont/moon-charts": "workspace:^10.7.2",
"@heathmont/moon-components": "workspace:^10.7.4",
"@heathmont/moon-cmdk-tw": "^10.13.5",
"@heathmont/moon-core": "workspace:^10.7.1",
"@heathmont/moon-core": "workspace:^10.7.2",
"@heathmont/moon-core-tw": "^10.13.5",
"@heathmont/moon-datepicker": "workspace:^10.7.1",
"@heathmont/moon-draggabletable": "workspace:^10.7.1",
"@heathmont/moon-icons": "workspace:^10.7.1",
"@heathmont/moon-pagination": "workspace:^10.7.1",
"@heathmont/moon-popover": "workspace:^10.7.1",
"@heathmont/moon-select": "workspace:^10.7.1",
"@heathmont/moon-sidebar": "workspace:^10.7.1",
"@heathmont/moon-table": "workspace:^10.7.1",
"@heathmont/moon-datepicker": "workspace:^10.7.2",
"@heathmont/moon-draggabletable": "workspace:^10.7.2",
"@heathmont/moon-icons": "workspace:^10.7.2",
"@heathmont/moon-pagination": "workspace:^10.7.2",
"@heathmont/moon-popover": "workspace:^10.7.2",
"@heathmont/moon-select": "workspace:^10.7.2",
"@heathmont/moon-sidebar": "workspace:^10.7.2",
"@heathmont/moon-table": "workspace:^10.7.2",
"@heathmont/moon-table-tw": "workspace:^10.13.4",
"@heathmont/moon-themes": "workspace:^10.7.2",
"@heathmont/moon-themes": "workspace:^10.7.3",
"@heathmont/moon-themes-tw": "^10.13.5",
"@heathmont/moon-utils": "workspace:^10.7.1",
"@heathmont/moon-utils": "workspace:^10.7.2",
"@heathmont/moon-icons-tw": "9.28.6",
"@hookform/resolvers": "3.2.0",
"@jest/globals": "27.5.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 10.7.2

### Patch Changes

- update moon-themes package version
- Updated dependencies
- @heathmont/moon-components@10.7.4
- @heathmont/moon-icons@10.7.2
- @heathmont/moon-utils@10.7.2
- @heathmont/moon-core@10.7.2

## 10.7.1

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-accordion",
"sideEffects": false,
"version": "10.7.1",
"version": "10.7.2",
"files": [
"lib"
],
Expand All @@ -20,11 +20,11 @@
"chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" "
},
"dependencies": {
"@heathmont/moon-components": "workspace:^10.7.1",
"@heathmont/moon-core": "workspace:^10.7.1",
"@heathmont/moon-icons": "workspace:^10.7.1",
"@heathmont/moon-themes": "workspace:^10.7.1",
"@heathmont/moon-utils": "workspace:^10.7.1"
"@heathmont/moon-components": "workspace:^10.7.4",
"@heathmont/moon-core": "workspace:^10.7.2",
"@heathmont/moon-icons": "workspace:^10.7.2",
"@heathmont/moon-themes": "workspace:^10.7.3",
"@heathmont/moon-utils": "workspace:^10.7.2"
},
"peerDependencies": {
"react": ">= 18.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 10.7.2

### Patch Changes

- update moon-themes package version
- Updated dependencies
- @heathmont/moon-utils@10.7.2

## 10.7.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-assets",
"sideEffects": false,
"version": "10.7.1",
"version": "10.7.2",
"files": [
"lib"
],
Expand Down Expand Up @@ -36,8 +36,8 @@
"chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" "
},
"dependencies": {
"@heathmont/moon-themes": "workspace:^10.7.1",
"@heathmont/moon-utils": "workspace:^10.7.1"
"@heathmont/moon-themes": "workspace:^10.7.3",
"@heathmont/moon-utils": "workspace:^10.7.2"
},
"peerDependencies": {
"react": ">= 18.2.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 10.7.2

### Patch Changes

- update moon-themes package version
- Updated dependencies
- @heathmont/moon-components@10.7.4
- @heathmont/moon-utils@10.7.2
- @heathmont/moon-core@10.7.2

## 10.7.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-calendar",
"sideEffects": false,
"version": "10.7.1",
"version": "10.7.2",
"files": [
"lib"
],
Expand All @@ -20,10 +20,10 @@
"chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" "
},
"dependencies": {
"@heathmont/moon-components": "workspace:^10.7.1",
"@heathmont/moon-core": "workspace:^10.7.1",
"@heathmont/moon-themes": "workspace:^10.7.1",
"@heathmont/moon-utils": "workspace:^10.7.1",
"@heathmont/moon-components": "workspace:^10.7.4",
"@heathmont/moon-core": "workspace:^10.7.2",
"@heathmont/moon-themes": "workspace:^10.7.3",
"@heathmont/moon-utils": "workspace:^10.7.2",
"@types/date-fns": "2.6.0",
"date-fns": "2.15.0"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 10.7.2

### Patch Changes

- update moon-themes package version
- Updated dependencies
- @heathmont/moon-components@10.7.4
- @heathmont/moon-assets@10.7.2
- @heathmont/moon-icons@10.7.2
- @heathmont/moon-utils@10.7.2
- @heathmont/moon-core@10.7.2

## 10.7.1

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-charts",
"sideEffects": false,
"version": "10.7.1",
"version": "10.7.2",
"files": [
"lib"
],
Expand All @@ -20,12 +20,12 @@
"chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" "
},
"dependencies": {
"@heathmont/moon-assets": "workspace:^10.7.1",
"@heathmont/moon-components": "workspace:^10.7.1",
"@heathmont/moon-core": "workspace:^10.7.1",
"@heathmont/moon-icons": "workspace:^10.7.1",
"@heathmont/moon-themes": "workspace:^10.7.1",
"@heathmont/moon-utils": "workspace:^10.7.1",
"@heathmont/moon-assets": "workspace:^10.7.2",
"@heathmont/moon-components": "workspace:^10.7.4",
"@heathmont/moon-core": "workspace:^10.7.2",
"@heathmont/moon-icons": "workspace:^10.7.2",
"@heathmont/moon-themes": "workspace:^10.7.3",
"@heathmont/moon-utils": "workspace:^10.7.2",
"@types/react-simple-maps": "1.0.3",
"@types/react-transition-group": "4.4.0",
"react-simple-maps": "2.3.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 10.7.4

### Patch Changes

- update moon-themes package version
- Updated dependencies
- @heathmont/[email protected]
- @heathmont/[email protected]
- @heathmont/[email protected]

## 10.7.3

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-components",
"sideEffects": false,
"version": "10.7.3",
"version": "10.7.4",
"files": [
"lib"
],
Expand All @@ -20,10 +20,10 @@
"chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" "
},
"dependencies": {
"@heathmont/moon-assets": "workspace:^10.7.1",
"@heathmont/moon-themes": "workspace:^10.7.1",
"@heathmont/moon-utils": "workspace:^10.7.1",
"@heathmont/moon-icons": "workspace:^10.7.1",
"@heathmont/moon-assets": "workspace:^10.7.2",
"@heathmont/moon-themes": "workspace:^10.7.3",
"@heathmont/moon-utils": "workspace:^10.7.2",
"@heathmont/moon-icons": "workspace:^10.7.2",
"@reach/dialog": "0.16.2",
"@types/date-fns": "2.6.0",
"date-fns": "2.15.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 10.7.2

### Patch Changes

- update moon-themes package version
- Updated dependencies
- @heathmont/[email protected]
- @heathmont/[email protected]
- @heathmont/[email protected]
- @heathmont/[email protected]

## 10.7.1

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-core",
"sideEffects": false,
"version": "10.7.1",
"version": "10.7.2",
"files": [
"lib"
],
Expand All @@ -20,11 +20,11 @@
"chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" "
},
"dependencies": {
"@heathmont/moon-assets": "workspace:^10.7.1",
"@heathmont/moon-components": "workspace:^10.7.1",
"@heathmont/moon-icons": "workspace:^10.7.1",
"@heathmont/moon-themes": "workspace:^10.7.1",
"@heathmont/moon-utils": "workspace:^10.7.1",
"@heathmont/moon-assets": "workspace:^10.7.2",
"@heathmont/moon-components": "workspace:^10.7.4",
"@heathmont/moon-icons": "workspace:^10.7.2",
"@heathmont/moon-themes": "workspace:^10.7.3",
"@heathmont/moon-utils": "workspace:^10.7.2",
"@reach/listbox": "0.16.2",
"polished": "4.1.4"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/datepicker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @heathmont/moon-datepicker

## 10.7.2

### Patch Changes

- update moon-themes package version
- Updated dependencies
- @heathmont/[email protected]
- @heathmont/[email protected]
- @heathmont/[email protected]
- @heathmont/[email protected]

## 10.7.1

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/datepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-datepicker",
"sideEffects": false,
"version": "10.7.1",
"version": "10.7.2",
"files": [
"lib"
],
Expand All @@ -20,11 +20,11 @@
"chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" "
},
"dependencies": {
"@heathmont/moon-components": "workspace:^10.7.1",
"@heathmont/moon-core": "workspace:^10.7.1",
"@heathmont/moon-themes": "workspace:^10.7.1",
"@heathmont/moon-utils": "workspace:^10.7.1",
"@heathmont/moon-icons": "workspace:^10.7.1",
"@heathmont/moon-components": "workspace:^10.7.4",
"@heathmont/moon-core": "workspace:^10.7.2",
"@heathmont/moon-themes": "workspace:^10.7.3",
"@heathmont/moon-utils": "workspace:^10.7.2",
"@heathmont/moon-icons": "workspace:^10.7.2",
"react-select": "^5.2.1",
"@types/date-fns": "2.6.0",
"date-fns": "2.28.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/draggabletable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 10.7.2

### Patch Changes

- update moon-themes package version
- Updated dependencies
- @heathmont/[email protected]
- @heathmont/[email protected]
- @heathmont/[email protected]

## 10.7.1

### Patch Changes
Expand Down
Loading

0 comments on commit 0431e9c

Please sign in to comment.