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 Feb 13, 2023
1 parent 5053678 commit 0c906d2
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/yellow-snakes-serve.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

## 0.4.0

### Minor Changes

- 5053678: Add more theme colors

## 0.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/dist/index.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/dist/index.esm.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ async function readJSON(folder, filename) {
}

// this will be replaced at build time with the version from package json
const LIGHTER_VERSION = "0.3.4";
const LIGHTER_VERSION = "0.4.0";
// endpoints:
// grammars?lang=${langId}
// theme?name=${name}
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": "@code-hike/lighter",
"version": "0.3.4",
"version": "0.4.0",
"license": "MIT",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.mjs",
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.22

### Patch Changes

- Updated dependencies [5053678]
- @code-hike/lighter@0.4.0

## 0.1.21

### 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.21",
"version": "0.1.22",
"dependencies": {
"@code-hike/lighter": "0.3.4"
"@code-hike/lighter": "0.4.0"
}
}
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.22

### Patch Changes

- Updated dependencies [5053678]
- @code-hike/lighter@0.4.0

## 0.1.21

### 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.21",
"version": "0.1.22",
"name": "lighter-web",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@code-hike/lighter": "0.3.4",
"@code-hike/lighter": "0.4.0",
"next": "^13.0.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down

1 comment on commit 0c906d2

@vercel
Copy link

@vercel vercel bot commented on 0c906d2 Feb 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lighter – ./

lighter.codehike.org
lighter-git-main-codehike.vercel.app
lighter-codehike.vercel.app

Please sign in to comment.