Skip to content

Commit

Permalink
[ci] release (#148)
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 Jun 21, 2024
1 parent 30ecd70 commit 0795a25
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 46 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-tomatoes-reflect.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.1.0"
"@lunariajs/core": "workspace:0.1.1"
}
}
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.1.1

### Patch Changes

- [#147](https://github.com/yanthomasdev/lunaria/pull/147) [`30ecd70`](https://github.com/yanthomasdev/lunaria/commit/30ecd7027209eb466c326d5d05972d2a5ed174a4) Thanks [@yanthomasdev](https://github.com/yanthomasdev)! - Fix source history incorrect listing

## 0.1.0

### Minor 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.1.0",
"version": "0.1.1",
"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.1.1

### Patch Changes

- Updated dependencies [[`30ecd70`](https://github.com/yanthomasdev/lunaria/commit/30ecd7027209eb466c326d5d05972d2a5ed174a4)]:
- @lunariajs/core@0.1.1

## 0.1.0

### Minor 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.1.0",
"version": "0.1.1",
"description": "Lunaria integration for the Starlight documentation theme for Astro",
"exports": {
".": "./src/index.ts",
Expand Down
67 changes: 29 additions & 38 deletions pnpm-lock.yaml

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

0 comments on commit 0795a25

Please sign in to comment.