Skip to content

Commit

Permalink
Update versions before publication
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Oct 22, 2024
1 parent dc59907 commit 1d357cc
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 34 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@commoners/monorepo",
"name": "commoners-monorepo",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,21 +11,22 @@
"cleanup": "pnpm run clean:modules && pnpm run clean:dist",
"clean:modules": "rm -rf node_modules && pnpm -r exec rm -rf node_modules",
"clean:dist": "rm -rf dist && pnpm -r exec rm -rf dist",
"publish": "pnpm -r run publish",
"demo": "commoners tests/demo",
"demo:build": "commoners build tests/demo",
"demo:launch": "commoners launch tests/demo"
},
"devDependencies": {
"@commoners/bluetooth": "0.1.0-alpha.0",
"@commoners/custom-protocol": "0.1.0-alpha.0",
"@commoners/serial": "0.1.0-alpha.0",
"@commoners/solidarity": "0.1.0-alpha.0",
"@commoners/splash-screen": "0.1.0-alpha.0",
"@commoners/testing": "0.1.0-alpha.0",
"@commoners/windows": "0.1.0-alpha.0",
"@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",
"@vitest/coverage-v8": "^2.0.3",
"search-insights": "^2.15.0",
"commoners": "0.1.0-alpha.0",
"commoners": "0.0.50",
"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.1.0-alpha.0",
"version": "0.0.50",
"type": "module",
"license": "MIT",
"engines": {
Expand All @@ -18,7 +18,7 @@
"watch": "vite build --watch"
},
"dependencies": {
"@commoners/solidarity": "0.1.0-alpha.0",
"@commoners/solidarity": "0.0.50",
"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.1.0-alpha.0",
"version": "0.0.50",
"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.1.0-alpha.0",
"version": "0.0.50",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"license": "MIT",
Expand All @@ -12,6 +12,6 @@
"vite": "^5.3.4"
},
"peerDependencies": {
"@commoners/solidarity": "^0.1.0-alpha.0"
"@commoners/solidarity": "^0.0.50"
}
}
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.1.0-alpha.0",
"version": "0.0.50",
"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.1.0-alpha.0"
"@commoners/solidarity": "^0.0.50"
},
"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.1.0-alpha.0",
"version": "0.0.50",
"license": "MIT",
"type": "module",
"main": "./dist/index.cjs",
Expand All @@ -12,6 +12,6 @@
"vite": "^5.3.4"
},
"peerDependencies": {
"@commoners/solidarity": "^0.1.0-alpha.0"
"@commoners/solidarity": "^0.0.50"
}
}
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.1.0-alpha.0"
"@commoners/solidarity": "^0.0.50"
}
}
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.1.0-alpha.0",
"version": "0.0.50",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"license": "MIT",
Expand All @@ -12,6 +12,6 @@
"vite": "^5.3.4"
},
"peerDependencies": {
"@commoners/solidarity": "^0.1.0-alpha.0"
"@commoners/solidarity": "^0.0.50"
}
}
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.1.0-alpha.0",
"version": "0.0.50",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"license": "MIT",
Expand All @@ -12,6 +12,6 @@
"vite": "^5.3.4"
},
"peerDependencies": {
"@commoners/solidarity": "^0.1.0-alpha.0"
"@commoners/solidarity": "^0.0.50"
}
}
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.1.0-alpha.0",
"version": "0.0.50",
"license": "MIT",
"type": "module",
"main": "./dist/main.cjs",
Expand All @@ -21,7 +21,7 @@
"postinstall": "pnpm exec playwright install chromium"
},
"dependencies": {
"@commoners/solidarity": "0.1.0-alpha.0",
"@commoners/solidarity": "0.0.50",
"playwright": "^1.48.0",
"vite": "^5.4.2",
"vitest": "^2.0.3"
Expand Down
3 changes: 2 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
packages:
- 'packages/**'
- 'tests/**'
- '!**/dist/**'
- '!**/dist/**'
- '!packages/plugins/local-services'
15 changes: 7 additions & 8 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.1.0-alpha.0",
"version": "0.0.50",
"private": true,
"description": "A test app for the commoners library",
"repository": {
Expand All @@ -16,11 +16,10 @@
"src/services/*"
],
"dependecies": {
"@commoners/bluetooth": "0.1.0-alpha.0",
"@commoners/custom-protocol": "0.1.0-alpha.0",
"@commoners/serial": "0.1.0-alpha.0",
"@commoners/splash-screen": "0.1.0-alpha.0",
"@commoners/windows": "0.1.0-alpha.0"
},
"main": ".commoners/.temp/main.js"
"@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"
}
}

0 comments on commit 1d357cc

Please sign in to comment.