Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 10.14.1 #176

Merged
merged 2 commits into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fluffy-countries-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-islands-type.md

This file was deleted.

4 changes: 4 additions & 0 deletions .changeset/modern-tips-think.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

release 10.14.1
4 changes: 0 additions & 4 deletions .changeset/tall-countries-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-papayas-thank.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/three-keys-teach.md

This file was deleted.

15 changes: 15 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# docs

## 10.14.1

### Patch Changes

- 4ba7fe4: docs: add syntax highlight for code previews [MDS-1058]
- 42b4b3a: Added navigation to Release page [MDS-1044]
- 56c7165: fix: update instances of github repo links [MDS-1056]
- Updated dependencies [dc17021]
- Updated dependencies [56c7165]
- @heathmont/[email protected]
- @heathmont/[email protected]
- @heathmont/[email protected]
- @heathmont/[email protected]
- @heathmont/[email protected]

## 10.14.0

### Minor Changes
Expand Down
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "10.14.0",
"version": "10.14.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -20,12 +20,12 @@
"clean:next": "rimraf .next"
},
"dependencies": {
"@heathmont/moon-base-tw": "workspace:^10.13.5",
"@heathmont/moon-cmdk-tw": "workspace:^10.13.5",
"@heathmont/moon-core-tw": "workspace:^10.14.0",
"@heathmont/moon-base-tw": "workspace:^10.14.1",
"@heathmont/moon-cmdk-tw": "workspace:^10.14.1",
"@heathmont/moon-core-tw": "workspace:^10.14.1",
"@heathmont/moon-icons-tw": "^9.28.6",
"@heathmont/moon-table-v8-tw": "workspace:^10.14.0",
"@heathmont/moon-themes-tw": "^10.13.5",
"@heathmont/moon-table-v8-tw": "workspace:^10.14.1",
"@heathmont/moon-themes-tw": "^10.14.1",
"@hookform/resolvers": "^3.3.2",
"@tanstack/react-table": "8.9.3",
"commander": "^11.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @heathmont/moon-base-tw

## 10.14.1

### Patch Changes

- 56c7165: fix: update instances of github repo links [MDS-1056]

## 10.13.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-base-tw",
"sideEffects": false,
"version": "10.13.5",
"version": "10.14.1",
"files": [
"lib"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/cmdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @heathmont/moon-cmdk-tw

## 10.14.1

### Patch Changes

- 56c7165: fix: update instances of github repo links [MDS-1056]
- Updated dependencies [56c7165]
- @heathmont/[email protected]

## 10.13.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cmdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-cmdk-tw",
"sideEffects": false,
"version": "10.13.5",
"version": "10.14.1",
"files": [
"lib"
],
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@headlessui/react": "1.7.16",
"@heathmont/moon-core-tw": "workspace:^10.13.5",
"@heathmont/moon-core-tw": "workspace:^10.14.1",
"cmdk": "0.2.0",
"tailwind-merge": "1.14.0",
"tailwindcss-radix": "2.8.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @heathmont/moon-core-tw

## 10.14.1

### Patch Changes

- 56c7165: fix: update instances of github repo links [MDS-1056]

## 10.14.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-core-tw",
"sideEffects": false,
"version": "10.14.0",
"version": "10.14.1",
"files": [
"lib"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/table-v8/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @heathmont/moon-table-v8-tw

## 10.14.1

### Patch Changes

- 56c7165: fix: update instances of github repo links [MDS-1056]
- Updated dependencies [56c7165]
- @heathmont/[email protected]

## 10.14.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/table-v8/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-table-v8-tw",
"sideEffects": false,
"version": "10.14.0",
"version": "10.14.1",
"files": [
"lib"
],
Expand All @@ -15,7 +15,7 @@
"build": "tsc --project tsconfig.esm.json"
},
"dependencies": {
"@heathmont/moon-core-tw": "^10.14.0",
"@heathmont/moon-core-tw": "^10.14.1",
"@tanstack/react-table": "8.9.3",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/themes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @heathmont/moon-themes-tw

## 10.14.1

### Patch Changes

- dc17021: feat: new bitcasino colors and font
- 56c7165: fix: update instances of github repo links [MDS-1056]

## 10.13.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-themes-tw",
"sideEffects": false,
"version": "10.13.5",
"version": "10.14.1",
"files": [
"lib"
],
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.