@semcore/core 17.0.0-prerelease.43 → 17.0.1

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
+ ## [17.0.1] - 2026-04-16
6
+
7
+ ### Fixed
8
+
9
+ - Build processing to correct extract styles.
10
+
5
11
  ## [17.0.0] - 2026-04-15
6
12
 
7
13
  ### BREAK
@@ -27,7 +27,7 @@ function injectStyle(css) {
27
27
  sh = prevSh;
28
28
  } else {
29
29
  // @ts-ignore
30
- const version = "17.0.0";
30
+ const version = "17.0.1";
31
31
  sh = document.createElement('style');
32
32
  sh.setAttribute('data-ui-v', version);
33
33
  sh.classList.add(selectorClass);
@@ -21,7 +21,7 @@ function injectStyle(css) {
21
21
  sh = prevSh;
22
22
  } else {
23
23
  // @ts-ignore
24
- const version = "17.0.0";
24
+ const version = "17.0.1";
25
25
  sh = document.createElement('style');
26
26
  sh.setAttribute('data-ui-v', version);
27
27
  sh.classList.add(selectorClass);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@semcore/core",
3
3
  "description": "Semrush Core Component",
4
- "version": "17.0.0-prerelease.43",
4
+ "version": "17.0.1",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.mjs",
7
7
  "typings": "lib/index.d.ts",