Skip to content

Commit

Permalink
Merge pull request #607 from gadget-inc/droberts/changeset
Browse files Browse the repository at this point in the history
chore(react): introduce changeset tool for change tracking
  • Loading branch information
danroberts authored Aug 15, 2024
2 parents 536da60 + 744e54b commit c68909c
Show file tree
Hide file tree
Showing 4 changed files with 413 additions and 12 deletions.
8 changes: 8 additions & 0 deletions packages/react/.changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
11 changes: 11 additions & 0 deletions packages/react/.changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
7 changes: 4 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,14 @@
"yup": "^1.2.0"
},
"devDependencies": {
"@graphql-typed-document-node/core": "^3.2.0",
"@types/tmp": "^0.2.6",
"copyfiles": "^2.4.1",
"@changesets/cli": "^2.27.7",
"@chromatic-com/storybook": "^1.5.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@gadgetinc/api-client-core": "workspace:*",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@mdxeditor/editor": "^3.8.0",
"@mui/material": "^5.14.8",
"@n1ru4l/json-patch-plus": "^0.2.0",
Expand Down Expand Up @@ -98,8 +97,10 @@
"@types/react": "^18.2.9",
"@types/react-dom": "^18.2.4",
"@types/setup-polly-jest": "^0.5.5",
"@types/tmp": "^0.2.6",
"@urql/core": "^4.0.10",
"conditional-type-checks": "^1.0.6",
"copyfiles": "^2.4.1",
"cypress": "^13.13.0",
"cypress-each": "^1.13.3",
"execa": "^5.1.1",
Expand Down
Loading

0 comments on commit c68909c

Please sign in to comment.