Skip to content

Commit

Permalink
Version Packages (#90)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 2, 2024
1 parent 06bff87 commit cb0135c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/rare-pants-help.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
]
},
"devDependencies": {
"click-to-react-component": "workspace:^1.1.0"
"click-to-react-component": "workspace:^1.1.1"
}
}
2 changes: 1 addition & 1 deletion apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion apps/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions packages/click-to-react-component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/click-to-react-component/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit cb0135c

Please sign in to comment.