Skip to content

Commit 1702033

Browse files
chore: Release 2026-04-02 07:09 (#89)
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-reactlynx@0.3.0 ### Minor Changes - Fix the `./theming` subpath export target and add top-level `main`/`module`/`types` fields for better TS/tooling compatibility. ([#88](#88)) ### Patch Changes - Include CHANGELOG.md. ([#88](#88)) - Updated dependencies \[[`75d564b`](75d564b)]: - @dugyu/luna-core@0.3.0 ## @dugyu/luna-core@0.3.0 ### Patch Changes - Include CHANGELOG.md. ([#88](#88)) ## @dugyu/luna-styles@0.3.0 ### Patch Changes - Include CHANGELOG.md. ([#88](#88)) ## @dugyu/luna-tailwind@0.3.0 ### Patch Changes - Depend on `@dugyu/luna-core` (runtime + types) so consumers can use the preset without missing-module errors. ([#88](#88)) - Include CHANGELOG.md. ([#88](#88)) - Updated dependencies \[[`75d564b`](75d564b)]: - @dugyu/luna-core@0.3.0 ## @dugyu/luna-tokens@0.3.0 ### Patch Changes - Use `satisfies` instead of explicit type annotations so dist declarations no longer import from `@dugyu/luna-core`. ([#88](#88)) - Include CHANGELOG.md. ([#88](#88)) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 75d564b commit 1702033

File tree

14 files changed

+49
-29
lines changed

14 files changed

+49
-29
lines changed

.changeset/fresh-taxis-look.md

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

.changeset/quiet-dots-rush.md

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

.changeset/sour-ads-chew.md

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

.changeset/tired-bees-count.md

Lines changed: 0 additions & 9 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.3.0
4+
5+
### Patch Changes
6+
7+
- Include CHANGELOG.md. ([#88](https://github.com/Dugyu/lunarium/pull/88))
8+
39
## 0.2.0
410

511
### Patch 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.2.0",
3+
"version": "0.3.0",
44
"description": "Core constants, types, and utilities for the L.U.N.A project",
55
"keywords": [
66
"luna",

packages/reactlynx/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- Fix the `./theming` subpath export target and add top-level `main`/`module`/`types` fields for better TS/tooling compatibility. ([#88](https://github.com/Dugyu/lunarium/pull/88))
8+
9+
### Patch Changes
10+
11+
- Include CHANGELOG.md. ([#88](https://github.com/Dugyu/lunarium/pull/88))
12+
13+
- Updated dependencies [[`75d564b`](https://github.com/Dugyu/lunarium/commit/75d564ba2bb8c2b2803d85569cf75ddec6e0f341)]:
14+
- @dugyu/luna-core@0.3.0
15+
316
## 0.2.0
417

518
### Minor Changes

packages/reactlynx/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-reactlynx",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Reactlynx theming primitives (provider/hooks) and optional runtime wrappers 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.3.0
4+
5+
### Patch Changes
6+
7+
- Include CHANGELOG.md. ([#88](https://github.com/Dugyu/lunarium/pull/88))
8+
39
## 0.2.0
410

511
### Patch 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.2.0",
3+
"version": "0.3.0",
44
"description": "CSS theme variables for the L.U.N.A project",
55
"keywords": [
66
"luna",

0 commit comments

Comments
 (0)