Skip to content

Commit caabeeb

Browse files
ci(changesets): 📦 version packages (#201)
Co-authored-by: Trinh Duc Trinh <[email protected]>
1 parent 356c900 commit caabeeb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+734
-445
lines changed

.changeset/neat-mirrors-build.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

docs/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"lint": "next lint"
1212
},
1313
"dependencies": {
14-
"@brifui/components": "^0.0.51",
15-
"@brifui/styled": "^0.0.28",
16-
"@brifui/utils": "^0.0.23",
14+
"@brifui/components": "^0.0.52",
15+
"@brifui/styled": "^0.0.29",
16+
"@brifui/utils": "^0.0.24",
1717
"@icons-pack/react-simple-icons": "^12.7.0",
1818
"@pandacss/dev": "^0.53.4",
1919
"lucide-react": "^0.475.0",
@@ -25,11 +25,11 @@
2525
"react-syntax-highlighter": "^15.6.1"
2626
},
2727
"devDependencies": {
28-
"@brifui/cli": "^0.0.26",
29-
"@brifui/eslint-config": "^0.0.3",
30-
"@brifui/theme": "^0.0.26",
31-
"@brifui/types": "^0.0.14",
32-
"@brifui/typescript-config": "^0.0.3",
28+
"@brifui/cli": "^0.0.27",
29+
"@brifui/eslint-config": "^0.0.4",
30+
"@brifui/theme": "^0.0.27",
31+
"@brifui/types": "^0.0.15",
32+
"@brifui/typescript-config": "^0.0.4",
3333
"@types/node": "^20.17.31",
3434
"@types/react": "^19.1.2",
3535
"@types/react-dom": "^19.1.2",

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @brifui/cli
22

3+
## 0.0.27
4+
5+
### Patch Changes
6+
7+
- [#200](https://github.com/brifui-org/brif-ui/pull/200) [`356c900`](https://github.com/brifui-org/brif-ui/commit/356c900c8079ecf6795597c9baba3cf2488300d7) Thanks [@trinhthinh388](https://github.com/trinhthinh388)! - Supports for component styles overrides
8+
39
## 0.0.26
410

511
### Patch Changes

packages/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@brifui/cli",
3-
"version": "0.0.26",
3+
"version": "0.0.27",
44
"description": "CLI tool for Brif UI.",
55
"type": "module",
66
"sideEffects": false,
@@ -33,9 +33,9 @@
3333
"lint": "eslint ."
3434
},
3535
"devDependencies": {
36-
"@brifui/eslint-config": "^0.0.3",
37-
"@brifui/node": "^0.0.4",
38-
"@brifui/typescript-config": "^0.0.3",
36+
"@brifui/eslint-config": "^0.0.4",
37+
"@brifui/node": "^0.0.5",
38+
"@brifui/typescript-config": "^0.0.4",
3939
"@types/node": "^22.15.2",
4040
"cac": "^6.7.14",
4141
"clean-package": "^2.2.0",

packages/components/accordion/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @brifui/accordion
22

3+
## 0.0.30
4+
5+
### Patch Changes
6+
7+
- [#200](https://github.com/brifui-org/brif-ui/pull/200) [`356c900`](https://github.com/brifui-org/brif-ui/commit/356c900c8079ecf6795597c9baba3cf2488300d7) Thanks [@trinhthinh388](https://github.com/trinhthinh388)! - Supports for component styles overrides
8+
9+
- Updated dependencies [[`356c900`](https://github.com/brifui-org/brif-ui/commit/356c900c8079ecf6795597c9baba3cf2488300d7)]:
10+
- @brifui/styled@0.0.29
11+
- @brifui/types@0.0.15
12+
- @brifui/utils@0.0.24
13+
314
## 0.0.29
415

516
### Patch Changes

packages/components/accordion/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@brifui/accordion",
3-
"version": "0.0.29",
3+
"version": "0.0.30",
44
"description": "Accordion component - Brif UI",
55
"sideEffects": false,
66
"type": "module",
@@ -30,18 +30,18 @@
3030
"main": "./src/index.ts",
3131
"module": "./src/index.ts",
3232
"dependencies": {
33-
"@brifui/styled": "^0.0.28",
34-
"@brifui/types": "^0.0.14",
35-
"@brifui/utils": "^0.0.23",
33+
"@brifui/styled": "^0.0.29",
34+
"@brifui/types": "^0.0.15",
35+
"@brifui/utils": "^0.0.24",
3636
"@radix-ui/react-accordion": "^1.2.8",
3737
"radix-ui": "^1.3.4",
3838
"react": "^19.1.0",
3939
"react-dom": "^19.1.0"
4040
},
4141
"devDependencies": {
42-
"@brifui/eslint-config": "^0.0.3",
43-
"@brifui/mocks": "^0.0.5",
44-
"@brifui/typescript-config": "^0.0.3",
42+
"@brifui/eslint-config": "^0.0.4",
43+
"@brifui/mocks": "^0.0.6",
44+
"@brifui/typescript-config": "^0.0.4",
4545
"@testing-library/dom": "^10.4.0",
4646
"@testing-library/react": "^16.3.0",
4747
"@testing-library/user-event": "^14.6.1",

packages/components/alert/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @brifui/alert
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- [#200](https://github.com/brifui-org/brif-ui/pull/200) [`356c900`](https://github.com/brifui-org/brif-ui/commit/356c900c8079ecf6795597c9baba3cf2488300d7) Thanks [@trinhthinh388](https://github.com/trinhthinh388)! - Supports for component styles overrides
8+
9+
- Updated dependencies [[`356c900`](https://github.com/brifui-org/brif-ui/commit/356c900c8079ecf6795597c9baba3cf2488300d7)]:
10+
- @brifui/styled@0.0.29
11+
- @brifui/utils@0.0.24
12+
313
## 0.0.2
414

515
### Patch Changes

packages/components/alert/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@brifui/alert",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Alert component - Brif UI",
55
"sideEffects": false,
66
"type": "module",
@@ -30,15 +30,15 @@
3030
"main": "./src/index.ts",
3131
"module": "./src/index.ts",
3232
"dependencies": {
33-
"@brifui/styled": "^0.0.28",
34-
"@brifui/utils": "^0.0.23",
33+
"@brifui/styled": "^0.0.29",
34+
"@brifui/utils": "^0.0.24",
3535
"react": "^19.1.0",
3636
"react-dom": "^19.1.0"
3737
},
3838
"devDependencies": {
39-
"@brifui/eslint-config": "^0.0.3",
40-
"@brifui/mocks": "^0.0.5",
41-
"@brifui/typescript-config": "^0.0.3",
39+
"@brifui/eslint-config": "^0.0.4",
40+
"@brifui/mocks": "^0.0.6",
41+
"@brifui/typescript-config": "^0.0.4",
4242
"@testing-library/dom": "^10.4.0",
4343
"@testing-library/react": "^16.3.0",
4444
"@testing-library/user-event": "^14.6.1",

packages/components/avatar/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @brifui/avatar
22

3+
## 0.0.20
4+
5+
### Patch Changes
6+
7+
- [#200](https://github.com/brifui-org/brif-ui/pull/200) [`356c900`](https://github.com/brifui-org/brif-ui/commit/356c900c8079ecf6795597c9baba3cf2488300d7) Thanks [@trinhthinh388](https://github.com/trinhthinh388)! - Supports for component styles overrides
8+
9+
- Updated dependencies [[`356c900`](https://github.com/brifui-org/brif-ui/commit/356c900c8079ecf6795597c9baba3cf2488300d7)]:
10+
- @brifui/styled@0.0.29
11+
- @brifui/types@0.0.15
12+
- @brifui/utils@0.0.24
13+
314
## 0.0.19
415

516
### Patch Changes

packages/components/avatar/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@brifui/avatar",
3-
"version": "0.0.19",
3+
"version": "0.0.20",
44
"description": "Avatar component - Brif UI",
55
"sideEffects": false,
66
"type": "module",
@@ -30,16 +30,16 @@
3030
"main": "./src/index.ts",
3131
"module": "./src/index.ts",
3232
"dependencies": {
33-
"@brifui/styled": "^0.0.28",
34-
"@brifui/types": "^0.0.14",
35-
"@brifui/utils": "^0.0.23",
33+
"@brifui/styled": "^0.0.29",
34+
"@brifui/types": "^0.0.15",
35+
"@brifui/utils": "^0.0.24",
3636
"react": "^19.1.0",
3737
"react-dom": "^19.1.0"
3838
},
3939
"devDependencies": {
40-
"@brifui/eslint-config": "^0.0.3",
41-
"@brifui/mocks": "^0.0.5",
42-
"@brifui/typescript-config": "^0.0.3",
40+
"@brifui/eslint-config": "^0.0.4",
41+
"@brifui/mocks": "^0.0.6",
42+
"@brifui/typescript-config": "^0.0.4",
4343
"@testing-library/dom": "^10.4.0",
4444
"@testing-library/react": "^16.3.0",
4545
"@testing-library/user-event": "^14.6.1",

0 commit comments

Comments
 (0)