@zanichelli/albe-web-components 20.0.2-RC → 20.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.
- package/CHANGELOG.md +8 -0
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [20.0.2](https://github.com/ZanichelliEditore/design-system/compare/v20.0.1...v20.0.2) (2026-08-13)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* add stopPropagation ([afdca3d](https://github.com/ZanichelliEditore/design-system/commit/afdca3d6b1fc509dace11ace5552a37e92e6dd72))
|
|
11
|
+
* **z-book-card:** remove background color and padding from the default ebook cta ([2ea6fe7](https://github.com/ZanichelliEditore/design-system/commit/2ea6fe73210bfe51fbc5cae2d92ae395b81205c3))
|
|
12
|
+
|
|
5
13
|
## [20.0.1](https://github.com/ZanichelliEditore/design-system/compare/v20.0.0...v20.0.1) (2026-07-23)
|
|
6
14
|
|
|
7
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zanichelli/albe-web-components",
|
|
3
|
-
"version": "20.0.2
|
|
3
|
+
"version": "20.0.2",
|
|
4
4
|
"description": "The Web Components implementation of Albe, the Zanichelli's design system.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -107,6 +107,5 @@
|
|
|
107
107
|
"collection:main": "dist/collection/index.js",
|
|
108
108
|
"es2015": "dist/esm/index.mjs",
|
|
109
109
|
"es2017": "dist/esm/index.mjs",
|
|
110
|
-
"packageManager": "yarn@4.10.3"
|
|
111
|
-
"stableVersion": "20.0.1"
|
|
110
|
+
"packageManager": "yarn@4.10.3"
|
|
112
111
|
}
|