Skip to content

Commit 2127c3f

Browse files
chore(release): publish
- project: devtools 0.0.2-next.6 - project: webpack5 5.0.32-next.2 - project: core 9.0.12-next.4 - project: vite 1.0.6-next.6
1 parent 8053709 commit 2127c3f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/core",
3-
"version": "9.0.12-next.3",
3+
"version": "9.0.12-next.4",
44
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
55
"type": "module",
66
"main": "index",

packages/devtools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/devtools",
3-
"version": "0.0.2-next.5",
3+
"version": "0.0.2-next.6",
44
"private": true,
55
"files": [
66
"./dist/"
@@ -10,6 +10,6 @@
1010
"prepack": "tsc || echo ok"
1111
},
1212
"devDependencies": {
13-
"@nativescript/core": "9.0.12-next.3"
13+
"@nativescript/core": "9.0.12-next.4"
1414
}
1515
}

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/vite",
3-
"version": "1.0.6-next.5",
3+
"version": "1.0.6-next.6",
44
"description": "Vite for NativeScript",
55
"main": "./index.js",
66
"module": "./index.js",

packages/webpack5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/webpack",
3-
"version": "5.0.32-next.1",
3+
"version": "5.0.32-next.2",
44
"private": false,
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)