Skip to content

Commit

Permalink
chore(release): page 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# page 1.0.0 (2024-07-20)

* rename the `entries` function to `main` ([33737e5](33737e5))

### Features

* add @minissg/page ([1a59d6c](1a59d6c))
* add template/page ([d69e507](d69e507))

### Reverts

* Revert "move ModuleName to a separate file" ([2a9d9d7](2a9d9d7))

### BREAKING CHANGES

* The `entries` function has been renamed to `main`.
  Users must rename their `entries` functions by your hands.
  • Loading branch information
semantic-release-bot committed Jul 20, 2024
1 parent c2d391b commit 0c91954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/page/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@minissg/page",
"version": "1.0.0-next.1",
"version": "1.0.0",
"description": "simple page organization management for Minissg",
"homepage": "https://github.com/uenoB/minissg/tree/main/packages/page#readme",
"repository": {
Expand Down

0 comments on commit 0c91954

Please sign in to comment.