Skip to content

Commit c68909c

Browse files
authored
Merge pull request #607 from gadget-inc/droberts/changeset
chore(react): introduce changeset tool for change tracking
2 parents 536da60 + 744e54b commit c68909c

File tree

4 files changed

+413
-12
lines changed

4 files changed

+413
-12
lines changed

packages/react/.changeset/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changesets
2+
3+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4+
with multi-package repos, or single-package repos to help you version and publish your code. You can
5+
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
6+
7+
We have a quick list of common questions to get you started engaging with this project in
8+
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)

packages/react/.changeset/config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3+
"changelog": "@changesets/cli/changelog",
4+
"commit": false,
5+
"fixed": [],
6+
"linked": [],
7+
"access": "public",
8+
"baseBranch": "main",
9+
"updateInternalDependencies": "patch",
10+
"ignore": []
11+
}

packages/react/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,14 @@
6161
"yup": "^1.2.0"
6262
},
6363
"devDependencies": {
64-
"@graphql-typed-document-node/core": "^3.2.0",
65-
"@types/tmp": "^0.2.6",
66-
"copyfiles": "^2.4.1",
64+
"@changesets/cli": "^2.27.7",
6765
"@chromatic-com/storybook": "^1.5.0",
6866
"@emotion/react": "^11.11.1",
6967
"@emotion/styled": "^11.11.0",
7068
"@gadgetinc/api-client-core": "workspace:*",
7169
"@graphql-codegen/cli": "^5.0.0",
7270
"@graphql-codegen/client-preset": "^4.1.0",
71+
"@graphql-typed-document-node/core": "^3.2.0",
7372
"@mdxeditor/editor": "^3.8.0",
7473
"@mui/material": "^5.14.8",
7574
"@n1ru4l/json-patch-plus": "^0.2.0",
@@ -98,8 +97,10 @@
9897
"@types/react": "^18.2.9",
9998
"@types/react-dom": "^18.2.4",
10099
"@types/setup-polly-jest": "^0.5.5",
100+
"@types/tmp": "^0.2.6",
101101
"@urql/core": "^4.0.10",
102102
"conditional-type-checks": "^1.0.6",
103+
"copyfiles": "^2.4.1",
103104
"cypress": "^13.13.0",
104105
"cypress-each": "^1.13.3",
105106
"execa": "^5.1.1",

0 commit comments

Comments
 (0)