We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df2a0c commit c59e7abCopy full SHA for c59e7ab
2 files changed
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## [3.0.0](https://github.com/birchill/react-cosmos-plugin-rspack/compare/v2.0.2...v3.0.0) (2026-05-07)
4
+
5
+### ⚠ BREAKING CHANGES
6
7
+- Requires rspack 2
8
9
+### Features
10
11
+- update to rspack 2 ([0df2a0c](https://github.com/birchill/react-cosmos-plugin-rspack/commit/0df2a0cde794b04d4063c03efb55440cd3bfbad0))
12
13
## [2.0.2](https://github.com/birchill/react-cosmos-plugin-rspack/compare/v2.0.1...v2.0.2) (2026-03-10)
14
15
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-plugin-rspack",
- "version": "2.0.2",
+ "version": "3.0.0",
"description": "rspack plugin for React Cosmos",
"repository": "https://github.com/birchill/react-cosmos-plugin-rspack/",
"author": "Birchill, Inc.",
0 commit comments