Skip to content

Commit e6a7322

Browse files
Version Packages (#2983)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 908de8b commit e6a7322

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/happy-singers-judge.md

-5
This file was deleted.

packages/circuit-ui/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sumup-oss/circuit-ui
22

3+
## 9.8.2
4+
5+
### Patch Changes
6+
7+
- [#2982](https://github.com/sumup-oss/circuit-ui/pull/2982) [`908de8b`](https://github.com/sumup-oss/circuit-ui/commit/908de8b19ca24604edd2ee3b733060c9e6d0fd9b) Thanks [@connor-baer](https://github.com/connor-baer)! - Fixed the Button and IconButton component's compatibility with React Server Components (RSC) by adding a missing `'use client'` directive.
8+
39
## 9.8.1
410

511
### Patch Changes

packages/circuit-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sumup-oss/circuit-ui",
3-
"version": "9.8.1",
3+
"version": "9.8.2",
44
"description": "SumUp's React UI component library",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)