Skip to content

Commit 88a1788

Browse files
chore: Release 2026-04-01 03:23 (#85)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action to publish automatically](https://github.com/changesets/action#with-publishing). If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @dugyu/luna-core@0.1.1 ### Patch Changes - Correct npm package homepage. ([#84](#84)) ## @dugyu/luna-styles@0.1.1 ### Patch Changes - Correct npm package homepage. ([#84](#84)) ## @dugyu/luna-tailwind@0.1.1 ### Patch Changes - Correct npm package homepage. ([#84](#84)) ## @dugyu/luna-tokens@0.1.1 ### Patch Changes - Correct npm package homepage. ([#84](#84)) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e22aad2 commit 88a1788

9 files changed

Lines changed: 28 additions & 12 deletions

File tree

.changeset/three-singers-fetch.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @dugyu/luna-core
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Correct npm package homepage. ([#84](https://github.com/Dugyu/lunarium/pull/84))
8+
39
## 0.1.0
410

511
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dugyu/luna-core",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Core constants, types, and utilities for the L.U.N.A project",
55
"keywords": [
66
"luna",

packages/styles/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @dugyu/luna-styles
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Correct npm package homepage. ([#84](https://github.com/Dugyu/lunarium/pull/84))
8+
39
## 0.1.0
410

511
### Minor Changes

packages/styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dugyu/luna-styles",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "CSS theme variables for the L.U.N.A project",
55
"keywords": [
66
"luna",

packages/tailwind/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @dugyu/luna-tailwind
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Correct npm package homepage. ([#84](https://github.com/Dugyu/lunarium/pull/84))
8+
39
## 0.1.0
410

511
### Minor Changes

packages/tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dugyu/luna-tailwind",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "TailwindCSS preset for the L.U.N.A project",
55
"keywords": [
66
"luna",

packages/tokens/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @dugyu/luna-tokens
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Correct npm package homepage. ([#84](https://github.com/Dugyu/lunarium/pull/84))
8+
39
## 0.1.0
410

511
### Minor Changes

packages/tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dugyu/luna-tokens",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Design tokens for the L.U.N.A project",
55
"keywords": [
66
"luna",

0 commit comments

Comments
 (0)