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 4, 2024
1 parent 5f9c5af commit f8d3ec5
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"grumpy-coins-sip",
"hot-toys-compare",
"itchy-geckos-protect",
"late-feet-attack",
"old-sloths-speak",
"plenty-chicken-deny",
"pretty-tigers-run",
Expand Down
6 changes: 6 additions & 0 deletions packages/circuit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sumup-oss/circuit-ui

## 9.0.0-next.2

### Major Changes

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

## 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 [[`5f9c5af`](https://github.com/sumup-oss/circuit-ui/commit/5f9c5afe220b11e6d81895aeedc5274f559ea94b)]:
- @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 f8d3ec5

Please sign in to comment.