Skip to content

Commit

Permalink
chore(version): bump rc version
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Sep 19, 2024
1 parent 6224604 commit f5bca93
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0-rc.7
0.6.0-rc.8
2 changes: 1 addition & 1 deletion clib.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "socket",
"repo": "socketsupply/socket",
"version": "0.6.0-rc.7",
"version": "0.6.0-rc.8",
"description": "Build and package lean, fast, native desktop and mobile applications using the web technologies you already know.",
"install": "install.sh"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socketsupply/socket-darwin-arm64",
"version": "0.6.0-rc.7",
"version": "0.6.0-rc.8",
"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.",
"type": "module",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion npm/packages/@socketsupply/socket-darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socketsupply/socket-darwin-x64",
"version": "0.6.0-rc.7",
"version": "0.6.0-rc.8",
"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.",
"type": "module",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion npm/packages/@socketsupply/socket-linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socketsupply/socket-linux-arm64",
"version": "0.6.0-rc.7",
"version": "0.6.0-rc.8",
"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.",
"type": "module",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion npm/packages/@socketsupply/socket-linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socketsupply/socket-linux-x64",
"version": "0.6.0-rc.7",
"version": "0.6.0-rc.8",
"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.",
"type": "module",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion npm/packages/@socketsupply/socket-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socketsupply/socket-node",
"version": "0.6.0-rc.7",
"version": "0.6.0-rc.8",
"description": "A Node.js adapter for the Socket runtime",
"main": "index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion npm/packages/@socketsupply/socket-win32-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socketsupply/socket-win32-x64",
"version": "0.6.0-rc.7",
"version": "0.6.0-rc.8",
"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.",
"type": "module",
"main": "src/index.js",
Expand Down
12 changes: 6 additions & 6 deletions npm/packages/@socketsupply/socket/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socketsupply/socket",
"version": "0.6.0-rc.7",
"version": "0.6.0-rc.8",
"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.",
"type": "module",
"main": "./index.js",
Expand Down Expand Up @@ -39,10 +39,10 @@
},
"homepage": "https://github.com/socketsupply/socket#readme",
"optionalDependencies": {
"@socketsupply/socket-darwin-arm64": "0.6.0-rc.7",
"@socketsupply/socket-darwin-x64": "0.6.0-rc.7",
"@socketsupply/socket-linux-arm64": "0.6.0-rc.7",
"@socketsupply/socket-linux-x64": "0.6.0-rc.7",
"@socketsupply/socket-win32-x64": "0.6.0-rc.7"
"@socketsupply/socket-darwin-arm64": "0.6.0-rc.8",
"@socketsupply/socket-darwin-x64": "0.6.0-rc.8",
"@socketsupply/socket-linux-arm64": "0.6.0-rc.8",
"@socketsupply/socket-linux-x64": "0.6.0-rc.8",
"@socketsupply/socket-win32-x64": "0.6.0-rc.8"
}
}

0 comments on commit f5bca93

Please sign in to comment.