Skip to content

Commit

Permalink
fix: merge develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dkireev committed Feb 13, 2024
2 parents 5d6c54a + 20eb266 commit 2a875e0
Show file tree
Hide file tree
Showing 23 changed files with 119 additions and 170 deletions.
11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# docs

## 10.13.1

### Patch Changes

- Deploy 10.13.1
- Updated dependencies
- @heathmont/moon-core-tw@10.13.1
- @heathmont/moon-base-tw@10.13.1
- @heathmont/moon-cmdk-tw@10.13.1
- @heathmont/moon-themes-tw@10.13.1

## 10.13.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "10.13.0",
"version": "10.13.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,11 +11,11 @@
"lint": "next lint"
},
"dependencies": {
"@heathmont/moon-base-tw": "workspace:^10.13.0",
"@heathmont/moon-cmdk-tw": "workspace:^10.13.0",
"@heathmont/moon-core-tw": "workspace:^10.13.0",
"@heathmont/moon-base-tw": "workspace:^10.13.1",
"@heathmont/moon-cmdk-tw": "workspace:^10.13.1",
"@heathmont/moon-core-tw": "workspace:^10.13.1",
"@heathmont/moon-icons-tw": "9.28.6",
"@heathmont/moon-themes-tw": "workspace:^10.13.0",
"@heathmont/moon-themes-tw": "workspace:^10.13.1",
"@types/node": "20.4.9",
"@types/react": "18.2.19",
"@types/react-dom": "18.2.7",
Expand Down
11 changes: 11 additions & 0 deletions next-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 10.13.1

### Patch Changes

- Deploy 10.13.1
- Updated dependencies
- @heathmont/moon-core-tw@10.13.1
- @heathmont/moon-cmdk-tw@10.13.1
- @heathmont/moon-table-tw@10.13.1
- @heathmont/moon-themes-tw@10.13.1

## 10.13.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 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.0",
"version": "10.13.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -19,9 +19,9 @@
"@heathmont/moon-assets": "workspace:^10.7.1",
"@heathmont/moon-charts": "workspace:^10.7.1",
"@heathmont/moon-components": "workspace:^10.7.1",
"@heathmont/moon-cmdk-tw": "workspace:^10.13.0",
"@heathmont/moon-cmdk-tw": "workspace:^10.13.1",
"@heathmont/moon-core": "workspace:^10.7.1",
"@heathmont/moon-core-tw": "workspace:^10.13.0",
"@heathmont/moon-core-tw": "workspace:^10.13.1",
"@heathmont/moon-datepicker": "workspace:^10.7.1",
"@heathmont/moon-draggabletable": "workspace:^10.7.1",
"@heathmont/moon-icons": "workspace:^10.7.1",
Expand All @@ -30,9 +30,9 @@
"@heathmont/moon-select": "workspace:^10.7.1",
"@heathmont/moon-sidebar": "workspace:^10.7.1",
"@heathmont/moon-table": "workspace:^10.7.1",
"@heathmont/moon-table-tw": "workspace:^10.13.0",
"@heathmont/moon-table-tw": "workspace:^10.13.1",
"@heathmont/moon-themes": "workspace:^10.7.1",
"@heathmont/moon-themes-tw": "workspace:^10.13.0",
"@heathmont/moon-themes-tw": "workspace:^10.13.1",
"@heathmont/moon-utils": "workspace:^10.7.1",
"@heathmont/moon-icons-tw": "9.28.6",
"@hookform/resolvers": "3.2.0",
Expand Down
Loading

0 comments on commit 2a875e0

Please sign in to comment.