Skip to content

Commit

Permalink
1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Raiondesu committed Dec 18, 2023
1 parent ecffad7 commit 040a80a
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 29 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"fdir": "^6.1.1",
"tsup": "^8.0.1"
},
"version": "1.0.0-rc.0"
"version": "1.0.0-rc.1"
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intl-schematic",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"license": "MIT",
"repository": {
"url": "https://github.com/Raiondesu/intl-schematic"
Expand Down Expand Up @@ -55,4 +55,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions packages/plugins/arrays/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@intl-schematic/plugin-arrays",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"license": "MIT",
"repository": {
"url": "https://github.com/Raiondesu/intl-schematic"
Expand Down Expand Up @@ -48,4 +48,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions packages/plugins/defaults/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@intl-schematic/plugin-defaults",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"license": "MIT",
"repository": {
"url": "https://github.com/Raiondesu/intl-schematic/packages/plugins/default"
Expand Down Expand Up @@ -53,4 +53,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions packages/plugins/functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@intl-schematic/plugin-functions",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"license": "MIT",
"repository": {
"url": "https://github.com/Raiondesu/intl-schematic"
Expand Down Expand Up @@ -48,4 +48,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions packages/plugins/locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@intl-schematic/plugin-locale",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"license": "MIT",
"repository": {
"url": "https://github.com/Raiondesu/intl-schematic"
Expand Down Expand Up @@ -48,4 +48,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions packages/plugins/nested/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@intl-schematic/plugin-nested",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"license": "MIT",
"repository": {
"url": "https://github.com/Raiondesu/intl-schematic"
Expand Down Expand Up @@ -48,4 +48,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions packages/plugins/processors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@intl-schematic/plugin-processors",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"license": "MIT",
"repository": {
"url": "https://github.com/Raiondesu/intl-schematic"
Expand Down Expand Up @@ -115,4 +115,4 @@
"tsconfig": "*",
"typescript": "^5.3.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@intl-schematic/solid",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"license": "MIT",
"repository": {
"url": "https://github.com/Raiondesu/intl-schematic"
Expand Down Expand Up @@ -53,4 +53,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsconfig",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 040a80a

Please sign in to comment.