From 85a41fb168843c1a3435ee91c89895c19f78a300 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 12 Aug 2024 20:51:02 +0100 Subject: [PATCH] chore(release): v0.7.2 --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18dab64..5963beb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,45 @@ # Changelog +## v0.7.2 + +[compare changes](https://github.com/nuxt/fonts/compare/v0.7.1...v0.7.2) + +### 🔥 Performance + +- **local:** Use `tinyglobby` to scan font files ([#205](https://github.com/nuxt/fonts/pull/205)) + +### 🩹 Fixes + +- Apply `-` replacement to filename ([d83aa0d](https://github.com/nuxt/fonts/commit/d83aa0d)) +- **adobe:** Use provided `css_names` from API ([#192](https://github.com/nuxt/fonts/pull/192)) +- **fontsource:** Use `/variable` endpoint for retrieving variable axes ([#196](https://github.com/nuxt/fonts/pull/196)) + +### 📖 Documentation + +- Fix link to how it works ([#197](https://github.com/nuxt/fonts/pull/197)) +- Update carbon abs ([7b61b15](https://github.com/nuxt/fonts/commit/7b61b15)) +- Improvements ([9dab0a3](https://github.com/nuxt/fonts/commit/9dab0a3)) +- Update social og image ([2991df2](https://github.com/nuxt/fonts/commit/2991df2)) +- Fix open an issue link on installation page ([#206](https://github.com/nuxt/fonts/pull/206)) + +### 🏡 Chore + +- Lint ([dabc1ce](https://github.com/nuxt/fonts/commit/dabc1ce)) + +### ✅ Tests + +- Update snapshots ([5bc9ae6](https://github.com/nuxt/fonts/commit/5bc9ae6)) + +### ❤️ Contributors + +- Ben McCann ([@benmccann](http://github.com/benmccann)) +- Kethan Vegunta ([@kethan1](http://github.com/kethan1)) +- Daniel Roe ([@danielroe](http://github.com/danielroe)) +- Sébastien Chopin ([@atinux](http://github.com/atinux)) +- Tom Tang ([@qwerzl](http://github.com/qwerzl)) +- Michel EDIGHOFFER + ## v0.7.1 [compare changes](https://github.com/nuxt/fonts/compare/v0.7.0...v0.7.1) diff --git a/package.json b/package.json index fb54528..dc43099 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/fonts", - "version": "0.7.1", + "version": "0.7.2", "description": "Automatic font configuration for Nuxt apps", "repository": { "type": "git",