Skip to content

Commit

Permalink
Version Packages (#2008)
Browse files Browse the repository at this point in the history
* Version Packages

* Downgrade ESLint plugin version

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
connor-baer and github-actions[bot] authored Mar 20, 2023
1 parent 401ac25 commit aa6d80f
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/rare-colts-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-toes-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-jobs-visit.md

This file was deleted.

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

## 6.6.0

### Minor Changes

- [#2007](https://github.com/sumup-oss/circuit-ui/pull/2007) [`8ab8c209`](https://github.com/sumup-oss/circuit-ui/commit/8ab8c2098967d04634e9a6f47830c54bee603e99) Thanks [@connor-baer](https://github.com/connor-baer)! - Forward `ref`s to the NotificationBanner, NotificationFullscreen, and NotificationInline components.

### Patch Changes

- [#1991](https://github.com/sumup-oss/circuit-ui/pull/1991) [`401ac252`](https://github.com/sumup-oss/circuit-ui/commit/401ac252d883c74cc14ea343dab0b7e0b5fac8f5) Thanks [@robinmetral](https://github.com/robinmetral)! - Fixed the `ImageInput` component's invalid label box-shadow color.

## 6.5.0

### Minor 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": "6.5.0",
"version": "6.6.0",
"description": "SumUp's React UI component library",
"main": "dist/cjs/index.js",
"module": "dist/es/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
@@ -0,0 +1,7 @@
# @sumup/eslint-plugin-circuit-ui

## 0.0.1

### Patch Changes

- [#1991](https://github.com/sumup-oss/circuit-ui/pull/1991) [`401ac252`](https://github.com/sumup-oss/circuit-ui/commit/401ac252d883c74cc14ea343dab0b7e0b5fac8f5) Thanks [@robinmetral](https://github.com/robinmetral)! - Released ESLint rules to lint Circuit UI in `@sumup/eslint-plugin-circuit-ui`.

1 comment on commit aa6d80f

@vercel
Copy link

@vercel vercel bot commented on aa6d80f Mar 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.