@eightshift/frontend-libs-tailwind 2.2.0 → 2.3.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 +12 -0
- package/bun.lock +415 -98
- package/linters/base.config.mjs +20 -21
- package/package.json +20 -18
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,17 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a
|
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
+
## [2.3.0]
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
|
|
13
|
+
- Re-added React ESLint rules.
|
|
14
|
+
|
|
15
|
+
### Updated
|
|
16
|
+
|
|
17
|
+
- Fixed ESLint configs.
|
|
18
|
+
- Updated dependencies.
|
|
19
|
+
|
|
9
20
|
## [2.2.0]
|
|
10
21
|
|
|
11
22
|
### Added
|
|
@@ -273,6 +284,7 @@ Co-authored with @piqusy
|
|
|
273
284
|
- Initial release.
|
|
274
285
|
|
|
275
286
|
[Unreleased]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/master...HEAD
|
|
287
|
+
[2.3.0]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/2.2.0...2.3.0
|
|
276
288
|
[2.2.0]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/2.1.1...2.2.0
|
|
277
289
|
[2.1.1]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/2.1.0...2.1.1
|
|
278
290
|
[2.1.0]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/2.0.7...2.1.0
|