Version Packages (#91)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-11-02 17:27:19 -05:00
committed by GitHub
parent ce73696a0c
commit 9c98f4115d
6 changed files with 12 additions and 11 deletions

View File

@@ -1,7 +0,0 @@
---
'click-to-react-component': patch
---
feat: Fix lots of bugs with getting source
This works with newer versions of React, too. But, importantly, the algorithm to get the `source` is way more accurate.

View File

@@ -36,6 +36,6 @@
]
},
"devDependencies": {
"click-to-react-component": "workspace:^1.1.1"
"click-to-react-component": "workspace:^1.1.2"
}
}

View File

@@ -15,7 +15,7 @@
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "18.0.3",
"click-to-react-component": "workspace:^1.1.1",
"click-to-react-component": "workspace:^1.1.2",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"typescript": "4.6.3"

View File

@@ -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.1",
"click-to-react-component": "workspace:^1.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tiny-invariant": "^1.2.0"

View File

@@ -1,5 +1,13 @@
# click-to-react-component
## 1.1.2
### Patch Changes
- 32bd930: feat: Fix lots of bugs with getting source
This works with newer versions of React, too. But, importantly, the algorithm to get the `source` is way more accurate.
## 1.1.1
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"type": "module",
"name": "click-to-react-component",
"version": "1.1.1",
"version": "1.1.2",
"description": "Option+Click your React components in your browser to open the source file in VS Code",
"exports": {
"import": "./src/index.js",