Skip to content

Commit

Permalink
Update to 0.0.52
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Nov 1, 2024
1 parent 580b23b commit f48442b
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 30 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"demo:launch": "commoners launch tests/demo"
},
"devDependencies": {
"@commoners/bluetooth": "0.0.51-alpha.0",
"@commoners/custom-protocol": "0.0.51-alpha.0",
"@commoners/serial": "0.0.51-alpha.0",
"@commoners/solidarity": "0.0.51-alpha.0",
"@commoners/splash-screen": "0.0.51-alpha.0",
"@commoners/testing": "0.0.51-alpha.0",
"@commoners/windows": "0.0.51-alpha.0",
"@commoners/bluetooth": "0.0.52",
"@commoners/custom-protocol": "0.0.52",
"@commoners/serial": "0.0.52",
"@commoners/solidarity": "0.0.52",
"@commoners/splash-screen": "0.0.52",
"@commoners/testing": "0.0.52",
"@commoners/windows": "0.0.52",
"@vitest/coverage-v8": "^2.0.3",
"search-insights": "^2.15.0",
"commoners": "0.0.51-alpha.0",
"commoners": "0.0.52",
"vite": "^5.3.4",
"vitepress": "^1.3.1",
"vitest": "^2.0.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "commoners",
"description": "Cross-Platform Development for the Rest of Us",
"version": "0.0.51-alpha.0",
"version": "0.0.52",
"type": "module",
"license": "MIT",
"engines": {
Expand All @@ -18,7 +18,7 @@
"watch": "vite build --watch"
},
"dependencies": {
"@commoners/solidarity": "0.0.51-alpha.0",
"@commoners/solidarity": "0.0.52",
"cac": "^6.7.14"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commoners/solidarity",
"description": "Build solidarity across platform",
"version": "0.0.51-alpha.0",
"version": "0.0.52",
"type": "module",
"license": "MIT",
"types": "./dist/types/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/custom-protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commoners/custom-protocol",
"version": "0.0.51-alpha.0",
"version": "0.0.52",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"license": "MIT",
Expand All @@ -12,6 +12,6 @@
"vite": "^5.3.4"
},
"peerDependencies": {
"@commoners/solidarity": "^0.0.51-alpha.0"
"@commoners/solidarity": "^0.0.52"
}
}
4 changes: 2 additions & 2 deletions packages/plugins/devices/ble/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commoners/bluetooth",
"version": "0.0.51-alpha.0",
"version": "0.0.52",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
},
"peerDependencies": {
"@capacitor-community/bluetooth-le": "^6.0.0",
"@commoners/solidarity": "^0.0.51-alpha.0"
"@commoners/solidarity": "^0.0.52"
},
"peerDependenciesMeta": {
"@capacitor-community/bluetooth-le": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/devices/serial/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commoners/serial",
"version": "0.0.51-alpha.0",
"version": "0.0.52",
"license": "MIT",
"type": "module",
"main": "./dist/index.cjs",
Expand All @@ -12,6 +12,6 @@
"vite": "^5.3.4"
},
"peerDependencies": {
"@commoners/solidarity": "^0.0.51-alpha.0"
"@commoners/solidarity": "^0.0.52"
}
}
2 changes: 1 addition & 1 deletion packages/plugins/local-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"vite": "^5.3.4"
},
"peerDependencies": {
"@commoners/solidarity": "^0.0.51-alpha.0"
"@commoners/solidarity": "^0.0.52"
}
}
4 changes: 2 additions & 2 deletions packages/plugins/splash-screen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commoners/splash-screen",
"version": "0.0.51-alpha.0",
"version": "0.0.52",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"license": "MIT",
Expand All @@ -12,6 +12,6 @@
"vite": "^5.3.4"
},
"peerDependencies": {
"@commoners/solidarity": "^0.0.51-alpha.0"
"@commoners/solidarity": "^0.0.52"
}
}
4 changes: 2 additions & 2 deletions packages/plugins/windows/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commoners/windows",
"version": "0.0.51-alpha.0",
"version": "0.0.52",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"license": "MIT",
Expand All @@ -12,6 +12,6 @@
"vite": "^5.3.4"
},
"peerDependencies": {
"@commoners/solidarity": "^0.0.51-alpha.0"
"@commoners/solidarity": "^0.0.52"
}
}
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commoners/testing",
"version": "0.0.51-alpha.0",
"version": "0.0.52",
"license": "MIT",
"type": "module",
"main": "./dist/main.cjs",
Expand All @@ -21,7 +21,7 @@
"postinstall": "pnpm exec playwright install chromium"
},
"dependencies": {
"@commoners/solidarity": "0.0.51-alpha.0",
"@commoners/solidarity": "0.0.52",
"playwright": "^1.48.0",
"vite": "^5.4.2",
"vitest": "^2.0.3"
Expand Down
12 changes: 6 additions & 6 deletions tests/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commoners/test-app",
"version": "0.0.51-alpha.0",
"version": "0.0.52",
"private": true,
"description": "A test app for the commoners library",
"repository": {
Expand All @@ -16,10 +16,10 @@
"src/services/*"
],
"dependecies": {
"@commoners/bluetooth": "0.0.51-alpha.0",
"@commoners/custom-protocol": "0.0.51-alpha.0",
"@commoners/serial": "0.0.51-alpha.0",
"@commoners/splash-screen": "0.0.51-alpha.0",
"@commoners/windows": "0.0.51-alpha.0"
"@commoners/bluetooth": "0.0.52",
"@commoners/custom-protocol": "0.0.52",
"@commoners/serial": "0.0.52",
"@commoners/splash-screen": "0.0.52",
"@commoners/windows": "0.0.52"
}
}

0 comments on commit f48442b

Please sign in to comment.