Skip to content

Commit 78af25b

Browse files
committed
chore: resolve example versions, publish fix
1 parent 2fcd9e8 commit 78af25b

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

examples/graphiql-create-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-graphiql-create-react-app",
3-
"version": "0.1.6",
3+
"version": "0.1.9",
44
"private": true,
55
"dependencies": {
66
"@types/react": "^16.9.34",

examples/graphiql-parcel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql-parcel-example",
3-
"version": "1.1.5",
3+
"version": "1.1.8",
44
"license": "MIT",
55
"description": "GraphiQL Parcel Example",
66
"main": "index.js",

examples/graphiql-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-graphiql-webpack",
3-
"version": "1.0.0",
3+
"version": "1.0.3",
44
"private": true,
55
"license": "MIT",
66
"description": "A GraphiQL example with webpack and typescript",

lerna.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"version": "independent",
6+
"ignoreChanges": [
7+
"'__tests__' '**/*.spec.js' '**/*.spec.js' '**/*.spec.ts'",
8+
"**/examples"
9+
],
610
"command": {
711
"publish": {
812
"allowBranch": ["main"],
@@ -11,10 +15,6 @@
1115
"conventionalCommits": true
1216
},
1317
"version": {
14-
"ignoreChanges": [
15-
"'__tests__' '**/*.spec.js' '**/*.spec.js' '**/*.spec.ts'",
16-
"**/examples"
17-
],
1818
"message": "chore(release): publish",
1919
"conventionalCommits": true,
2020
"createRelease": "github"

packages/graphiql/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "graphiql",
33
"version": "2.0.0-alpha.0",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
5+
"private": true,
56
"contributors": [
67
"Hyohyeon Jeong <[email protected]>",
78
"Lee Byron <[email protected]> (http://leebyron.com/)"

0 commit comments

Comments
 (0)