diff --git a/package-lock.json b/package-lock.json index 2bcfc64..d5a5536 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19783,7 +19783,7 @@ }, "packages/eslint-plugin": { "name": "eslint-plugin-react-strict-dom", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "dependencies": { "hermes-eslint": "^0.20.1" @@ -19793,7 +19793,7 @@ } }, "packages/react-strict-dom": { - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "dependencies": { "@stylexjs/stylex": "0.5.1", diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 81f67c8..65a6219 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react-strict-dom", - "version": "0.0.3", + "version": "0.0.4", "description": "ESLint plugin for React Strict DOM", "main": "dist/index.js", "scripts": { diff --git a/packages/react-strict-dom/package.json b/packages/react-strict-dom/package.json index a740af9..9e1d993 100644 --- a/packages/react-strict-dom/package.json +++ b/packages/react-strict-dom/package.json @@ -1,6 +1,6 @@ { "name": "react-strict-dom", - "version": "0.0.3", + "version": "0.0.4", "description": "React Strict DOM", "main": "./dist/dom/index.js", "module": "./dist/dom/index.js",