Skip to content

Commit

Permalink
chore(release): v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Jul 12, 2024
1 parent 7ecb586 commit 5f48a02
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
# Changelog


## v0.1.0

[compare changes](https://github.com/kingyue737/nuxt-echarts/compare/v0.0.11...v0.1.0)

### 🚀 Enhancements

- ⚠️ Use normal component instead of client-only when ssr is turned off ([0b7d7ed](https://github.com/kingyue737/nuxt-echarts/commit/0b7d7ed))
- Directly resolve VChartServer as server halve of VChart ([7ecb586](https://github.com/kingyue737/nuxt-echarts/commit/7ecb586))

### 🩹 Fixes

- VChartIsland ref template type ([38efe23](https://github.com/kingyue737/nuxt-echarts/commit/38efe23))
- Remove extension from resolve ([67e1ebc](https://github.com/kingyue737/nuxt-echarts/commit/67e1ebc))

### 📖 Documentation

- Fix og image type ([724a439](https://github.com/kingyue737/nuxt-echarts/commit/724a439))

### 🏡 Chore

- Up deps ([b29ac57](https://github.com/kingyue737/nuxt-echarts/commit/b29ac57))
- Up deps ([657702d](https://github.com/kingyue737/nuxt-echarts/commit/657702d))
- Add event example in playground ([211ddc7](https://github.com/kingyue737/nuxt-echarts/commit/211ddc7))
- Add nightly release script ([dc84ccf](https://github.com/kingyue737/nuxt-echarts/commit/dc84ccf))

#### ⚠️ Breaking Changes

- ⚠️ Use normal component instead of client-only when ssr is turned off ([0b7d7ed](https://github.com/kingyue737/nuxt-echarts/commit/0b7d7ed))

### ❤️ Contributors

- Yue JIN <[email protected]>

## v0.0.11

[compare changes](https://github.com/kingyue737/nuxt-echarts/compare/v0.0.10...v0.0.11)
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-echarts",
"version": "0.0.11",
"version": "0.1.0",
"description": "Nuxt Module for Apache ECharts™",
"keywords": [
"vue",
Expand Down

0 comments on commit 5f48a02

Please sign in to comment.