@creativoma/liquid-glass 1.1.2 → 1.1.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,14 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
- ## [1.1.2] - 2026-03-06
10
+ ## [1.1.3] - 2026-03-06
11
11
 
12
12
  ### Security
13
13
 
14
14
  - Updated `ajv` to `>=8.18.0` via pnpm overrides to fix vulnerability
15
15
  - Updated `minimatch` to `>=9.0.7` and `>=10.2.3` via pnpm overrides to fix vulnerability
16
16
  - Updated `rollup` to `>=4.59.0` via pnpm overrides to fix vulnerability
17
- - Bumped dev dependencies: `eslint` `^9` → `^10`, `tailwindcss` `^4.1` → `^4.2`, `@tailwindcss/postcss` `^4.1` → `^4.2`, `globals`, `postcss`, `eslint-plugin-react-refresh`, `typescript-eslint`, `@types/node`
17
+ - Bumped dev dependencies: `tailwindcss` `^4.1` → `^4.2`, `@tailwindcss/postcss` `^4.1` → `^4.2`, `globals`, `postcss`, `eslint-plugin-react-refresh`, `typescript-eslint`, `@types/node`
18
+
19
+ ### Fixed
20
+
21
+ - Reverted `eslint` to `^9.x` for compatibility with `eslint-plugin-react-hooks@7`
22
+
23
+ ## [1.1.2] - 2026-03-06
24
+
25
+ ### Yanked
26
+
27
+ - Published with eslint@10 which breaks peer dependency with eslint-plugin-react-hooks
18
28
 
19
29
  ## [1.1.1] - 2026-02-14
20
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@creativoma/liquid-glass",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "type": "module",
5
5
  "description": "A React wrapper component with liquid frosted glass effect using TailwindCSS",
6
6
  "main": "./dist/index.js",
@@ -57,14 +57,14 @@
57
57
  "react-dom": ">=18.0.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@eslint/js": "^10.0.1",
60
+ "@eslint/js": "^9.39.2",
61
61
  "@tailwindcss/postcss": "^4.2.1",
62
62
  "@types/node": "^25.3.5",
63
63
  "@types/react": "^19.2.14",
64
64
  "@types/react-dom": "^19.2.3",
65
65
  "@vitejs/plugin-react": "^5.1.4",
66
66
  "autoprefixer": "^10.4.27",
67
- "eslint": "^10.0.2",
67
+ "eslint": "^9.39.2",
68
68
  "eslint-plugin-react-hooks": "^7.0.1",
69
69
  "eslint-plugin-react-refresh": "^0.5.2",
70
70
  "globals": "^17.4.0",