Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add @remix-run/testing to changesets #4781

Merged
merged 2 commits into from
Dec 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@remix-run/react",
"@remix-run/serve",
"@remix-run/server-runtime",
"@remix-run/testing",
"@remix-run/vercel"
]
],
Expand Down
1 change: 1 addition & 0 deletions packages/ADDING_A_PACKAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
- [ ] add root `tsconfig.json` entry and make sure pkg tsconfig is proper output dir
- [ ] add to publish scripts
- [ ] update version script
- [ ] update `.changeset/config.json` to include the package
8 changes: 4 additions & 4 deletions packages/remix-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/testing",
"version": "1.8.0",
"version": "1.8.1",
"description": "Testing utilities for Remix apps",
"homepage": "https://remix.run",
"bugs": {
Expand All @@ -16,10 +16,10 @@
"typings": "./dist/index.d.ts",
"module": "./dist/esm/index.js",
"dependencies": {
"@remix-run/node": "1.8.0",
"@remix-run/react": "1.8.0",
"@remix-run/node": "1.8.1",
"@remix-run/react": "1.8.1",
"@remix-run/router": "1.0.4",
"@remix-run/server-runtime": "1.8.0",
"@remix-run/server-runtime": "1.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down