Skip to content

Commit

Permalink
release: v10.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Apr 27, 2024
1 parent 0c92dcc commit 35dde03
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vue-i18n-next",
"version": "10.0.0-alpha.2",
"version": "10.0.0-alpha.3",
"license": "MIT",
"author": {
"name": "kazuya kawaguchi",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-base/package.json
@@ -1,6 +1,6 @@
{
"name": "@intlify/core-base",
"version": "10.0.0-alpha.2",
"version": "10.0.0-alpha.3",
"description": "@intlify/core-base",
"keywords": [
"core",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@intlify/core",
"version": "10.0.0-alpha.2",
"version": "10.0.0-alpha.3",
"description": "@intlify/core",
"keywords": [
"core",
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-types/package.json
@@ -1,6 +1,6 @@
{
"name": "@intlify/devtools-types",
"version": "10.0.0-alpha.2",
"version": "10.0.0-alpha.3",
"description": "@intlify/devtools-types",
"keywords": [
"devtools",
Expand Down
2 changes: 1 addition & 1 deletion packages/format-explorer/package.json
@@ -1,7 +1,7 @@
{
"name": "@intlify/message-format-explorer",
"description": "Intlify message format explorer",
"version": "10.0.0-alpha.2",
"version": "10.0.0-alpha.3",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/message-compiler/package.json
@@ -1,6 +1,6 @@
{
"name": "@intlify/message-compiler",
"version": "10.0.0-alpha.2",
"version": "10.0.0-alpha.3",
"description": "@intlify/message-compiler",
"keywords": [
"compiler",
Expand Down
2 changes: 1 addition & 1 deletion packages/petite-vue-i18n/package.json
@@ -1,6 +1,6 @@
{
"name": "petite-vue-i18n",
"version": "10.0.0-alpha.2",
"version": "10.0.0-alpha.3",
"description": "Vue I18n lite version",
"keywords": [
"i18n",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
@@ -1,6 +1,6 @@
{
"name": "@intlify/shared",
"version": "10.0.0-alpha.2",
"version": "10.0.0-alpha.3",
"description": "@intlify/shared",
"keywords": [
"i18n",
Expand Down
2 changes: 1 addition & 1 deletion packages/size-check-core/package.json
Expand Up @@ -13,5 +13,5 @@
"devDependencies": {
"vite": "^5.1.4"
},
"version": "10.0.0-alpha.2"
"version": "10.0.0-alpha.3"
}
2 changes: 1 addition & 1 deletion packages/size-check-petite-vue-i18n/package.json
Expand Up @@ -17,5 +17,5 @@
"vite": "^5.1.4",
"vue-tsc": "^2.0.0"
},
"version": "10.0.0-alpha.2"
"version": "10.0.0-alpha.3"
}
2 changes: 1 addition & 1 deletion packages/size-check-vue-i18n/package.json
Expand Up @@ -17,5 +17,5 @@
"vite": "^5.1.4",
"vue-tsc": "^2.0.0"
},
"version": "10.0.0-alpha.2"
"version": "10.0.0-alpha.3"
}
2 changes: 1 addition & 1 deletion packages/vue-i18n-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@intlify/vue-i18n-core",
"version": "10.0.0-alpha.2",
"version": "10.0.0-alpha.3",
"description": "@intlify/vue-i18n-core",
"keywords": [
"core",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-i18n/package.json
@@ -1,6 +1,6 @@
{
"name": "vue-i18n",
"version": "10.0.0-alpha.2",
"version": "10.0.0-alpha.3",
"description": "Internationalization plugin for Vue.js",
"keywords": [
"i18n",
Expand Down

0 comments on commit 35dde03

Please sign in to comment.