Skip to content

Commit

Permalink
chore: release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Oct 11, 2024
1 parent e484d9c commit c6f8b97
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@zyyv/magic-color",
"version": "1.2.2",
"version": "1.3.0",
"exports": "./src/index.ts"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@magic-color/monorepo",
"type": "module",
"version": "1.2.2",
"version": "1.3.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
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": "@magic-color/core",
"type": "module",
"version": "1.2.2",
"version": "1.3.0",
"description": "Magic color core library",
"author": "Chris <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/magic-color/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "magic-color",
"type": "module",
"version": "1.2.2",
"version": "1.3.0",
"description": "Magic color creator.",
"author": "Chris <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@magic-color/vue",
"type": "module",
"version": "1.2.2",
"version": "1.3.0",
"description": "Magic color vue component.",
"author": "Chris <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playground",
"type": "module",
"version": "1.2.2",
"version": "1.3.0",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion talk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "talk",
"type": "module",
"version": "1.2.2",
"version": "1.3.0",
"private": true,
"scripts": {
"build": "slidev build --base /talk/ --out ../playground/public/talk",
Expand Down

0 comments on commit c6f8b97

Please sign in to comment.