Skip to content

Commit 2c7d021

Browse files
committed
chore(release): publish
- @next-bricks/[email protected] - @next-core/[email protected]
1 parent 050ed93 commit 2c7d021

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

bricks/e2e/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.4.60](https://github.com/easyops-cn/next-core/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2024-11-25)
7+
8+
**Note:** Version bump only for package @next-bricks/e2e
9+
10+
11+
12+
13+
614
## [0.4.59](https://github.com/easyops-cn/next-core/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2024-11-15)
715

816
**Note:** Version bump only for package @next-bricks/e2e

bricks/e2e/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/e2e",
3-
"version": "0.4.59",
3+
"version": "0.4.60",
44
"private": true,
55
"homepage": "https://github.com/easyops-cn/next-core/tree/v3/bricks/e2e",
66
"repository": {
@@ -39,7 +39,7 @@
3939
"@next-core/element": "^1.2.13",
4040
"@next-core/i18n": "^1.0.69",
4141
"@next-core/react-element": "^1.0.32",
42-
"@next-core/react-runtime": "^1.6.55",
42+
"@next-core/react-runtime": "^1.7.0",
4343
"@next-core/runtime": "^1.57.4",
4444
"@next-core/types": "^1.13.0",
4545
"@next-core/utils": "^1.7.27",

packages/react-runtime/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+
# [1.7.0](https://github.com/easyops-cn/next-core/compare/@next-core/[email protected]...@next-core/[email protected]) (2024-11-25)
7+
8+
9+
### Features
10+
11+
* useProvider 缓存失效 ([32a8077](https://github.com/easyops-cn/next-core/commit/32a807754ce41fe1897ab0ec4c2f34f8c55d9aa4))
12+
13+
14+
15+
16+
617
## [1.6.55](https://github.com/easyops-cn/next-core/compare/@next-core/[email protected]...@next-core/[email protected]) (2024-11-15)
718

819
**Note:** Version bump only for package @next-core/react-runtime

packages/react-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-core/react-runtime",
3-
"version": "1.6.55",
3+
"version": "1.7.0",
44
"homepage": "https://github.com/easyops-cn/next-core/tree/v3/packages/react-runtime",
55
"license": "GPL-3.0",
66
"repository": {

0 commit comments

Comments
 (0)