Skip to content

Commit

Permalink
chore(release): prepare version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard committed Jul 7, 2023
1 parent e82abd6 commit c422ca3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# `maxGraph` Change Log

## Unreleased
## 0.3.0

This release contains new features, bug fixes and documentation improvements.

**Breaking Changes**
- `Stylesheet.getDefaultVertexStyle` and `Stylesheet.getDefaultEdgeStyle` no longer return `undefined`.
- types: `Stylesheet.getDefaultVertexStyle` and `Stylesheet.getDefaultEdgeStyle` no longer return `undefined`.
- remove the `CellMap` type. It was not used in the maxGraph code, which should have no impact.

For more details, see the [0.3.0 Changelog](https://github.com/maxGraph/maxGraph/releases/tag/v0.3.0) on
the GitHub release page.

## 0.2.1

This is a bug fix release.
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@maxgraph/core",
"license": "Apache-2.0",
"version": "0.2.1",
"version": "0.3.0",
"description": "maxGraph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.",
"keywords": [
"browser",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Client {
/**
* Contains the current version of the maxGraph library.
*/
static VERSION = '0.2.1';
static VERSION = '0.3.0';

/**
* Base path for all URLs in the core without trailing slash.
Expand Down

0 comments on commit c422ca3

Please sign in to comment.