Skip to content

Commit 076d8e6

Browse files
Merge branch 'main' of github.com:cssninjaStudio/fresh
2 parents c002955 + b3ba613 commit 076d8e6

File tree

4 files changed

+244
-144
lines changed

4 files changed

+244
-144
lines changed

.npmrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
strict-peer-dependencies=false
33
legacy-peer-deps=true
44
# Force pnpm to install all deep dependencies in node_modules
5-
shamefully-hoist=true
5+
shamefully-hoist=true
6+
# Use v6 lockfile format
7+
use-lockfile-v6=true

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [5.1.0](https://github.com/cssninjaStudio/fresh/compare/v5.0.0...v5.1.0) (2023-05-03)
6+
7+
8+
### Features
9+
10+
* upgrade to astro 2 + add unplugin-fonts ([5163871](https://github.com/cssninjaStudio/fresh/commit/51638718e2b27a8ffb0852820adaf5d3c0d676b1))
11+
512
## [5.0.0](https://github.com/cssninjaStudio/fresh/compare/v4.1.0...v5.0.0) (2023-01-06)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fresh",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "Fresh - Bulma + Alpine JS landing page",
55
"type": "module",
66
"private": true,

0 commit comments

Comments
 (0)