Skip to content

Commit

Permalink
v2.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWillCom committed Jul 25, 2024
1 parent 30cad68 commit 57560fc
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"mode": "pre",
"tag": "beta",
"initialVersions": {
"hexo-theme-cupertino": "1.0.0"
},
"changesets": [
"cuddly-wombats-do",
"famous-jobs-buy",
"gorgeous-pumas-count",
"long-humans-join",
"loud-lamps-cover",
"old-masks-complain",
"quick-zoos-notice",
"twenty-dolphins-chew",
"unlucky-suns-smile",
"wild-buses-join",
"wise-shirts-cry"
]
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# hexo-theme-cupertino

## 2.0.0-beta.0

### Major Changes

- 0fac982: Upgrade the structure of navigation and footer configuration, in order to allow configuring their items in an array.
- 0fac982: Fix incomplete config overwriting, arrays won't be merged now.
- 0fac982: Migrate from saved SVGs to icon packs.

### Minor Changes

- 0fac982: Translate all CSS to SCSS.
- 0fac982: Manually format EJS and add Prettier to format JS and SCSS.
- 0fac982: Remove unused i18n strings.
- 0fac982: Pack `post-list` as a `partial`.
- 0fac982: Refine navigation animation.
- 0fac982: Add Changesets for better changelog keeping.

### Patch Changes

- 30cad68: Make scroll reveal effects play only once.
- 0fac982: Remove wildcard transitions to avoid unexpected various transition durations.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-theme-cupertino",
"version": "1.0.0",
"version": "2.0.0-beta.0",
"description": "The Hexo Blog Theme Cupertino.",
"license": "MIT",
"repository": "MrWillCom/hexo-theme-cupertino",
Expand All @@ -22,5 +22,8 @@
"homepage": "https://cupertino.mrwillcom.com/",
"devDependencies": {
"@changesets/cli": "^2.27.7"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 57560fc

Please sign in to comment.