Skip to content

Commit

Permalink
[ci] release (#43)
Browse files Browse the repository at this point in the history
* [ci] release

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
yanthomasdev and github-actions[bot] authored Nov 5, 2023
1 parent 0c48cd6 commit 58e26b3
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/fuzzy-badgers-do.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/perfect-timers-float.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/vitepress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"vitepress": "1.0.0-rc.20"
},
"dependencies": {
"@lunariajs/core": "workspace:0.0.17"
"@lunariajs/core": "workspace:0.0.18"
}
}
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lunariajs/core

## 0.0.18

### Patch Changes

- 84cdc2c: Fix trailing slash issue in remote cloning
- 693a5b3: Improved "configuration not found" error

## 0.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lunariajs/core",
"type": "module",
"version": "0.0.17",
"version": "0.0.18",
"description": "Translation management system for open-source projects",
"types": "./dist/index.d.ts",
"bin": {
Expand Down
1 change: 1 addition & 0 deletions packages/create-lunaria/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# create-lunaria
2 changes: 1 addition & 1 deletion packages/create-lunaria/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-lunaria",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"bin": "./dist/create-lunaria.mjs",
"exports": {
".": "./dist/create-lunaria.mjs"
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 58e26b3

Please sign in to comment.