Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit 400933b

Browse files
Sameer Goyalsameergoyal
Sameer Goyal
authored andcommitted
Bump version to 2.0.0
1 parent b671f13 commit 400933b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog for Diagram maker
22

3+
# 2.0.0
4+
* Upgrade all deps to latest & remove runtime deps from output bundle (#89)
5+
* BREAKING CHANGE:
6+
* Several runtime deps like Preact have been upgraded
7+
* Made changes in source code to support newer lint rules, newer Preact changes, etc
8+
9+
* fix: Remove runtime dependencies from output bundle and update package.json accordingly
10+
* feature(edge): Add hover action to an edge
11+
312
## 1.3.0
413
* Feature: Added Boundary locator for Rectangular Shape (#39)
514

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "diagram-maker",
33
"description": "A library to display an interactive editor for any graph-like data.",
4-
"version": "1.3.0",
4+
"version": "2.0.0",
55
"author": {
66
"name": "Amazon Web Services",
77
"url": "https://aws.amazon.com/"

0 commit comments

Comments
 (0)