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 Nov 13, 2023
1 parent b736ac7 commit dc2df2c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-apples-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-jokes-relax.md

This file was deleted.

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

## 1.0.0

### Major Changes

- [#2230](https://github.com/sumup-oss/circuit-ui/pull/2230) [`b736ac75`](https://github.com/sumup-oss/circuit-ui/commit/b736ac75fbc9eea54c4ff6758a94b5883c91373e) Thanks [@connor-baer](https://github.com/connor-baer)! - Added the first Circuit UI + Astro template.
2 changes: 1 addition & 1 deletion 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": "0.0.1",
"version": "1.0.0",
"private": true,
"sideEffects": false,
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/remix-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sumup/remix-template-circuit-ui

## 2.0.1

### Patch Changes

- [#2230](https://github.com/sumup-oss/circuit-ui/pull/2230) [`b736ac75`](https://github.com/sumup-oss/circuit-ui/commit/b736ac75fbc9eea54c4ff6758a94b5883c91373e) Thanks [@connor-baer](https://github.com/connor-baer)! - Configured CSS safe areas to prevent content overflow.

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "2.0.1",
"private": true,
"sideEffects": false,
"type": "module",
Expand Down

0 comments on commit dc2df2c

Please sign in to comment.