Skip to content

Commit e0000a1

Browse files
Version Packages (#2874)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2b0d27c commit e0000a1

File tree

9 files changed

+32
-13
lines changed

9 files changed

+32
-13
lines changed

.changeset/cuddly-lemons-rhyme.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/red-berries-beam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

codecov

27.4 MB
Binary file not shown.

codecov.SHA256SUM

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6173049febd47f2acfe2eedf7702d38b50111a6359614deab158979cd723babe codecov

codecov.SHA256SUM.sig

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
-----BEGIN PGP SIGNATURE-----
2+
3+
iQIzBAABCgAdFiEEJwNOf9uFDgu8LGL/gGuyiu13mGkFAmeQ3KEACgkQgGuyiu13
4+
mGmKIQ//ScpDnYa+WdJ2ewwRmdHKjfax1wj0OugUPP8TB1g+ZV/vx5VSRSIpp4Cu
5+
flv7LXm6htWq4bnHtdoB91CTEWLq2zxz6mlO8VTeX8wVq0HSjsvQRxwwGONiyW0Z
6+
9pu0LMeDUKOWQYK+3maEcl+kn1XAk98O4KtuTc+SX0DGo7YTWEMd60GqaRnLkgow
7+
hdd+nG/UgOIbtDcUKSVxR0s4PHzkzLMFkSf8luBGmZUARtEStnKTFvOq1paye0aV
8+
6PnFBm1CMzJtYMtuyyx4/49XlXjk3RIHUtIw0F5IEu88JDy/M7GCpNIr0b2ODVlk
9+
7m5tXXnmmKNqJjPD/cQoonwvoT5wkAG7zsYk7piTV9M/kJXkpRIpY5o3e4QDpP3v
10+
Iq8TpmMOS+aA0OwxzlWhkZA+gE61E/ZS5j2jbZWPyFKMAjrCLmo9f5kCWgjD/hIK
11+
W27F9FiZSvUN6Sn9SEJaT2e5WaliwkNwgD/DM0erpdbLZxqlChsoeDQN7XvsRH6b
12+
ZUraWZ5IS8C9MiTbx7JI/fCM7rcrlM28N6BDqfUYaYXbV46NSmX6GKHCxbjLpqVt
13+
nSBTARMAOhZylMZOBRCfjrtd+VEF/98fNBT/6oWusi4GBpEMtF90rM9EIwxWujpm
14+
qHyjvnUb8H/f18kHihr2DQXVova1lq0vwDv8sWQMfL/gY5PRhhs=
15+
=MuZr
16+
-----END PGP SIGNATURE-----

packages/circuit-ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sumup-oss/circuit-ui
22

3+
## 9.5.1
4+
5+
### Patch Changes
6+
7+
- [#2908](https://github.com/sumup-oss/circuit-ui/pull/2908) [`2b0d27c`](https://github.com/sumup-oss/circuit-ui/commit/2b0d27ca122f9659bb969b255835d28e84243244) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the Input component's red or yellow placeholder color when invalid or with a warning. Previously, the placeholder text could be confused for a user entered value.
8+
39
## 9.5.0
410

511
### Minor Changes

packages/circuit-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sumup-oss/circuit-ui",
3-
"version": "9.5.0",
3+
"version": "9.5.1",
44
"description": "SumUp's React UI component library",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -62,7 +62,7 @@
6262
"@emotion/jest": "^11.13.0",
6363
"@emotion/react": "^11.14.0",
6464
"@emotion/styled": "^11.14.0",
65-
"@sumup-oss/design-tokens": "^8.0.0",
65+
"@sumup-oss/design-tokens": "^8.1.0",
6666
"@sumup-oss/icons": "^5.3.0",
6767
"@sumup-oss/intl": "^3.1.0",
6868
"@testing-library/dom": "^10.4.0",

packages/design-tokens/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sumup-oss/design-tokens
22

3+
## 8.1.0
4+
5+
### Minor Changes
6+
7+
- [#2873](https://github.com/sumup-oss/circuit-ui/pull/2873) [`f7e1557`](https://github.com/sumup-oss/circuit-ui/commit/f7e1557edcafefb7fba4a355e655cd26db9d81c5) Thanks [@connor-baer](https://github.com/connor-baer)! - Updated the `--cui-fg-placeholder-*` color tokens to meet contrast requirements.
8+
39
## 8.0.1
410

511
### Patch Changes

packages/design-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sumup-oss/design-tokens",
3-
"version": "8.0.1",
3+
"version": "8.1.0",
44
"description": "Visual primitives such as typography, color, and spacing that are shared across platforms.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",

0 commit comments

Comments
 (0)