Skip to content

Commit

Permalink
1.0.0-rc.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Raiondesu committed Jun 6, 2024
1 parent fc45ca9 commit 2ac8782
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 27 deletions.
28 changes: 14 additions & 14 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 @@ -30,5 +30,5 @@
"fdir": "^6.1.1",
"tsup": "^8.0.1"
},
"version": "1.0.0-rc.8"
"version": "1.0.0-rc.9"
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@intl-schematic/cli",
"version": "1.0.0-rc.8",
"version": "1.0.0-rc.9",
"license": "MIT",
"repository": {
"url": "git+https://github.com/Raiondesu/intl-schematic.git"
Expand Down
2 changes: 1 addition & 1 deletion 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.8",
"version": "1.0.0-rc.9",
"license": "MIT",
"repository": {
"url": "git+https://github.com/Raiondesu/intl-schematic.git"
Expand Down
2 changes: 1 addition & 1 deletion 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.8",
"version": "1.0.0-rc.9",
"license": "MIT",
"repository": {
"url": "git+https://github.com/Raiondesu/intl-schematic.git"
Expand Down
2 changes: 1 addition & 1 deletion 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.8",
"version": "1.0.0-rc.9",
"license": "MIT",
"repository": {
"url": "git+https://github.com/Raiondesu/intl-schematic.git/packages/plugins/default"
Expand Down
2 changes: 1 addition & 1 deletion 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.8",
"version": "1.0.0-rc.9",
"license": "MIT",
"repository": {
"url": "git+https://github.com/Raiondesu/intl-schematic.git"
Expand Down
2 changes: 1 addition & 1 deletion 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.8",
"version": "1.0.0-rc.9",
"license": "MIT",
"repository": {
"url": "git+https://github.com/Raiondesu/intl-schematic.git"
Expand Down
2 changes: 1 addition & 1 deletion 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.8",
"version": "1.0.0-rc.9",
"license": "MIT",
"repository": {
"url": "git+https://github.com/Raiondesu/intl-schematic.git"
Expand Down
2 changes: 1 addition & 1 deletion 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.8",
"version": "1.0.0-rc.9",
"license": "MIT",
"repository": {
"url": "git+https://github.com/Raiondesu/intl-schematic.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@intl-schematic/react",
"version": "1.0.0-rc.8",
"version": "1.0.0-rc.9",
"license": "MIT",
"repository": {
"url": "git+https://github.com/Raiondesu/intl-schematic.git"
Expand Down
2 changes: 1 addition & 1 deletion 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.8",
"version": "1.0.0-rc.9",
"license": "MIT",
"repository": {
"url": "git+https://github.com/Raiondesu/intl-schematic.git"
Expand Down
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.8",
"version": "1.0.0-rc.9",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@intl-schematic/vue",
"version": "1.0.0-rc.8",
"version": "1.0.0-rc.9",
"license": "MIT",
"repository": {
"url": "git+https://github.com/Raiondesu/intl-schematic.git"
Expand Down

0 comments on commit 2ac8782

Please sign in to comment.