Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Mar 19, 2023
1 parent ea5fbdc commit 6b742e9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

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.

## [1.0.0-beta.0](https://github.com/stafyniaksacha/unplugin-fonts/compare/v0.7.0...v1.0.0-beta.0) (2023-03-19)


### ⚠ BREAKING CHANGES

* - rename virtual "virtual:fonts.css" to "unfonts.css"
- rename package "vite-plugin-fonts" to "unplugin-fonts"

### Features

* add astro component ([a31f167](https://github.com/stafyniaksacha/unplugin-fonts/commit/a31f16765e685cdcc37960f001d0ef1822b22e75))
* add custom font transformer ([05e339a](https://github.com/stafyniaksacha/unplugin-fonts/commit/05e339aa026e469d01a14a2334c3cb1bda2ac432))
* add fontsource font provider ([9cfa836](https://github.com/stafyniaksacha/unplugin-fonts/commit/9cfa8362d253053488c07bd10f4b323d682370b5))
* add fontsource provider ([e62f9c7](https://github.com/stafyniaksacha/unplugin-fonts/commit/e62f9c76e6a21b7957a3c22497496e1d79971904))
* add vitepress and sveltkit examples ([959914e](https://github.com/stafyniaksacha/unplugin-fonts/commit/959914e6beb36af9d82ac8b50a654fb02c0c8960))
* expose typescript declaration ([f3f2276](https://github.com/stafyniaksacha/unplugin-fonts/commit/f3f22766e9a95dd9c1518b329aeaa1c217e515dd))
* migrate plugin to unplugin ([5ae235a](https://github.com/stafyniaksacha/unplugin-fonts/commit/5ae235ac8db5b571634961c8ac85d1a5d6d333b7))


### Bug Fixes

* allow loading unfont.css with query ([9006d78](https://github.com/stafyniaksacha/unplugin-fonts/commit/9006d7820607adf96de1c14ad842c234ad6eb9f7))

## [0.7.0](https://github.com/stafyniaksacha/unplugin-fonts/compare/v0.6.0...v0.7.0) (2022-12-09)


Expand Down
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
{
"name": "unplugin-fonts",
"version": "0.7.0",
"version": "1.0.0-beta.0",
"description": "Universal Webfont loader",
"author": "stafyniaksacha",
"license": "MIT",
"repository": "stafyniaksacha/unplugin-fonts",
"keywords": ["fonts", "svelte", "nuxt", "vite", "vitepress", "astro-integration"],
"keywords": [
"fonts",
"svelte",
"nuxt",
"vite",
"vitepress",
"astro-integration"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 6b742e9

Please sign in to comment.