Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @next-core/[email protected]
 - @next-core/[email protected]
 - @next-core/[email protected]
weareoutman committed Jan 13, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 1880c81 commit ec88244
Showing 6 changed files with 17 additions and 5 deletions.
4 changes: 4 additions & 0 deletions packages/react-element/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/easyops-cn/next-react/compare/@next-core/[email protected]...@next-core/[email protected]) (2025-01-13)

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

# 2.0.0-dev.0 (2025-01-12)

### Features
2 changes: 1 addition & 1 deletion packages/react-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next-core/react-element",
"version": "2.0.0-dev.0",
"version": "2.0.0",
"homepage": "https://github.com/easyops-cn/next-react/tree/v3/packages/react-element",
"license": "GPL-3.0",
"repository": {
4 changes: 4 additions & 0 deletions packages/react-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/easyops-cn/next-react/compare/@next-core/[email protected]...@next-core/[email protected]) (2025-01-13)

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

# 2.0.0-dev.0 (2025-01-12)

### Features
4 changes: 2 additions & 2 deletions packages/react-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next-core/react-runtime",
"version": "2.0.0-dev.0",
"version": "2.0.0",
"homepage": "https://github.com/easyops-cn/next-react/tree/v3/packages/react-runtime",
"license": "GPL-3.0",
"repository": {
@@ -38,7 +38,7 @@
"test:ci": "cross-env NODE_ENV='test' CI=true test-next"
},
"dependencies": {
"@next-core/react-element": "^2.0.0-dev.0",
"@next-core/react-element": "^2.0.0",
"@next-core/runtime": "^1.59.1",
"@next-core/types": "^1.14.0",
"react": "^19.0.0",
4 changes: 4 additions & 0 deletions packages/yo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/easyops-cn/next-react/compare/@next-core/[email protected]...@next-core/[email protected]) (2025-01-13)

**Note:** Version bump only for package @next-core/yo

# 2.0.0-dev.0 (2025-01-12)

### Features
4 changes: 2 additions & 2 deletions packages/yo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next-core/yo",
"version": "2.0.0-dev.0",
"version": "2.0.0",
"description": "Generator for next v3",
"homepage": "https://github.com/easyops-cn/next-react/tree/v3/packages/yo",
"license": "GPL-3.0",
@@ -29,7 +29,7 @@
"@next-core/build-next-libs": "^1.0.23",
"@next-core/element": "^1.2.16",
"@next-core/i18n": "^1.0.73",
"@next-core/react-element": "^2.0.0-dev.0",
"@next-core/react-element": "^2.0.0",
"@next-core/test-next": "^1.1.8",
"@next-core/theme": "^1.5.4",
"react": "^19.0.0"

0 comments on commit ec88244

Please sign in to comment.