Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 9, 2024
1 parent 0652935 commit a7e3969
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@
"friendly-falcons-turn",
"great-kiwis-compare",
"grumpy-coins-sip",
"hip-spies-lick",
"hip-weeks-happen",
"hot-toys-compare",
"itchy-geckos-protect",
"late-feet-attack",
"old-sloths-speak",
"plenty-chicken-deny",
"pretty-tigers-run",
Expand Down
12 changes: 12 additions & 0 deletions packages/circuit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sumup-oss/circuit-ui

## 9.0.0-next.2

### Major Changes

- [#2684](https://github.com/sumup-oss/circuit-ui/pull/2684) [`ae6e0bc`](https://github.com/sumup-oss/circuit-ui/commit/ae6e0bc1ccdaaf7d11fd8e2403a8c16a58538c97) Thanks [@connor-baer](https://github.com/connor-baer)! - Made the ImageInput's label visible by default for consistency with other inputs. Use the new `hideLabel` prop to visually hide the label.

- [#2676](https://github.com/sumup-oss/circuit-ui/pull/2676) [`c7c2a10`](https://github.com/sumup-oss/circuit-ui/commit/c7c2a108c9b827f87bc9d39de32b31b9d86e5a6b) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the Table component's deprecated `initialSortedRow` prop. Use the `initialSortedColumn` prop instead.

### Minor Changes

- [#2678](https://github.com/sumup-oss/circuit-ui/pull/2678) [`0652935`](https://github.com/sumup-oss/circuit-ui/commit/0652935b0fc6999ac2f6885410fdcbea000b771f) Thanks [@connor-baer](https://github.com/connor-baer)! - Added a new `decoration` prop to the Body component. Choose between the `italic` and `strikethrough` styles.

## 9.0.0-next.1

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/circuit-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup-oss/circuit-ui",
"version": "9.0.0-next.1",
"version": "9.0.0-next.2",
"description": "SumUp's React UI component library",
"type": "module",
"main": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-plugin-circuit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sumup-oss/eslint-plugin-circuit-ui

## 5.0.0-next.2

### Patch Changes

- Updated dependencies [[`ae6e0bc`](https://github.com/sumup-oss/circuit-ui/commit/ae6e0bc1ccdaaf7d11fd8e2403a8c16a58538c97), [`0652935`](https://github.com/sumup-oss/circuit-ui/commit/0652935b0fc6999ac2f6885410fdcbea000b771f), [`c7c2a10`](https://github.com/sumup-oss/circuit-ui/commit/c7c2a108c9b827f87bc9d39de32b31b9d86e5a6b)]:
- @sumup-oss/circuit-ui@9.0.0-next.2

## 5.0.0-next.1

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-circuit-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup-oss/eslint-plugin-circuit-ui",
"version": "5.0.0-next.1",
"version": "5.0.0-next.2",
"description": "ESLint rules to lint Circuit UI.",
"keywords": [
"sumup",
Expand Down Expand Up @@ -36,7 +36,7 @@
"typescript": "^5.5.4"
},
"peerDependencies": {
"@sumup-oss/circuit-ui": ">=9.0.0-next.1",
"@sumup-oss/circuit-ui": ">=9.0.0-next.2",
"@sumup-oss/design-tokens": ">=8.0.0-next.1"
}
}

0 comments on commit a7e3969

Please sign in to comment.