Skip to content

Commit 6b742e9

Browse files
chore(release): 1.0.0-beta.0
1 parent ea5fbdc commit 6b742e9

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
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+
## [1.0.0-beta.0](https://github.com/stafyniaksacha/unplugin-fonts/compare/v0.7.0...v1.0.0-beta.0) (2023-03-19)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* - rename virtual "virtual:fonts.css" to "unfonts.css"
11+
- rename package "vite-plugin-fonts" to "unplugin-fonts"
12+
13+
### Features
14+
15+
* add astro component ([a31f167](https://github.com/stafyniaksacha/unplugin-fonts/commit/a31f16765e685cdcc37960f001d0ef1822b22e75))
16+
* add custom font transformer ([05e339a](https://github.com/stafyniaksacha/unplugin-fonts/commit/05e339aa026e469d01a14a2334c3cb1bda2ac432))
17+
* add fontsource font provider ([9cfa836](https://github.com/stafyniaksacha/unplugin-fonts/commit/9cfa8362d253053488c07bd10f4b323d682370b5))
18+
* add fontsource provider ([e62f9c7](https://github.com/stafyniaksacha/unplugin-fonts/commit/e62f9c76e6a21b7957a3c22497496e1d79971904))
19+
* add vitepress and sveltkit examples ([959914e](https://github.com/stafyniaksacha/unplugin-fonts/commit/959914e6beb36af9d82ac8b50a654fb02c0c8960))
20+
* expose typescript declaration ([f3f2276](https://github.com/stafyniaksacha/unplugin-fonts/commit/f3f22766e9a95dd9c1518b329aeaa1c217e515dd))
21+
* migrate plugin to unplugin ([5ae235a](https://github.com/stafyniaksacha/unplugin-fonts/commit/5ae235ac8db5b571634961c8ac85d1a5d6d333b7))
22+
23+
24+
### Bug Fixes
25+
26+
* allow loading unfont.css with query ([9006d78](https://github.com/stafyniaksacha/unplugin-fonts/commit/9006d7820607adf96de1c14ad842c234ad6eb9f7))
27+
528
## [0.7.0](https://github.com/stafyniaksacha/unplugin-fonts/compare/v0.6.0...v0.7.0) (2022-12-09)
629

730

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
{
22
"name": "unplugin-fonts",
3-
"version": "0.7.0",
3+
"version": "1.0.0-beta.0",
44
"description": "Universal Webfont loader",
55
"author": "stafyniaksacha",
66
"license": "MIT",
77
"repository": "stafyniaksacha/unplugin-fonts",
8-
"keywords": ["fonts", "svelte", "nuxt", "vite", "vitepress", "astro-integration"],
8+
"keywords": [
9+
"fonts",
10+
"svelte",
11+
"nuxt",
12+
"vite",
13+
"vitepress",
14+
"astro-integration"
15+
],
916
"exports": {
1017
".": {
1118
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)