Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
glassonion1 committed Dec 18, 2023
1 parent 77a1755 commit a2fca71
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sakura-ui/sakura-ui",
"version": "0.1.16",
"version": "0.1.17",
"keywords": [],
"author": "glassonion1",
"homepage": "https://github.com/glassonion1/sakura-ui",
Expand Down
3 changes: 2 additions & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@sakura-ui/config",
"version": "0.1.7",
"version": "0.1.8",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs.js",
"import": "./dist/index.es.js"
}
Expand Down
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@sakura-ui/core",
"version": "0.1.26",
"version": "0.1.27",
"type": "module",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs.js",
"import": "./dist/index.es.js"
}
Expand Down
3 changes: 2 additions & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@sakura-ui/forms",
"version": "0.1.7",
"version": "0.1.8",
"type": "module",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs.js",
"import": "./dist/index.es.js"
}
Expand Down

0 comments on commit a2fca71

Please sign in to comment.