Skip to content

Commit

Permalink
adjust version numbers, declare packages private, prevent changeset p…
Browse files Browse the repository at this point in the history
…ublish
  • Loading branch information
phryneas committed Jan 24, 2025
1 parent 543ec64 commit 4344a9b
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"app-dir",
"hack-the-supergraph-ssr",
"apollo-next-13-demo",
"packages-shared"
"packages-shared",
"@integration-test/**"
]
}
2 changes: 2 additions & 0 deletions integration-test/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"name": "@integration-test/jest",
"version": "0.0.0",
"private": true,
"scripts": {
"test": "jest"
},
Expand Down
2 changes: 1 addition & 1 deletion integration-test/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@integration-test/nextjs",
"version": "0.1.0",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
3 changes: 2 additions & 1 deletion integration-test/react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "react-router",
"name": "@integration-test/react-router",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions integration-test/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"name": "@integration-test/shared",
"version": "0.0.0",
"private": true,
"peerDependencies": {
"@apollo/client": "*",
"graphql": "*"
Expand Down
4 changes: 3 additions & 1 deletion integration-test/tanstack-start/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"name": "tanstack-start",
"name": "@integration-test/tanstack-start",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "rm -rvf node_modules/.vinxi node_modules/.cache node_modules/.tanstack-start .output .vinxi && vinxi dev",
Expand Down
2 changes: 2 additions & 0 deletions integration-test/vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"name": "@integration-test/vitest",
"version": "0.0.0",
"private": true,
"scripts": {
"test": "vitest"
},
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "monorepo",
"version": "0.0.0",
"private": true,
"packageManager": "[email protected]",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"react-router": "^7.0.2"
},
"dependencies": {
"@apollo/client-react-streaming": "0.11.8-alpha.1",
"@apollo/client-react-streaming": "0.11.8",
"promiscade": "^0.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/tanstack-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@
"react": "^19"
},
"dependencies": {
"@apollo/client-react-streaming": "0.11.5"
"@apollo/client-react-streaming": "0.11.8"
}
}

0 comments on commit 4344a9b

Please sign in to comment.