Skip to content

Commit

Permalink
Version Packages (#2345)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
connor-baer and github-actions[bot] authored Dec 14, 2023
1 parent e0fa9ef commit 6a2ea29
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/three-students-crash.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/astro-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@astrojs/react": "^3.0.4",
"@sumup/circuit-ui": "^7.5.0",
"@sumup/circuit-ui": "^7.6.0",
"@sumup/design-tokens": "^6.1.0",
"@sumup/icons": "^3.3.0",
"@sumup/intl": "^1.6.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/circuit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sumup/circuit-ui

## 7.6.0

### Minor Changes

- [#2344](https://github.com/sumup-oss/circuit-ui/pull/2344) [`e0fa9ef4`](https://github.com/sumup-oss/circuit-ui/commit/e0fa9ef42ef1e5893e71ada04c2b44fa2fbeaac8) Thanks [@connor-baer](https://github.com/connor-baer)! - Added support for rendering the Tag component as an anchor (`a`) element when passed the `href` prop.

## 7.5.2

### Patch 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": "7.5.2",
"version": "7.6.0",
"description": "SumUp's React UI component library",
"type": "module",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/cna-template/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@next/bundle-analyzer": "^13.4.0",
"@sumup/circuit-ui": "^7.5.0",
"@sumup/circuit-ui": "^7.6.0",
"@sumup/design-tokens": "^6.1.0",
"@sumup/icons": "^3.0.0",
"@sumup/intl": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@remix-run/node": "^2.2.0",
"@remix-run/react": "^2.2.0",
"@remix-run/serve": "^2.2.0",
"@sumup/circuit-ui": "^7.5.0",
"@sumup/circuit-ui": "^7.6.0",
"@sumup/design-tokens": "^6.1.0",
"@sumup/icons": "^3.3.0",
"@sumup/intl": "^1.6.0",
Expand Down

1 comment on commit 6a2ea29

@vercel
Copy link

@vercel vercel bot commented on 6a2ea29 Dec 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.