Skip to content

Commit

Permalink
v0.1.2-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverEllipsis committed Aug 22, 2024
1 parent cec3b30 commit b446355
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.1",
"version": "0.1.2-beta.0",
"npmClient": "npm",
"packages": ["packages/*"],
"command": {
Expand Down
10 changes: 5 additions & 5 deletions packages/bui-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bifrostui/react",
"version": "0.1.1",
"version": "0.1.2-beta.0",
"description": "React components for building mobile application",
"homepage": "http://bui.taopiaopiao.com",
"license": "MIT",
Expand Down Expand Up @@ -31,10 +31,10 @@
"father": "^4.1.8"
},
"dependencies": {
"@bifrostui/icons": "^0.1.1",
"@bifrostui/styles": "^0.1.1",
"@bifrostui/types": "^0.1.1",
"@bifrostui/utils": "^0.1.1",
"@bifrostui/icons": "^0.1.2-beta.0",
"@bifrostui/styles": "^0.1.2-beta.0",
"@bifrostui/types": "^0.1.2-beta.0",
"@bifrostui/utils": "^0.1.2-beta.0",
"clsx": "^1.2.1",
"dayjs": "^1.11.7",
"swiper": "^8.1.5"
Expand Down
8 changes: 4 additions & 4 deletions packages/bui-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bifrostui/icons",
"version": "0.1.1",
"version": "0.1.2-beta.0",
"description": "SVG icon components for BUI",
"homepage": "http://bui.taopiaopiao.com",
"license": "MIT",
Expand Down Expand Up @@ -30,9 +30,9 @@
"svgo": "^2.8.0"
},
"dependencies": {
"@bifrostui/react": "^0.1.1",
"@bifrostui/types": "^0.1.1",
"@bifrostui/utils": "^0.1.1",
"@bifrostui/react": "^0.1.2-beta.0",
"@bifrostui/types": "^0.1.2-beta.0",
"@bifrostui/utils": "^0.1.2-beta.0",
"clsx": "^1.2.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bui-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bifrostui/styles",
"version": "0.1.1",
"version": "0.1.2-beta.0",
"description": "Common style definitions for BUI React components",
"homepage": "http://bui.taopiaopiao.com",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/bui-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bifrostui/types",
"version": "0.1.1",
"version": "0.1.2-beta.0",
"description": "Utility types for BUI",
"typings": "src/index.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/bui-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bifrostui/utils",
"version": "0.1.1",
"version": "0.1.2-beta.0",
"description": "BUI React utilities for building components.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit b446355

Please sign in to comment.