Skip to content

Commit

Permalink
update Changesets versioning and config (#248)
Browse files Browse the repository at this point in the history
* update changeset package version

* update changelog package version

* update changeset config
  • Loading branch information
JDMathew authored Sep 5, 2024
1 parent 63f1b68 commit d6ecb29
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 403 deletions.
8 changes: 6 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
"$schema": "https://unpkg.com/@changesets/[email protected].2/schema.json",
"changelog": [
"@svitejs/changesets-changelog-github-compact",
{
"repo": "FormidableLabs/react-native-ama"
}
],
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"ignore": ["@react-native-ama/internal"]
"updateInternalDependencies": "minor",
"ignore": []
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"examples/shared"
],
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@changesets/cli": "^2.27.7",
"@ianvs/prettier-plugin-sort-imports": "^3.4.2",
"@svitejs/changesets-changelog-github-compact": "^0.1.1",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"@testing-library/react-native": "^12.3.0",
"@types/jest": "^29.5.10",
"eslint-plugin-import": "^2.26.0",
Expand Down
Loading

0 comments on commit d6ecb29

Please sign in to comment.