Skip to content

Commit f711361

Browse files
committed
1.0.0-rc.3
1 parent 172c6f1 commit f711361

File tree

12 files changed

+32
-32
lines changed

12 files changed

+32
-32
lines changed

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
"fdir": "^6.1.1",
3030
"tsup": "^8.0.1"
3131
},
32-
"version": "1.0.0-rc.2"
32+
"version": "1.0.0-rc.3"
3333
}

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intl-schematic",
3-
"version": "1.0.0-rc.2",
3+
"version": "1.0.0-rc.3",
44
"license": "MIT",
55
"repository": {
66
"url": "git+https://github.com/Raiondesu/intl-schematic.git"
@@ -71,4 +71,4 @@
7171
]
7272
}
7373
}
74-
}
74+
}

packages/plugins/arrays/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intl-schematic/plugin-arrays",
3-
"version": "1.0.0-rc.2",
3+
"version": "1.0.0-rc.3",
44
"license": "MIT",
55
"repository": {
66
"url": "git+https://github.com/Raiondesu/intl-schematic.git"
@@ -68,4 +68,4 @@
6868
"arrays",
6969
"reference"
7070
]
71-
}
71+
}

packages/plugins/defaults/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intl-schematic/plugin-defaults",
3-
"version": "1.0.0-rc.2",
3+
"version": "1.0.0-rc.3",
44
"license": "MIT",
55
"repository": {
66
"url": "git+https://github.com/Raiondesu/intl-schematic.git/packages/plugins/default"
@@ -72,4 +72,4 @@
7272
"plugin",
7373
"defaults"
7474
]
75-
}
75+
}

packages/plugins/functions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intl-schematic/plugin-functions",
3-
"version": "1.0.0-rc.2",
3+
"version": "1.0.0-rc.3",
44
"license": "MIT",
55
"repository": {
66
"url": "git+https://github.com/Raiondesu/intl-schematic.git"
@@ -67,4 +67,4 @@
6767
"plugin",
6868
"functions"
6969
]
70-
}
70+
}

packages/plugins/locale/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intl-schematic/plugin-locale",
3-
"version": "1.0.0-rc.2",
3+
"version": "1.0.0-rc.3",
44
"license": "MIT",
55
"repository": {
66
"url": "git+https://github.com/Raiondesu/intl-schematic.git"
@@ -68,4 +68,4 @@
6868
"locale",
6969
"Intl.Locale"
7070
]
71-
}
71+
}

packages/plugins/nested/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intl-schematic/plugin-nested",
3-
"version": "1.0.0-rc.2",
3+
"version": "1.0.0-rc.3",
44
"license": "MIT",
55
"repository": {
66
"url": "git+https://github.com/Raiondesu/intl-schematic.git"
@@ -69,4 +69,4 @@
6969
"dot notation",
7070
"plugin"
7171
]
72-
}
72+
}

packages/plugins/processors/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intl-schematic/plugin-processors",
3-
"version": "1.0.0-rc.2",
3+
"version": "1.0.0-rc.3",
44
"license": "MIT",
55
"repository": {
66
"url": "git+https://github.com/Raiondesu/intl-schematic.git"
@@ -135,4 +135,4 @@
135135
"processors",
136136
"object"
137137
]
138-
}
138+
}

packages/solid/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intl-schematic/solid",
3-
"version": "1.0.0-rc.2",
3+
"version": "1.0.0-rc.3",
44
"license": "MIT",
55
"repository": {
66
"url": "git+https://github.com/Raiondesu/intl-schematic.git"
@@ -69,4 +69,4 @@
6969
"solid",
7070
"integration"
7171
]
72-
}
72+
}

packages/tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tsconfig",
3-
"version": "1.0.0-rc.2",
3+
"version": "1.0.0-rc.3",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intl-schematic/vue",
3-
"version": "1.0.0-rc.2",
3+
"version": "1.0.0-rc.3",
44
"license": "MIT",
55
"repository": {
66
"url": "git+https://github.com/Raiondesu/intl-schematic.git"
@@ -69,4 +69,4 @@
6969
"vue",
7070
"integration"
7171
]
72-
}
72+
}

0 commit comments

Comments
 (0)