Skip to content

Commit d5637b5

Browse files
committed
chore(): bump rc version
1 parent 42dca11 commit d5637b5

File tree

10 files changed

+291
-291
lines changed

10 files changed

+291
-291
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0-rc.4
1+
0.6.0-rc.5

api/README.md

Lines changed: 277 additions & 277 deletions
Large diffs are not rendered by default.

clib.json

Lines changed: 1 addition & 1 deletion
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.4",
4+
"version": "0.6.0-rc.5",
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

Lines changed: 1 addition & 1 deletion
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.4",
3+
"version": "0.6.0-rc.5",
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

Lines changed: 1 addition & 1 deletion
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.4",
3+
"version": "0.6.0-rc.5",
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

Lines changed: 1 addition & 1 deletion
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.4",
3+
"version": "0.6.0-rc.5",
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

Lines changed: 1 addition & 1 deletion
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.4",
3+
"version": "0.6.0-rc.5",
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

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

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

Lines changed: 1 addition & 1 deletion
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.4",
3+
"version": "0.6.0-rc.5",
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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsupply/socket",
3-
"version": "0.6.0-rc.4",
3+
"version": "0.6.0-rc.5",
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.4",
43-
"@socketsupply/socket-darwin-x64": "0.6.0-rc.4",
44-
"@socketsupply/socket-linux-arm64": "0.6.0-rc.4",
45-
"@socketsupply/socket-linux-x64": "0.6.0-rc.4",
46-
"@socketsupply/socket-win32-x64": "0.6.0-rc.4"
42+
"@socketsupply/socket-darwin-arm64": "0.6.0-rc.5",
43+
"@socketsupply/socket-darwin-x64": "0.6.0-rc.5",
44+
"@socketsupply/socket-linux-arm64": "0.6.0-rc.5",
45+
"@socketsupply/socket-linux-x64": "0.6.0-rc.5",
46+
"@socketsupply/socket-win32-x64": "0.6.0-rc.5"
4747
}
4848
}

0 commit comments

Comments
 (0)