Skip to content

Commit 26170f7

Browse files
chore(release): publish
- project: devtools 0.0.2-next.2 - project: webpack5 5.0.31-next.2 - project: core 9.0.12-next.0 - project: vite 1.0.4-next.2
1 parent adb4af0 commit 26170f7

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.11",
3+
"version": "9.0.12-next.0",
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.1",
3+
"version": "0.0.2-next.2",
44
"private": true,
55
"files": [
66
"./dist/"
@@ -10,6 +10,6 @@
1010
"prepack": "tsc || echo ok"
1111
},
1212
"devDependencies": {
13-
"@nativescript/core": "9.0.11-next.2"
13+
"@nativescript/core": "9.0.12-next.0"
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.4-next.1",
3+
"version": "1.0.4-next.2",
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.31-next.1",
3+
"version": "5.0.31-next.2",
44
"private": false,
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)