Skip to content

Commit

Permalink
[ci] release (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
yanthomasdev and github-actions[bot] authored Apr 2, 2024
1 parent 4ab0efa commit d579cc9
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-parrots-relax.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.31"
"@lunariajs/core": "workspace:0.0.32"
}
}
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lunariajs/core

## 0.0.32

### Patch Changes

- 4ab0efa: Include commit hash in localization status data

## 0.0.31

### 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.31",
"version": "0.0.32",
"description": "Localization management system for open-source projects",
"types": "./dist/index.d.mts",
"bin": {
Expand Down
7 changes: 7 additions & 0 deletions packages/starlight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lunariajs/starlight

## 0.0.6

### Patch Changes

- Updated dependencies [4ab0efa]
- @lunariajs/core@0.0.32

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/starlight/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lunariajs/starlight",
"type": "module",
"version": "0.0.5",
"version": "0.0.6",
"description": "Lunaria integration for the Starlight documentation theme for Astro",
"exports": {
".": "./src/index.ts",
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 d579cc9

Please sign in to comment.