Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverEllipsis committed Sep 30, 2024
1 parent 398ca29 commit 7c82b09
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.11-beta.1",
"version": "1.1.11-beta.2",
"npmClient": "pnpm",
"packages": ["packages/*"],
"command": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bui-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bifrostui/react",
"version": "1.1.11-beta.1",
"version": "1.1.11-beta.2",
"description": "React components for building mobile application",
"homepage": "http://bui.taopiaopiao.com",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/bui-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bifrostui/icons",
"version": "1.1.11-beta.1",
"version": "1.1.11-beta.2",
"description": "SVG icon components for BUI",
"homepage": "http://bui.taopiaopiao.com",
"license": "MIT",
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": "1.1.11-beta.1",
"version": "1.1.11-beta.2",
"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": "1.1.11-beta.1",
"version": "1.1.11-beta.2",
"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": "1.1.11-beta.1",
"version": "1.1.11-beta.2",
"description": "BUI React utilities for building components.",
"main": "src/index.ts",
"module": "src/index.ts",
Expand Down

0 comments on commit 7c82b09

Please sign in to comment.