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: bump version to v10.18.0 #220

Merged
merged 1 commit into from
Dec 11, 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/dry-years-sleep.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-bags-buy.md

This file was deleted.

2 changes: 2 additions & 0 deletions .changeset/poor-bikes-crash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
5 changes: 0 additions & 5 deletions .changeset/purple-jobs-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-rabbits-march.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.18.0

### Minor Changes

- c691086: feat: Add column visibility to table v8 [MDS-1374]

### Patch Changes

- Updated dependencies [5718ac9]
- Updated dependencies [c691086]
- Updated dependencies [98f923f]
- Updated dependencies [88fad71]
- @heathmont/moon-core-tw@10.18.0
- @heathmont/moon-table-v8-tw@10.18.0

## 10.17.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "10.17.4",
"version": "10.18.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -25,9 +25,9 @@
"dependencies": {
"@heathmont/moon-base-tw": "workspace:^10.17.3",
"@heathmont/moon-cmdk-tw": "workspace:^10.17.3",
"@heathmont/moon-core-tw": "workspace:^10.17.4",
"@heathmont/moon-core-tw": "workspace:^10.18.0",
"@heathmont/moon-icons-tw": "^9.29.3",
"@heathmont/moon-table-v8-tw": "workspace:^10.17.5",
"@heathmont/moon-table-v8-tw": "workspace:^10.18.0",
"@heathmont/moon-themes-tw": "workspace:^10.17.3",
"@hookform/resolvers": "^3.3.2",
"commander": "^11.1.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @heathmont/moon-core-tw

## 10.18.0

### Minor Changes

- 5718ac9: fix: open options list on input focus [MDS-1378]

### Patch Changes

- 88fad71: feat: Add File Input component [MDS-1365]

## 10.17.4

### 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.17.4",
"version": "10.18.0",
"files": [
"lib"
],
Expand Down
13 changes: 13 additions & 0 deletions packages/table-v8/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @heathmont/moon-table-v8-tw

## 10.18.0

### Minor Changes

- c691086: feat: Add column visibility to table v8 [MDS-1374]

### Patch Changes

- 98f923f: Fix: Show table content on safari for moon docs [MDS-1375]
- Updated dependencies [5718ac9]
- Updated dependencies [88fad71]
- @heathmont/moon-core-tw@10.18.0

## 10.17.5

### Patch 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.17.5",
"version": "10.18.0",
"files": [
"lib"
],
Expand All @@ -15,7 +15,7 @@
"build": "tsc --project tsconfig.esm.json"
},
"dependencies": {
"@heathmont/moon-core-tw": "^10.17.3",
"@heathmont/moon-core-tw": "^10.18.0",
"@tanstack/react-table": "^8.20.5",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

Loading