Skip to content

Commit

Permalink
chore: Adds alpha versions back (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottlovegrove committed Nov 7, 2022
1 parent cd39634 commit d287616
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ui-extensions-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@doist/ui-extensions-core",
"version": "4.0.0",
"version": "4.0.0-alpha.1",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-extensions-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@doist/ui-extensions-react",
"version": "7.0.0",
"version": "7.0.0-alpha.0",
"author": "Doist",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"peerDependencies": {
"@doist/reactist": "^15.0.0",
"@doist/ui-extensions-core": "^4.0.0",
"@doist/ui-extensions-core": "^4.0.0-alpha.1",
"adaptivecards": "^2.9.0",
"react": ">=17"
},
Expand Down

0 comments on commit d287616

Please sign in to comment.