diff --git a/.changeset/rare-pants-help.md b/.changeset/rare-pants-help.md deleted file mode 100644 index 42a0695..0000000 --- a/.changeset/rare-pants-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"click-to-react-component": patch ---- - -Fix TypeScript error "Could not find a declaration file for module" diff --git a/apps/cra/package.json b/apps/cra/package.json index 594948a..fd653d0 100644 --- a/apps/cra/package.json +++ b/apps/cra/package.json @@ -36,6 +36,6 @@ ] }, "devDependencies": { - "click-to-react-component": "workspace:^1.1.0" + "click-to-react-component": "workspace:^1.1.1" } } diff --git a/apps/next/package.json b/apps/next/package.json index 5813bb0..adc384a 100644 --- a/apps/next/package.json +++ b/apps/next/package.json @@ -15,7 +15,7 @@ "devDependencies": { "@types/node": "17.0.23", "@types/react": "18.0.3", - "click-to-react-component": "workspace:^1.1.0", + "click-to-react-component": "workspace:^1.1.1", "eslint": "8.13.0", "eslint-config-next": "12.1.5", "typescript": "4.6.3" diff --git a/apps/remix/package.json b/apps/remix/package.json index 06c5fc3..5fb87d3 100644 --- a/apps/remix/package.json +++ b/apps/remix/package.json @@ -38,7 +38,7 @@ "@remix-run/serve": "^1.4.1", "@remix-run/server-runtime": "^1.4.1", "bcryptjs": "^2.4.3", - "click-to-react-component": "workspace:^1.1.0", + "click-to-react-component": "workspace:^1.1.1", "react": "^17.0.2", "react-dom": "^17.0.2", "tiny-invariant": "^1.2.0" diff --git a/packages/click-to-react-component/CHANGELOG.md b/packages/click-to-react-component/CHANGELOG.md index dfb939d..9a5fbda 100644 --- a/packages/click-to-react-component/CHANGELOG.md +++ b/packages/click-to-react-component/CHANGELOG.md @@ -1,5 +1,11 @@ # click-to-react-component +## 1.1.1 + +### Patch Changes + +- 06bff87: Fix TypeScript error "Could not find a declaration file for module" + ## 1.1.0 ### Minor Changes diff --git a/packages/click-to-react-component/package.json b/packages/click-to-react-component/package.json index a66a354..163ab11 100644 --- a/packages/click-to-react-component/package.json +++ b/packages/click-to-react-component/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "click-to-react-component", - "version": "1.1.0", + "version": "1.1.1", "description": "Option+Click your React components in your browser to open the source file in VS Code", "exports": { "import": "./src/index.js",