@openchoreo/cell-diagram 1.2.0-rc.2 → 1.2.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @openchoreo/cell-diagram
2
2
 
3
+ ## 1.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 436c144: Bring the Cell Diagram library into the repo as the internal package
8
+ `@openchoreo/cell-diagram` (previously the external `@wso2/cell-diagram`). The
9
+ exported API is unchanged; the frontend and backend plugins now consume the
10
+ workspace package.
11
+
3
12
  ## 1.2.0-next.3
4
13
 
5
14
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openchoreo/cell-diagram",
3
- "version": "1.2.0-rc.2",
3
+ "version": "1.2.0",
4
4
  "description": "React component library that visualizes OpenChoreo cell architectures.",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.esm.js",