@d3plus/color 3.0.0-alpha.5 → 3.0.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.
package/README.md CHANGED
@@ -13,7 +13,7 @@ import modules from "@d3plus/color";
13
13
  In vanilla JavaScript, a `d3plus` global is exported from the pre-bundled version:
14
14
 
15
15
  ```html
16
- <script src="https://cdn.jsdelivr.net/npm/@d3plus/color@3.0.0-alpha.5"></script>
16
+ <script src="https://cdn.jsdelivr.net/npm/@d3plus/color@3.0.0"></script>
17
17
  <script>
18
18
  console.log(d3plus);
19
19
  </script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d3plus/color",
3
- "version": "3.0.0-alpha.5",
3
+ "version": "3.0.0",
4
4
  "description": "Color functions that extent the ability of d3-color.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -1,5 +1,5 @@
1
1
  /*
2
- @d3plus/color v3.0.0-alpha.5
2
+ @d3plus/color v3.0.0
3
3
  Color functions that extent the ability of d3-color.
4
4
  Copyright (c) 2025 D3plus - https://d3plus.org
5
5
  @license MIT
@@ -1,5 +1,5 @@
1
1
  /*
2
- @d3plus/color v3.0.0-alpha.5
2
+ @d3plus/color v3.0.0
3
3
  Color functions that extent the ability of d3-color.
4
4
  Copyright (c) 2025 D3plus - https://d3plus.org
5
5
  @license MIT
@@ -1,5 +1,5 @@
1
1
  /*
2
- @d3plus/color v3.0.0-alpha.5
2
+ @d3plus/color v3.0.0
3
3
  Color functions that extent the ability of d3-color.
4
4
  Copyright (c) 2025 D3plus - https://d3plus.org
5
5
  @license MIT
@@ -1,5 +1,5 @@
1
1
  /*
2
- @d3plus/color v3.0.0-alpha.5
2
+ @d3plus/color v3.0.0
3
3
  Color functions that extent the ability of d3-color.
4
4
  Copyright (c) 2025 D3plus - https://d3plus.org
5
5
  @license MIT