chore(packages): version bump

This commit is contained in:
moklick
2022-08-18 18:08:29 +02:00
parent 06c1f22c1f
commit e3bf640d28
15 changed files with 98 additions and 7 deletions

View File

@@ -17,7 +17,8 @@
"test:all": "yarn test:chrome && yarn test:firefox",
"test:chrome": "cypress run --browser chrome",
"test:firefox": "cypress run --browser firefox",
"test": "yarn build && start-server-and-test dev:example http://localhost:3000 test:chrome"
"test": "yarn build && start-server-and-test dev:example http://localhost:3000 test:chrome",
"release": "changeset publish"
},
"dependencies": {
"react": "^18.2.0",