bump: BETA 1

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2022-10-04 00:55:26 +02:00
parent c47a02c529
commit 2bb4e9830e
2 changed files with 7 additions and 7 deletions

View File

@ -1,13 +1,13 @@
.github/ .github/
src/
README.md
tsconfig.json
vite.config.js
.storybook/ .storybook/
node_modules/ node_modules/
*.stories.js src/
.editorconfig .editorconfig
.gitattributes .gitattributes
.gitignore .gitignore
.npmignore .npmignore
*.tgz LICENSE
vite.config.js
package-lock.json
tsconfig.json
README.md

View File

@ -1,6 +1,6 @@
{ {
"name": "@dzeio/components", "name": "@dzeio/components",
"version": "1.0.0-alpha.17", "version": "1.0.0-beta.1",
"license": "MIT", "license": "MIT",
"main": "./index.umd.js", "main": "./index.umd.js",
"module": "./index.es.js", "module": "./index.es.js",