Skip to content

Commit

Permalink
Version Packages (next) (#1183)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 28, 2021
1 parent c7483f0 commit edbf19d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"breezy-baboons-brush",
"cyan-rivers-sleep",
"late-melons-build",
"orange-hornets-live"
"orange-hornets-live",
"tasty-ties-serve",
"yellow-deers-carry"
]
}
10 changes: 10 additions & 0 deletions packages/circuit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sumup/circuit-ui

## 4.0.0-next.1

### Major Changes

- [#1176](https://github.com/sumup-oss/circuit-ui/pull/1176) [`c7483f0b`](https://github.com/sumup-oss/circuit-ui/commit/c7483f0bbc206b80c693e6b5f856464e012683f7) Thanks [@robinmetral](https://github.com/robinmetral)! - Migrated to Emotion 11.

### Patch Changes

- [#1176](https://github.com/sumup-oss/circuit-ui/pull/1176) [`c7483f0b`](https://github.com/sumup-oss/circuit-ui/commit/c7483f0bbc206b80c693e6b5f856464e012683f7) Thanks [@robinmetral](https://github.com/robinmetral)! - Switched all component interfaces to extend `*HTMLAttributes<HTML*Element>` instead of the less accurate `HTMLProps`.

## 4.0.0-next.0

### 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/circuit-ui",
"version": "4.0.0-next.0",
"version": "4.0.0-next.1",
"description": "SumUp's React UI component library",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down

0 comments on commit edbf19d

Please sign in to comment.