abstract-chart 12.0.0 → 12.0.2

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 +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
4
4
 
5
+ ## [12.0.0] - 2025-10-30
6
+
7
+ ### Changed
8
+
9
+ Make esm module for better tree shaking.
10
+
5
11
  ## [11.1.0] - 2025-06-02
6
12
 
7
13
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "abstract-chart",
3
- "version": "12.0.0",
3
+ "version": "12.0.2",
4
4
  "description": "Drawing charts using multiple unit of measure axes as coordinate system",
5
5
  "repository": "https://github.com/dividab/abstract-visuals/tree/master/packages/abstract-chart",
6
6
  "main": "lib/index.js",
@@ -20,8 +20,8 @@
20
20
  "README.md"
21
21
  ],
22
22
  "dependencies": {
23
- "abstract-image": "^12.0.0",
23
+ "abstract-image": "^12.0.2",
24
24
  "ts-exhaustive-check": "^1.0.0"
25
25
  },
26
- "gitHead": "be330f96c09738849229f5433b1d59396dc8ba60"
26
+ "gitHead": "1ea6c651c991af0dae56b69b8c9789177fd7b66f"
27
27
  }