From 452698660b022efff6127e8b0efe21e68e195a62 Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Thu, 8 Jun 2023 17:03:33 +0200 Subject: [PATCH] chore(release): prepare version 0.2.1 --- CHANGELOG.md | 9 ++++++++- packages/core/package.json | 2 +- packages/core/src/Client.ts | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ddaccc78..33ffc4217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # `maxGraph` Change Log +## 0.2.1 + +This is a bug fix release. + +For more details, see the [0.2.1 Changelog](https://github.com/maxGraph/maxGraph/releases/tag/v0.2.1) on +the GitHub release page. + ## 0.2.0 This release contains bug fixes and documentation improvements. @@ -10,7 +17,7 @@ This release contains bug fixes and documentation improvements. - some types related to `CellStateStyle` have been renamed. For more details, see [PR #165](https://github.com/maxGraph/maxGraph/pull/165) and commit [ca1914b](https://github.com/maxGraph/maxGraph/commit/ca1914b5824eed253556df585337aa07d974e920). - some properties of `CellStateStyle` have changed (removed or renamed). The renamed properties better match the former `mxGraph` properties. For more details, see [PR #165](https://github.com/maxGraph/maxGraph/pull/165) and commit [ca1914b](https://github.com/maxGraph/maxGraph/commit/ca1914b5824eed253556df585337aa07d974e920). -For more details, see the [0.2.0 Changelog](https://github.com/maxGraph/maxGraph/releases/tag/v0.1.0) on +For more details, see the [0.2.0 Changelog](https://github.com/maxGraph/maxGraph/releases/tag/v0.2.0) on the GitHub release page. ## 0.1.0 diff --git a/packages/core/package.json b/packages/core/package.json index bbd6c3302..d2a66d097 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@maxgraph/core", "license": "Apache-2.0", - "version": "0.2.0", + "version": "0.2.1", "description": "maxGraph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.", "main": "dist/maxgraph.js", "module": "dist/esm/index.js", diff --git a/packages/core/src/Client.ts b/packages/core/src/Client.ts index 8840085df..745d644b3 100644 --- a/packages/core/src/Client.ts +++ b/packages/core/src/Client.ts @@ -20,7 +20,7 @@ class Client { /** * Contains the current version of the maxGraph library. */ - static VERSION = '0.2.0'; + static VERSION = '0.2.1'; /** * Base path for all URLs in the core without trailing slash.