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 Oct 17, 2024
1 parent b285910 commit 581b87f
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-rings-shout.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 @@
# @code-hike/lighter

## 1.0.1

### Patch Changes

- b285910: Add `colorScheme` to style

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@code-hike/lighter",
"type": "module",
"version": "1.0.0",
"version": "1.0.1",
"description": "Code Hike's syntax highlighter",
"license": "MIT",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# lighter-test

## 0.1.49

### Patch Changes

- Updated dependencies [b285910]
- @code-hike/lighter@1.0.1

## 0.1.48

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "lighter-test",
"private": true,
"type": "module",
"version": "0.1.48",
"version": "0.1.49",
"dependencies": {
"@code-hike/lighter": "1.0.0"
"@code-hike/lighter": "1.0.1"
}
}
7 changes: 7 additions & 0 deletions web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# lighter-web

## 0.1.49

### Patch Changes

- Updated dependencies [b285910]
- @code-hike/lighter@1.0.1

## 0.1.48

### 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 @@
{
"private": "true",
"version": "0.1.48",
"version": "0.1.49",
"name": "lighter-web",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@code-hike/lighter": "1.0.0",
"@code-hike/lighter": "1.0.1",
"next": "13.4.10",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down

0 comments on commit 581b87f

Please sign in to comment.