Skip to content

Commit f5bca93

Browse files
committed
chore(version): bump rc version
1 parent 6224604 commit f5bca93

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0-rc.7
1+
0.6.0-rc.8

clib.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "socket",
33
"repo": "socketsupply/socket",
4-
"version": "0.6.0-rc.7",
4+
"version": "0.6.0-rc.8",
55
"description": "Build and package lean, fast, native desktop and mobile applications using the web technologies you already know.",
66
"install": "install.sh"
77
}

npm/packages/@socketsupply/socket-darwin-arm64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsupply/socket-darwin-arm64",
3-
"version": "0.6.0-rc.7",
3+
"version": "0.6.0-rc.8",
44
"description": "A Cross-Platform, Native Runtime for Desktop and Mobile Apps — Create apps using HTML, CSS, and JavaScript. Written from the ground up to be small and maintainable.",
55
"type": "module",
66
"main": "src/index.js",

npm/packages/@socketsupply/socket-darwin-x64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsupply/socket-darwin-x64",
3-
"version": "0.6.0-rc.7",
3+
"version": "0.6.0-rc.8",
44
"description": "A Cross-Platform, Native Runtime for Desktop and Mobile Apps — Create apps using HTML, CSS, and JavaScript. Written from the ground up to be small and maintainable.",
55
"type": "module",
66
"main": "src/index.js",

npm/packages/@socketsupply/socket-linux-arm64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsupply/socket-linux-arm64",
3-
"version": "0.6.0-rc.7",
3+
"version": "0.6.0-rc.8",
44
"description": "A Cross-Platform, Native Runtime for Desktop and Mobile Apps — Create apps using HTML, CSS, and JavaScript. Written from the ground up to be small and maintainable.",
55
"type": "module",
66
"main": "src/index.js",

npm/packages/@socketsupply/socket-linux-x64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsupply/socket-linux-x64",
3-
"version": "0.6.0-rc.7",
3+
"version": "0.6.0-rc.8",
44
"description": "A Cross-Platform, Native Runtime for Desktop and Mobile Apps — Create apps using HTML, CSS, and JavaScript. Written from the ground up to be small and maintainable.",
55
"type": "module",
66
"main": "src/index.js",

npm/packages/@socketsupply/socket-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsupply/socket-node",
3-
"version": "0.6.0-rc.7",
3+
"version": "0.6.0-rc.8",
44
"description": "A Node.js adapter for the Socket runtime",
55
"main": "index.js",
66
"exports": {

npm/packages/@socketsupply/socket-win32-x64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsupply/socket-win32-x64",
3-
"version": "0.6.0-rc.7",
3+
"version": "0.6.0-rc.8",
44
"description": "A Cross-Platform, Native Runtime for Desktop and Mobile Apps — Create apps using HTML, CSS, and JavaScript. Written from the ground up to be small and maintainable.",
55
"type": "module",
66
"main": "src/index.js",

npm/packages/@socketsupply/socket/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsupply/socket",
3-
"version": "0.6.0-rc.7",
3+
"version": "0.6.0-rc.8",
44
"description": "A Cross-Platform, Native Runtime for Desktop and Mobile Apps — Create apps using HTML, CSS, and JavaScript. Written from the ground up to be small and maintainable.",
55
"type": "module",
66
"main": "./index.js",
@@ -39,10 +39,10 @@
3939
},
4040
"homepage": "https://github.com/socketsupply/socket#readme",
4141
"optionalDependencies": {
42-
"@socketsupply/socket-darwin-arm64": "0.6.0-rc.7",
43-
"@socketsupply/socket-darwin-x64": "0.6.0-rc.7",
44-
"@socketsupply/socket-linux-arm64": "0.6.0-rc.7",
45-
"@socketsupply/socket-linux-x64": "0.6.0-rc.7",
46-
"@socketsupply/socket-win32-x64": "0.6.0-rc.7"
42+
"@socketsupply/socket-darwin-arm64": "0.6.0-rc.8",
43+
"@socketsupply/socket-darwin-x64": "0.6.0-rc.8",
44+
"@socketsupply/socket-linux-arm64": "0.6.0-rc.8",
45+
"@socketsupply/socket-linux-x64": "0.6.0-rc.8",
46+
"@socketsupply/socket-win32-x64": "0.6.0-rc.8"
4747
}
4848
}

0 commit comments

Comments
 (0)