@semcore/illustration 16.0.6 → 16.0.7-prerelease.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
4
4
 
5
+ ## [16.0.7] - 2025-08-06
6
+
7
+ ### Changed
8
+
9
+ - Version patch update due to children dependencies update (`@semcore/base-components` [16.1.2 ~> 16.2.0]).
10
+
5
11
  ## [16.0.6] - 2025-07-23
6
12
 
7
13
  ### Changed
package/lib/cjs/index.js CHANGED
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.getIllustrationPath = void 0;
7
- var version = "16.0.6";
7
+ var version = "16.0.7";
8
8
 
9
9
  /**
10
10
  * Formats string from `access_denied` or `access-denied` to `AccessDenied`
package/lib/es6/index.js CHANGED
@@ -1,4 +1,4 @@
1
- var version = "16.0.6";
1
+ var version = "16.0.7";
2
2
 
3
3
  /**
4
4
  * Formats string from `access_denied` or `access-denied` to `AccessDenied`
package/lib/esm/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- var version = "16.0.6";
1
+ var version = "16.0.7";
2
2
  var formatName = function formatName2(name) {
3
3
  return name.split(/_|-/).map(function(el) {
4
4
  return el[0].toUpperCase() + el.slice(1);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@semcore/illustration",
3
3
  "description": "Semrush Illustration Component",
4
- "version": "16.0.6",
4
+ "version": "16.0.7-prerelease.2",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.mjs",
7
7
  "typings": "lib/types/index.d.ts",
@@ -13,7 +13,7 @@
13
13
  "colorjs.io": "0.4.3"
14
14
  },
15
15
  "peerDependencies": {
16
- "@semcore/base-components": "^16.0.0"
16
+ "@semcore/base-components": "^16.2.0-prerelease.2"
17
17
  },
18
18
  "repository": {
19
19
  "type": "git",