Skip to content

Commit f56ed46

Browse files
committed
chore(release): v1.0.0
1 parent f545f03 commit f56ed46

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Changelog
2+
3+
4+
## v1.0.0
5+
6+
7+
### 🚀 Enhancements
8+
9+
- Add support for nuxt 4 ([#6](https://github.com/drunomics/nuxt-component-preview/pull/6))
10+
- Add app-loader script to ease initializing nuxt ([#7](https://github.com/drunomics/nuxt-component-preview/pull/7))
11+
- Always set absolute CDN URL ([#9](https://github.com/drunomics/nuxt-component-preview/pull/9))
12+
13+
### 🩹 Fixes
14+
15+
- Fix linting issues ([0a7c8d3](https://github.com/drunomics/nuxt-component-preview/commit/0a7c8d3))
16+
- Remove not working badge ([3c6876e](https://github.com/drunomics/nuxt-component-preview/commit/3c6876e))
17+
- Resolving files in released package does not work ([d4801df](https://github.com/drunomics/nuxt-component-preview/commit/d4801df))
18+
- Module plugin needs to specify imports ([9789911](https://github.com/drunomics/nuxt-component-preview/commit/9789911))
19+
- Module components need to specify imports also ([7398a77](https://github.com/drunomics/nuxt-component-preview/commit/7398a77))
20+
21+
### 💅 Refactors
22+
23+
- Improve the API for rendering previews ([#8](https://github.com/drunomics/nuxt-component-preview/pull/8))
24+
25+
### 📖 Documentation
26+
27+
- Document how to release ([68a89aa](https://github.com/drunomics/nuxt-component-preview/commit/68a89aa))
28+
29+
### 🏡 Chore
30+
31+
- **release:** V1.0.1 ([a51631e](https://github.com/drunomics/nuxt-component-preview/commit/a51631e))
32+
- **relesae:** 1.0.0-alpha.2 ([d4b26f4](https://github.com/drunomics/nuxt-component-preview/commit/d4b26f4))
33+
- **release:** 1.0.0-alpha.3 ([f20d9a5](https://github.com/drunomics/nuxt-component-preview/commit/f20d9a5))
34+
- **release:** 1.0.0-alpha.4 ([d68bbbf](https://github.com/drunomics/nuxt-component-preview/commit/d68bbbf))
35+
36+
### ❤️ Contributors
37+
38+
- Wolfgang Ziegler ([@fago](https://github.com/fago))
39+
- Wolfgang Ziegler // Fago <[email protected]>
40+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-component-preview",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0",
44
"description": "A Nuxt module for component previewing functionality",
55
"repository": "drunomics/nuxt-component-preview",
66
"license": "MIT",

0 commit comments

Comments
 (0)