@semcore/modal 4.56.0-prerelease.0 → 4.56.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/CHANGELOG.md +8 -2
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -2,11 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
|
|
4
4
|
|
|
5
|
-
## [4.56.0] - 2025-04-
|
|
5
|
+
## [4.56.0] - 2025-04-11
|
|
6
6
|
|
|
7
7
|
### Changed
|
|
8
8
|
|
|
9
|
-
- Version minor update due to children dependencies update (`@semcore/
|
|
9
|
+
- Version minor update due to children dependencies update (`@semcore/icon` [4.60.2 ~> 4.61.0]).
|
|
10
|
+
|
|
11
|
+
## [4.55.1] - 2025-04-04
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- Version patch update due to children dependencies update (`@semcore/button` [5.43.0 ~> 5.43.1], `@semcore/animation` [2.41.1 ~> 2.41.2], `@semcore/flex-box` [5.41.1 ~> 5.41.2], `@semcore/icon` [4.60.1 ~> 4.60.2], `@semcore/outside-click` [3.39.1 ~> 3.40.0], `@semcore/utils` [4.48.1 ~> 4.48.2], `@semcore/core` [2.39.1 ~> 2.39.2]).
|
|
10
16
|
|
|
11
17
|
## [4.55.0] - 2025-03-28
|
|
12
18
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/modal",
|
|
3
3
|
"description": "Semrush Modal Component",
|
|
4
|
-
"version": "4.56.0
|
|
4
|
+
"version": "4.56.0",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/es6/index.js",
|
|
7
7
|
"typings": "lib/types/index.d.ts",
|
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
"types": "./lib/types/index.d.ts"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@semcore/button": "5.43.
|
|
18
|
-
"@semcore/animation": "2.41.
|
|
19
|
-
"@semcore/flex-box": "5.41.
|
|
20
|
-
"@semcore/icon": "4.
|
|
21
|
-
"@semcore/outside-click": "3.40.0
|
|
22
|
-
"@semcore/portal": "3.41.
|
|
23
|
-
"@semcore/typography": "5.
|
|
24
|
-
"@semcore/utils": "4.48.
|
|
17
|
+
"@semcore/button": "5.43.1",
|
|
18
|
+
"@semcore/animation": "2.41.2",
|
|
19
|
+
"@semcore/flex-box": "5.41.2",
|
|
20
|
+
"@semcore/icon": "4.61.0",
|
|
21
|
+
"@semcore/outside-click": "3.40.0",
|
|
22
|
+
"@semcore/portal": "3.41.2",
|
|
23
|
+
"@semcore/typography": "5.53.0",
|
|
24
|
+
"@semcore/utils": "4.48.2"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"@semcore/core": "^2.17.5",
|