Skip to content

Commit cc87d7d

Browse files
Merge pull request #70 from sevenwestmedia-labs/changeset-release/main
Version Packages
2 parents 3d247b5 + 1961bf5 commit cc87d7d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.changeset/nine-mugs-laugh.md

-5
This file was deleted.

packages/json-react-layouts/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# json-react-layouts
22

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- 184edea: Reintroduce render path for middlewares. Refine types.
8+
39
## 4.0.0
410

511
### Major Changes
612

713
- 94a9773:
814
- `RendererMiddleware` does not depend on `ComponentProps` anymore and will contain a `{ layoutType: string }` value instead to represent the component/composition type.
915

10-
1116
## 3.0.1
1217

1318
### Patch Changes

packages/json-react-layouts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-react-layouts",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"main": "out-tsc/index.js",
55
"publishConfig": {
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)