Skip to content

Commit

Permalink
Create alpha version to test new options
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Oct 22, 2024
1 parent 1c7071a commit bc6b235
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 30 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
link-workspace-packages=deep
auto-install-peers=false

### NOTE: This causes `playwright install chromium` to fail on postinstall command
# # Windows Build Support for Desktop Builds + Tests
# # https://github.com/electron-userland/electron-builder/issues/6289
# node-linker=hoisted
Expand Down
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.50",
"@commoners/custom-protocol": "0.0.50",
"@commoners/serial": "0.0.50",
"@commoners/solidarity": "0.0.50",
"@commoners/splash-screen": "0.0.50",
"@commoners/testing": "0.0.50",
"@commoners/windows": "0.0.50",
"@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",
"@vitest/coverage-v8": "^2.0.3",
"search-insights": "^2.15.0",
"commoners": "0.0.50",
"commoners": "0.0.51-alpha.0",
"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.50",
"version": "0.0.51-alpha.0",
"type": "module",
"license": "MIT",
"engines": {
Expand All @@ -18,7 +18,7 @@
"watch": "vite build --watch"
},
"dependencies": {
"@commoners/solidarity": "0.0.50",
"@commoners/solidarity": "0.0.51-alpha.0",
"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.50",
"version": "0.0.51-alpha.0",
"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.50",
"version": "0.0.51-alpha.0",
"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.50"
"@commoners/solidarity": "^0.0.51-alpha.0"
}
}
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.50",
"version": "0.0.51-alpha.0",
"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.50"
"@commoners/solidarity": "^0.0.51-alpha.0"
},
"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.50",
"version": "0.0.51-alpha.0",
"license": "MIT",
"type": "module",
"main": "./dist/index.cjs",
Expand All @@ -12,6 +12,6 @@
"vite": "^5.3.4"
},
"peerDependencies": {
"@commoners/solidarity": "^0.0.50"
"@commoners/solidarity": "^0.0.51-alpha.0"
}
}
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.50"
"@commoners/solidarity": "^0.0.51-alpha.0"
}
}
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.50",
"version": "0.0.51-alpha.0",
"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.50"
"@commoners/solidarity": "^0.0.51-alpha.0"
}
}
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.50",
"version": "0.0.51-alpha.0",
"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.50"
"@commoners/solidarity": "^0.0.51-alpha.0"
}
}
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.50",
"version": "0.0.51-alpha.0",
"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.50",
"@commoners/solidarity": "0.0.51-alpha.0",
"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.50",
"version": "0.0.51-alpha.0",
"private": true,
"description": "A test app for the commoners library",
"repository": {
Expand All @@ -16,10 +16,10 @@
"src/services/*"
],
"dependecies": {
"@commoners/bluetooth": "0.0.50",
"@commoners/custom-protocol": "0.0.50",
"@commoners/serial": "0.0.50",
"@commoners/splash-screen": "0.0.50",
"@commoners/windows": "0.0.50"
"@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"
}
}

0 comments on commit bc6b235

Please sign in to comment.