Skip to content

Commit

Permalink
chore: small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Nov 3, 2024
1 parent 365b555 commit d3819a1
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"data-grid": {
"react": true,
"icon": true,
"version": "1.0.0",
"version": "1.1.0",
"style": true,
"test": true,
"install": false,
Expand Down Expand Up @@ -227,7 +227,7 @@
"modal": {
"react": true,
"icon": true,
"version": "1.2.3",
"version": "1.3.0",
"style": true,
"test": true,
"install": false,
Expand Down Expand Up @@ -380,7 +380,7 @@
},
"toolbar": {
"react": true,
"version": "0.6.2",
"version": "0.7.0",
"style": true,
"icon": false,
"test": true,
Expand Down
4 changes: 4 additions & 0 deletions src/data-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.0 (3 Nov 2024)

* feat: add auto theme

## 1.0.0 (12 Sep 2024)

* feat: sortable icons
2 changes: 1 addition & 1 deletion src/data-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "data-grid",
"version": "1.0.0",
"version": "1.1.0",
"description": "Grid for displaying datasets",
"luna": {
"react": true,
Expand Down
4 changes: 4 additions & 0 deletions src/modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.0 (3 Nov 2024)

* feat: add auto theme

## 1.2.3 (10 May 2024)

* fix: react onClose unable to update
Expand Down
2 changes: 1 addition & 1 deletion src/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modal",
"version": "1.2.3",
"version": "1.3.0",
"description": "Create modal dialogs",
"luna": {
"react": true,
Expand Down
2 changes: 1 addition & 1 deletion src/toolbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toolbar",
"version": "0.6.2",
"version": "0.7.0",
"description": "Application toolbar",
"luna": {
"react": true
Expand Down

0 comments on commit d3819a1

Please sign in to comment.