Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 25, 2024
1 parent 27cea57 commit a6e1353
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-mirrors-punch.md

This file was deleted.

6 changes: 6 additions & 0 deletions lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# bright

## 0.8.6

### Patch Changes

- 27cea57: Add react 19 as peer dep

## 0.8.5

### Patch 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": "bright",
"version": "0.8.5",
"version": "0.8.6",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# bright-web

## 0.3.21

### Patch Changes

- Updated dependencies [27cea57]
- [email protected]

## 0.3.20

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "bright-web",
"private": true,
"version": "0.3.20",
"version": "0.3.21",
"dependencies": {
"@mdx-js/react": "2.3.0",
"@next/font": "13.4.10",
"@next/mdx": "13.4.10",
"@radix-ui/react-icons": "^1.1.1",
"@radix-ui/react-tabs": "^1.0.2",
"bright": "0.8.5",
"bright": "0.8.6",
"diff": "^5.1.0",
"next": "13.4.10",
"raw-loader": "^4.0.2",
Expand Down

0 comments on commit a6e1353

Please sign in to comment.