@doist/reactist 30.1.1 → 30.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/reactist.cjs.development.js +1 -1
- package/dist/reactist.cjs.production.min.js +1 -1
- package/dist/reactist.cjs.production.min.js.map +1 -1
- package/es/prose/prose.module.css.js +1 -1
- package/lib/prose/prose.module.css.js +1 -1
- package/package.json +1 -1
- package/styles/prose.css +1 -1
- package/styles/prose.module.css.css +1 -1
- package/styles/reactist.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [30.1.2](https://github.com/Doist/reactist/compare/v30.1.1...v30.1.2) (2026-04-03)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- revert prose loose list spacing changes ([#1028](https://github.com/Doist/reactist/issues/1028)) ([1e0a45b](https://github.com/Doist/reactist/commit/1e0a45b9bc6fd2c883998ac71becc2ad9e90b5d9))
|
|
6
|
+
|
|
1
7
|
## [30.1.1](https://github.com/Doist/reactist/compare/v30.1.0...v30.1.1) (2026-04-03)
|
|
2
8
|
|
|
3
9
|
### Bug Fixes
|
|
@@ -2904,7 +2904,7 @@ const Heading = /*#__PURE__*/React__namespace.forwardRef(function Heading(t0, re
|
|
|
2904
2904
|
return t10;
|
|
2905
2905
|
});
|
|
2906
2906
|
|
|
2907
|
-
var modules_8ebe6db0 = {"prose":"
|
|
2907
|
+
var modules_8ebe6db0 = {"prose":"_37468e52","darkModeTypography":"_6abbd828"};
|
|
2908
2908
|
|
|
2909
2909
|
const _excluded$g = ["darkModeTypography", "exceptionallySetClassName"];
|
|
2910
2910
|
/**
|