Skip to content

Commit

Permalink
chore: add @remix-run/testing to changesets (#4781)
Browse files Browse the repository at this point in the history
* chore: add `@remix-run/testing` to changesets

Signed-off-by: Logan McAnsh <logan@mcan.sh>

* chore: update `ADDING_A_PACKAGE.md`

Signed-off-by: Logan McAnsh <logan@mcan.sh>

Signed-off-by: Logan McAnsh <logan@mcan.sh>
  • Loading branch information
mcansh committed Dec 6, 2022
1 parent d5fe33b commit 606bc82
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
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

0 comments on commit 606bc82

Please sign in to comment.