Skip to content

Commit

Permalink
Use alpha versions in clients so that the pipeline runs again
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed Mar 5, 2024
1 parent f74c951 commit 4a409d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/clients/afm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dev": "vite --host"
},
"devDependencies": {
"@polar/core": "^1.0.0",
"@polar/core": "2.0.0-alpha.1",
"@polar/plugin-address-search": "^1.0.0",
"@polar/plugin-attributions": "^1.0.0",
"@polar/plugin-draw": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/dish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@masterportal/masterportalapi": "2.8.0",
"@polar/core": "^1.3.0",
"@polar/core": "2.0.0-alpha.1",
"@polar/lib-custom-types": "^1.3.0",
"@polar/lib-get-features": "^1.0.0",
"@polar/plugin-address-search": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/generic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build": "rimraf dist && vite build && cd ../../.. && npm run docs:generic"
},
"devDependencies": {
"@polar/core": "^1.3.0",
"@polar/core": "2.0.0-alpha.1",
"@polar/lib-custom-types": "^1.3.0",
"@polar/plugin-address-search": "^1.2.0",
"@polar/plugin-attributions": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/meldemichel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dev": "vite --host"
},
"devDependencies": {
"@polar/core": "^1.4.0",
"@polar/core": "2.0.0-alpha.1",
"@polar/lib-custom-types": "^1.4.0",
"@polar/lib-invisible-style": "^1.0.0",
"@polar/plugin-address-search": "^1.2.1",
Expand Down

0 comments on commit 4a409d8

Please sign in to comment.