Skip to content

Commit fce7407

Browse files
committed
chore(release): publish
- @next-bricks/[email protected] - @next-bricks/[email protected] - @next-bricks/[email protected] - @next-bricks/[email protected] - @next-bricks/[email protected] - @next-bricks/[email protected] - @next-bricks/[email protected] - @next-bricks/[email protected] - @next-bricks/[email protected] - @next-bricks/[email protected] - @next-bricks/[email protected] - @next-bricks/[email protected] - @next-bricks/[email protected] - @next-bricks/[email protected] - @next-bricks/[email protected] - @next-shared/[email protected] - @next-shared/[email protected]
1 parent 21f070f commit fce7407

File tree

34 files changed

+198
-36
lines changed

34 files changed

+198
-36
lines changed

bricks/advanced/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.4](https://github.com/easyops-cn/next-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2023-07-21)
7+
8+
9+
### Bug Fixes
10+
11+
* now supports v3 bricks with useBrick used in v2 ([4773211](https://github.com/easyops-cn/next-bricks/commit/47732116cdd362550eaf567e332fabcb3ace41f1))
12+
13+
14+
15+
16+
617
## [0.2.3](https://github.com/easyops-cn/next-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2023-07-18)
718

819
**Note:** Version bump only for package @next-bricks/advanced

bricks/advanced/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-bricks/advanced",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/basic",
55
"repository": {
66
"type": "git",
@@ -34,7 +34,7 @@
3434
"postpublish": "mv package.json.bak package.json"
3535
},
3636
"dependencies": {
37-
"@next-bricks/icons": "^0.3.2",
37+
"@next-bricks/icons": "^0.3.3",
3838
"@next-core/element": "^1.1.2",
3939
"@next-core/http": "^1.0.8",
4040
"@next-core/react-element": "^1.0.10",

bricks/basic/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.17.3](https://github.com/easyops-cn/next-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2023-07-21)
7+
8+
9+
### Bug Fixes
10+
11+
* now supports v3 bricks with useBrick used in v2 ([4773211](https://github.com/easyops-cn/next-bricks/commit/47732116cdd362550eaf567e332fabcb3ace41f1))
12+
13+
14+
15+
16+
617
## [0.17.2](https://github.com/easyops-cn/next-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2023-07-19)
718

819

bricks/basic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-bricks/basic",
3-
"version": "0.17.2",
3+
"version": "0.17.3",
44
"homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/basic",
55
"repository": {
66
"type": "git",
@@ -37,14 +37,14 @@
3737
"postpublish": "mv package.json.bak package.json"
3838
},
3939
"dependencies": {
40-
"@next-bricks/icons": "^0.3.2",
40+
"@next-bricks/icons": "^0.3.3",
4141
"@next-core/element": "^1.1.2",
4242
"@next-core/http": "^1.0.8",
4343
"@next-core/i18n": "^1.0.23",
4444
"@next-core/react-element": "^1.0.10",
4545
"@next-core/theme": "^1.1.1",
4646
"@next-core/types": "^1.5.1",
47-
"@next-shared/general": "^0.3.7",
47+
"@next-shared/general": "^0.3.8",
4848
"lodash": "^4.17.21",
4949
"react": "0.0.0-experimental-ee8509801-20230117",
5050
"react-transition-group": "^4.4.5"

bricks/containers/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.9.5](https://github.com/easyops-cn/next-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2023-07-21)
7+
8+
**Note:** Version bump only for package @next-bricks/containers
9+
10+
11+
12+
13+
614
## [0.9.4](https://github.com/easyops-cn/next-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2023-07-19)
715

816

bricks/containers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-bricks/containers",
3-
"version": "0.9.4",
3+
"version": "0.9.5",
44
"homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/containers",
55
"repository": {
66
"type": "git",
@@ -34,7 +34,7 @@
3434
"postpublish": "mv package.json.bak package.json"
3535
},
3636
"dependencies": {
37-
"@next-bricks/basic": "^0.17.2",
37+
"@next-bricks/basic": "^0.17.3",
3838
"@next-core/element": "^1.1.2",
3939
"@next-core/i18n": "^1.0.23",
4040
"@next-core/react-element": "^1.0.10",

bricks/data-view/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.1](https://github.com/easyops-cn/next-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2023-07-21)
7+
8+
9+
### Bug Fixes
10+
11+
* now supports v3 bricks with useBrick used in v2 ([4773211](https://github.com/easyops-cn/next-bricks/commit/47732116cdd362550eaf567e332fabcb3ace41f1))
12+
13+
14+
15+
16+
617
# [0.13.0](https://github.com/easyops-cn/next-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2023-07-12)
718

819

bricks/data-view/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-bricks/data-view",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/data-view",
55
"repository": {
66
"type": "git",
@@ -34,7 +34,7 @@
3434
"postpublish": "mv package.json.bak package.json"
3535
},
3636
"dependencies": {
37-
"@next-bricks/icons": "^0.3.2",
37+
"@next-bricks/icons": "^0.3.3",
3838
"@next-core/element": "^1.1.2",
3939
"@next-core/i18n": "^1.0.23",
4040
"@next-core/react-element": "^1.0.10",

bricks/form-renderer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.2](https://github.com/easyops-cn/next-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2023-07-21)
7+
8+
**Note:** Version bump only for package @next-bricks/form-renderer
9+
10+
11+
12+
13+
614
## [0.1.1](https://github.com/easyops-cn/next-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2023-07-20)
715

816

bricks/form-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-bricks/form-renderer",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/form-renderer",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)