Skip to content

Commit

Permalink
Version Packages (#2298)
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer authored Nov 14, 2023
1 parent 2f4fbaf commit 148a4dc
Show file tree
Hide file tree
Showing 16 changed files with 53 additions and 45 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-items-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-yaks-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-rice-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-guests-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-toes-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-ducks-clap.md

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Install template dependencies
run: cd packages/cna-template/template && npm ci

- name: Check dependency licenses
run: npm run check:licenses

Expand Down
8 changes: 8 additions & 0 deletions packages/astro-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sumup/astro-template-circuit-ui

## 1.0.1

### Patch Changes

- Updated dependencies [[`bd4e7ec0`](https://github.com/sumup-oss/circuit-ui/commit/bd4e7ec091a05e526b01f94dcce9d37265c659e7), [`bd4e7ec0`](https://github.com/sumup-oss/circuit-ui/commit/bd4e7ec091a05e526b01f94dcce9d37265c659e7), [`2f4fbaf6`](https://github.com/sumup-oss/circuit-ui/commit/2f4fbaf69b32cf36905dbf62bd6c28cb4e2d261d), [`2f4fbaf6`](https://github.com/sumup-oss/circuit-ui/commit/2f4fbaf69b32cf36905dbf62bd6c28cb4e2d261d), [`2f4fbaf6`](https://github.com/sumup-oss/circuit-ui/commit/2f4fbaf69b32cf36905dbf62bd6c28cb4e2d261d), [`6c536a27`](https://github.com/sumup-oss/circuit-ui/commit/6c536a27b661bd17b2b0c045de13dd2056db9b4d)]:
- @sumup/design-tokens@6.1.0
- @sumup/circuit-ui@7.3.0

## 1.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/astro-template/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sumup/astro-template-circuit-ui",
"type": "module",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"sideEffects": false,
"scripts": {
Expand All @@ -15,8 +15,8 @@
},
"dependencies": {
"@astrojs/react": "^3.0.4",
"@sumup/circuit-ui": "^7.2.1",
"@sumup/design-tokens": "^6.0.0",
"@sumup/circuit-ui": "^7.3.0",
"@sumup/design-tokens": "^6.1.0",
"@sumup/icons": "^3.3.0",
"@sumup/intl": "^1.6.0",
"@types/react": "^18.2.37",
Expand Down
19 changes: 19 additions & 0 deletions packages/circuit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @sumup/circuit-ui

## 7.3.0

### Minor Changes

- [#2296](https://github.com/sumup-oss/circuit-ui/pull/2296) [`bd4e7ec0`](https://github.com/sumup-oss/circuit-ui/commit/bd4e7ec091a05e526b01f94dcce9d37265c659e7) Thanks [@connor-baer](https://github.com/connor-baer)! - Changed the focus ring to have a 2px offset from the focused element.

- [#2295](https://github.com/sumup-oss/circuit-ui/pull/2295) [`6c536a27`](https://github.com/sumup-oss/circuit-ui/commit/6c536a27b661bd17b2b0c045de13dd2056db9b4d) Thanks [@connor-baer](https://github.com/connor-baer)! - Added support for an `activeIcon` to the TopNavigation and SideNavigation links.

### Patch Changes

- [#2297](https://github.com/sumup-oss/circuit-ui/pull/2297) [`2f4fbaf6`](https://github.com/sumup-oss/circuit-ui/commit/2f4fbaf69b32cf36905dbf62bd6c28cb4e2d261d) Thanks [@connor-baer](https://github.com/connor-baer)! - Fixed the HTML semantics in the TopNavigation and SideNavigation components.

- [#2297](https://github.com/sumup-oss/circuit-ui/pull/2297) [`2f4fbaf6`](https://github.com/sumup-oss/circuit-ui/commit/2f4fbaf69b32cf36905dbf62bd6c28cb4e2d261d) Thanks [@connor-baer](https://github.com/connor-baer)! - Properly hid presentational icons from the accessibility tree.

- [#2297](https://github.com/sumup-oss/circuit-ui/pull/2297) [`2f4fbaf6`](https://github.com/sumup-oss/circuit-ui/commit/2f4fbaf69b32cf36905dbf62bd6c28cb4e2d261d) Thanks [@connor-baer](https://github.com/connor-baer)! - Restored the focus styles of the utility links and profile menu in the TopNavigation.

- Updated dependencies [[`bd4e7ec0`](https://github.com/sumup-oss/circuit-ui/commit/bd4e7ec091a05e526b01f94dcce9d37265c659e7)]:
- @sumup/design-tokens@6.1.0

## 7.2.1

### 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.2.1",
"version": "7.3.0",
"description": "SumUp's React UI component library",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@emotion/jest": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@sumup/design-tokens": "^6.0.0",
"@sumup/design-tokens": "^6.1.0",
"@sumup/icons": "^3.0.0",
"@sumup/intl": "^1.5.0",
"@testing-library/dom": "^9.3.1",
Expand Down Expand Up @@ -83,7 +83,7 @@
"@emotion/is-prop-valid": "^1.2.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@sumup/design-tokens": ">=6.0.0",
"@sumup/design-tokens": ">=6.1.0",
"@sumup/icons": ">=3.0.0",
"@sumup/intl": "1.x",
"react": ">=18.0.0 <19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cna-template/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"dependencies": {
"@next/bundle-analyzer": "^13.4.0",
"@sumup/circuit-ui": "^7.0.0",
"@sumup/design-tokens": "^6.0.0",
"@sumup/circuit-ui": "^7.3.0",
"@sumup/design-tokens": "^6.1.0",
"@sumup/icons": "^3.0.0",
"@sumup/intl": "^1.5.0",
"next": "^14.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sumup/design-tokens

## 6.1.0

### Minor Changes

- [#2296](https://github.com/sumup-oss/circuit-ui/pull/2296) [`bd4e7ec0`](https://github.com/sumup-oss/circuit-ui/commit/bd4e7ec091a05e526b01f94dcce9d37265c659e7) Thanks [@connor-baer](https://github.com/connor-baer)! - Updated the `--cui-border-focus` color token to meet contrast requirements.

## 6.0.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup/design-tokens",
"version": "6.0.0",
"version": "6.1.0",
"description": "Visual primitives such as typography, color, and spacing that are shared across platforms.",
"main": "dist/cjs/index.js",
"module": "dist/es/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

## 2.0.2

### Patch Changes

- Updated dependencies [[`bd4e7ec0`](https://github.com/sumup-oss/circuit-ui/commit/bd4e7ec091a05e526b01f94dcce9d37265c659e7), [`bd4e7ec0`](https://github.com/sumup-oss/circuit-ui/commit/bd4e7ec091a05e526b01f94dcce9d37265c659e7), [`2f4fbaf6`](https://github.com/sumup-oss/circuit-ui/commit/2f4fbaf69b32cf36905dbf62bd6c28cb4e2d261d), [`2f4fbaf6`](https://github.com/sumup-oss/circuit-ui/commit/2f4fbaf69b32cf36905dbf62bd6c28cb4e2d261d), [`2f4fbaf6`](https://github.com/sumup-oss/circuit-ui/commit/2f4fbaf69b32cf36905dbf62bd6c28cb4e2d261d), [`6c536a27`](https://github.com/sumup-oss/circuit-ui/commit/6c536a27b661bd17b2b0c045de13dd2056db9b4d)]:
- @sumup/design-tokens@6.1.0
- @sumup/circuit-ui@7.3.0

## 2.0.1

### 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": "2.0.1",
"version": "2.0.2",
"private": true,
"sideEffects": false,
"type": "module",
Expand All @@ -17,8 +17,8 @@
"@remix-run/node": "^2.2.0",
"@remix-run/react": "^2.2.0",
"@remix-run/serve": "^2.2.0",
"@sumup/circuit-ui": "^7.2.0",
"@sumup/design-tokens": "^6.0.0",
"@sumup/circuit-ui": "^7.3.0",
"@sumup/design-tokens": "^6.1.0",
"@sumup/icons": "^3.3.0",
"@sumup/intl": "^1.6.0",
"isbot": "^3.7.0",
Expand Down

1 comment on commit 148a4dc

@vercel
Copy link

@vercel vercel bot commented on 148a4dc Nov 14, 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.