@adyen/eslint-plugin-bento 2.0.1 → 2.1.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 +12 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.1.1](https://github.com/Adyen/bento/compare/eslint-plugin-bento-v2.0.1...eslint-plugin-bento-v2.1.1) (2025-08-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Release version updates
|
|
7
|
+
|
|
8
|
+
* release 1.60.1 ([389b879](https://github.com/Adyen/bento/commit/389b87938acf5029d4e634083da37d7b59b82262))
|
|
9
|
+
|
|
10
|
+
## 2.1.0 (2025-08-27)
|
|
11
|
+
|
|
12
|
+
This was a version bump only for eslint to align it with other projects, there were no code changes.
|
|
13
|
+
|
|
14
|
+
|
|
3
15
|
## [2.0.1](https://github.com/Adyen/bento/compare/eslint-plugin-bento-v2.0.0...eslint-plugin-bento-v2.0.1) (2025-06-04)
|
|
4
16
|
|
|
5
17
|
|
package/README.md
CHANGED
|
@@ -108,4 +108,4 @@ Disallow the use of the `default` slot in `bento-tag` instances
|
|
|
108
108
|
|
|
109
109
|
The recommended configuration contains pre-configured rules and their severity
|
|
110
110
|
|
|
111
|
-
- `@adyen/bento/deprecation-tag-default-slot`: `warn`
|
|
111
|
+
- `@adyen/bento/deprecation-tag-default-slot`: `warn` Dummy content
|