Skip to content

Commit

Permalink
chore(VERSION.txt,clib,npm): bump to 'rc' prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Aug 26, 2024
1 parent 78be538 commit e88495f
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-next
0.6.0-rc
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-next",
"version": "0.6.0-rc",
"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-next",
"version": "0.6.0-rc",
"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-next",
"version": "0.6.0-rc",
"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-next",
"version": "0.6.0-rc",
"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-next",
"version": "0.6.0-rc",
"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.5.0",
"version": "0.6.0-rc",
"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-next",
"version": "0.6.0-rc",
"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-next",
"version": "0.6.0-rc",
"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-next",
"@socketsupply/socket-darwin-x64": "0.6.0-next",
"@socketsupply/socket-linux-arm64": "0.6.0-next",
"@socketsupply/socket-linux-x64": "0.6.0-next",
"@socketsupply/socket-win32-x64": "0.6.0-next"
"@socketsupply/socket-darwin-arm64": "0.6.0-rc",
"@socketsupply/socket-darwin-x64": "0.6.0-rc",
"@socketsupply/socket-linux-arm64": "0.6.0-rc",
"@socketsupply/socket-linux-x64": "0.6.0-rc",
"@socketsupply/socket-win32-x64": "0.6.0-rc"
}
}

0 comments on commit e88495f

Please sign in to comment.