Skip to content

Commit

Permalink
chore(release): v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 5, 2024
1 parent 93ba15b commit efeb9c8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
# Changelog


## v0.10.3

[compare changes](https://github.com/nuxt/fonts/compare/v0.10.2...v0.10.3)

### 🩹 Fixes

- **devtools:** Re-broadcast all fonts when adding new ones ([#405](https://github.com/nuxt/fonts/pull/405))
- Parse nested CSS correctly ([#384](https://github.com/nuxt/fonts/pull/384))

### 📖 Documentation

- Add examples to local file lookup docs ([#398](https://github.com/nuxt/fonts/pull/398))
- Call out limited default font-weights ([#399](https://github.com/nuxt/fonts/pull/399))
- Update tailwind v4 example ([#410](https://github.com/nuxt/fonts/pull/410))

### 🏡 Chore

- **release:** V0.10.2 ([a7f0a7d](https://github.com/nuxt/fonts/commit/a7f0a7d))
- Default `bumpType` to patch in changelog script ([#402](https://github.com/nuxt/fonts/pull/402))

### ❤️ Contributors

- Max ([@onmax](http://github.com/onmax))
- Wayne Gibson ([@waynegibson](http://github.com/waynegibson))
- Rijk Van Zanten ([@rijkvanzanten](http://github.com/rijkvanzanten))
- Daniel Roe ([@danielroe](http://github.com/danielroe))

## v0.10.2

[compare changes](https://github.com/nuxt/fonts/compare/v0.10.1...v0.10.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/fonts",
"version": "0.10.2",
"version": "0.10.3",
"description": "Automatic font configuration for Nuxt apps",
"repository": {
"type": "git",
Expand Down

0 comments on commit efeb9c8

Please sign in to comment.