Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
timhettler committed Feb 4, 2025
1 parent 3beabd1 commit 8fcff41
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/big-rabbits-push.md

This file was deleted.

8 changes: 8 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# app

## 0.1.1

### Patch Changes

- Updated dependencies [96574c9]
- @timhettler/radix-card@1.2.1
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
Expand Down
6 changes: 6 additions & 0 deletions lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @timhettler/radix-card

## 1.2.1

### Patch Changes

- 96574c9: Update all dependencies; in particular: @radix-ui/primitive 1.1.1 and React 19

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@timhettler/radix-card",
"version": "1.2.0",
"version": "1.2.1",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
9 changes: 9 additions & 0 deletions test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @timhettler/radix-card-test

## 0.0.2

### Patch Changes

- 96574c9: Update all dependencies; in particular: @radix-ui/primitive 1.1.1 and React 19
- Updated dependencies [96574c9]
- @timhettler/radix-card@1.2.1
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@timhettler/radix-card-test",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit 8fcff41

Please sign in to comment.