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 Mar 12, 2024
1 parent 757aec8 commit 9552582
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-cycles-admire.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.5

### Patch Changes

- bbe97c3: Fix usage with overriden code element

## 0.8.4

### 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.4",
"version": "0.8.5",
"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.20

### Patch Changes

- Updated dependencies [bbe97c3]
- [email protected]

## 0.3.19

### 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.19",
"version": "0.3.20",
"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.4",
"bright": "0.8.5",
"diff": "^5.1.0",
"next": "13.4.10",
"raw-loader": "^4.0.2",
Expand Down

0 comments on commit 9552582

Please sign in to comment.