Skip to content

Commit

Permalink
release: 1.2.0 (#4407)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Jan 21, 2025
1 parent c8e5dcd commit 3ff1544
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/compat/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/webpack",
"version": "1.2.0-beta.1",
"version": "1.2.0",
"homepage": "https://rsbuild.dev",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/core",
"version": "1.2.0-beta.1",
"version": "1.2.0",
"description": "The Rspack-based build tool.",
"homepage": "https://rsbuild.dev",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-assets-retry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-assets-retry",
"version": "1.1.0-beta.0",
"version": "1.1.0",
"description": "Assets retry plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-preact",
"version": "1.3.0-beta.1",
"version": "1.3.0",
"description": "Preact plugin for Rsbuild",
"repository": {
"type": "git",
Expand Down

2 comments on commit 3ff1544

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Ran ecosystem CI: Open

suite result
modernjs ❌ failure
plugins ✅ success
rspress ✅ success
rslib ❌ failure
examples ✅ success

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Ran ecosystem CI: Open

suite result
modernjs ❌ failure
plugins ✅ success
rspress ✅ success
rslib ✅ success
examples ✅ success

Please sign in to comment.