Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 20, 2023
1 parent 354ed53 commit 7793776
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-pears-admire.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/circuit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sumup/circuit-ui

## 8.0.0

### Patch Changes

- Updated dependencies [[`b2edba64`](https://github.com/sumup-oss/circuit-ui/commit/b2edba6482851cfa4c8726a1706e6b862a8c7073)]:
- @sumup/icons@3.3.0

## 7.1.11

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/circuit-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup/circuit-ui",
"version": "7.1.11",
"version": "8.0.0",
"description": "SumUp's React UI component library",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@sumup/design-tokens": "^6.0.0",
"@sumup/icons": "^3.2.0",
"@sumup/icons": "^3.3.0",
"@sumup/intl": "^1.5.0",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.17.0",
Expand Down Expand Up @@ -85,7 +85,7 @@
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@sumup/design-tokens": ">=6.0.0",
"@sumup/icons": ">=3.2.0",
"@sumup/icons": ">=3.3.0",
"@sumup/intl": "1.x",
"react": ">=18.0.0 <19.0.0",
"react-dom": ">=18.0.0 <19.0.0"
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/eslint-plugin-circuit-ui

## 4.0.0

### Patch Changes

- Updated dependencies []:
- @sumup/circuit-ui@8.0.0

## 3.1.0

### Minor 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/eslint-plugin-circuit-ui",
"version": "3.1.0",
"version": "4.0.0",
"description": "ESLint rules to lint Circuit UI.",
"keywords": [
"sumup",
Expand Down Expand Up @@ -36,7 +36,7 @@
"typescript": "^5.1.6"
},
"peerDependencies": {
"@sumup/circuit-ui": ">=7.0.0",
"@sumup/circuit-ui": ">=8.0.0",
"@sumup/design-tokens": ">=6.0.0"
}
}
6 changes: 6 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sumup/icons

## 3.3.0

### Minor Changes

- [#2278](https://github.com/sumup-oss/circuit-ui/pull/2278) [`b2edba64`](https://github.com/sumup-oss/circuit-ui/commit/b2edba6482851cfa4c8726a1706e6b862a8c7073) Thanks [@giedoka](https://github.com/giedoka)! - Added new icon `InterestOnBalance` in size 24.

## 3.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup/icons",
"version": "3.2.0",
"version": "3.3.0",
"description": "A collection of icons by SumUp",
"type": "module",
"main": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/remix-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sumup/remix-template-circuit-ui

## 1.1.3

### Patch Changes

- Updated dependencies [[`b2edba64`](https://github.com/sumup-oss/circuit-ui/commit/b2edba6482851cfa4c8726a1706e6b862a8c7073)]:
- @sumup/icons@3.3.0
- @sumup/circuit-ui@8.0.0

## 1.1.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/remix-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup/remix-template-circuit-ui",
"version": "1.1.2",
"version": "1.1.3",
"private": true,
"sideEffects": false,
"scripts": {
Expand All @@ -16,9 +16,9 @@
"@remix-run/node": "^1.19.3",
"@remix-run/react": "^1.18.1",
"@remix-run/serve": "^1.18.1",
"@sumup/circuit-ui": "^7.1.11",
"@sumup/circuit-ui": "^8.0.0",
"@sumup/design-tokens": "^6.0.0",
"@sumup/icons": "^3.2.0",
"@sumup/icons": "^3.3.0",
"@sumup/intl": "^1.5.0",
"isbot": "^3.6.13",
"react": "^18.2.0",
Expand Down

0 comments on commit 7793776

Please sign in to comment.