Skip to content

Commit d94409f

Browse files
Version Packages (#2384)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 038e402 commit d94409f

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/gentle-waves-flow.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @eventcatalog/core
22

3+
## 3.26.6
4+
5+
### Patch Changes
6+
7+
- 038e402: Fix SSR compatibility: remove CSS import from NodeGraph that breaks server-side rendering, add proper type assertion for lazy-loaded component, and export NodeGraphProps type
8+
- Updated dependencies [038e402]
9+
- @eventcatalog/visualiser@3.16.1
10+
311
## 3.26.5
412

513
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "https://github.com/event-catalog/eventcatalog.git"
77
},
88
"type": "module",
9-
"version": "3.26.5",
9+
"version": "3.26.6",
1010
"publishConfig": {
1111
"access": "public"
1212
},

packages/visualiser/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @eventcatalog/visualiser
22

3+
## 3.16.1
4+
5+
### Patch Changes
6+
7+
- 038e402: Fix SSR compatibility: remove CSS import from NodeGraph that breaks server-side rendering, add proper type assertion for lazy-loaded component, and export NodeGraphProps type
8+
39
## 3.16.0
410

511
### Minor Changes

packages/visualiser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eventcatalog/visualiser",
3-
"version": "3.16.0",
3+
"version": "3.16.1",
44
"description": "ReactFlow nodes and visualiser components for EventCatalog - framework agnostic",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)