Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Oct 17, 2024
2 parents 137a817 + 98e7134 commit 9c1ab12
Show file tree
Hide file tree
Showing 70 changed files with 72,562 additions and 72,321 deletions.
25 changes: 14 additions & 11 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": [
"@changesets/changelog-github",
{ "repo": "sumup-oss/circuit-ui" }
],
"commit": false,
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "minor",
"ignore": []
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": [
"@changesets/changelog-github",
{ "repo": "sumup-oss/circuit-ui" }
],
"commit": false,
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "minor",
"ignore": [],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
}
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @sumup-oss/design-system-codeowners
* @sumup-oss/owner-design-system
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Check dependency licenses
run: npm run check:licenses

- name: Check SVG sizes
run: npm run check:svg-sizes

- name: Build packages
run: npm run build

Expand Down
Loading

0 comments on commit 9c1ab12

Please sign in to comment.