Skip to content

Commit f3223ff

Browse files
committed
Merge branch 'main' into releases/1223
2 parents d78c824 + c7636d9 commit f3223ff

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.4.2-beta.1",
2+
"version": "1.4.2",
33
"npmClient": "pnpm",
44
"packages": ["packages/*"],
55
"command": {

packages/bui-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bifrostui/react",
3-
"version": "1.4.2-beta.1",
3+
"version": "1.4.2",
44
"description": "React components for building mobile application",
55
"homepage": "http://bui.taopiaopiao.com",
66
"license": "MIT",

packages/bui-icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bifrostui/icons",
3-
"version": "1.4.2-beta.1",
3+
"version": "1.4.2",
44
"description": "SVG icon components for BUI",
55
"homepage": "http://bui.taopiaopiao.com",
66
"license": "MIT",

packages/bui-styles/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bifrostui/styles",
3-
"version": "1.4.2-beta.1",
3+
"version": "1.4.2",
44
"description": "Common style definitions for BUI React components",
55
"homepage": "http://bui.taopiaopiao.com",
66
"license": "MIT",

packages/bui-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bifrostui/types",
3-
"version": "1.4.2-beta.1",
3+
"version": "1.4.2",
44
"description": "Utility types for BUI",
55
"typings": "src/index.ts",
66
"files": [

packages/bui-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bifrostui/utils",
3-
"version": "1.4.2-beta.1",
3+
"version": "1.4.2",
44
"description": "BUI React utilities for building components.",
55
"main": "src/index.ts",
66
"module": "src/index.ts",

0 commit comments

Comments
 (0)