Skip to content

Commit 51f75b3

Browse files
committed
chore(release): v0.1.1
1 parent ac0e85b commit 51f75b3

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Changelog
2+
3+
4+
## v0.1.1
5+
6+
7+
### 🚀 Enhancements
8+
9+
- Add base button styles ([e2adaa3](https://github.com/Solant/vite-bundle-explorer/commit/e2adaa3))
10+
- Add switch ([cc7cfda](https://github.com/Solant/vite-bundle-explorer/commit/cc7cfda))
11+
- Add view toggle ([080f842](https://github.com/Solant/vite-bundle-explorer/commit/080f842))
12+
- Add imported by tooltip ([fa7191a](https://github.com/Solant/vite-bundle-explorer/commit/fa7191a))
13+
- Disable stats plugin in dev mode ([a48d2ef](https://github.com/Solant/vite-bundle-explorer/commit/a48d2ef))
14+
- Add graph view ([3be9d3a](https://github.com/Solant/vite-bundle-explorer/commit/3be9d3a))
15+
- Group dependency modules by library ([1f02bc6](https://github.com/Solant/vite-bundle-explorer/commit/1f02bc6))
16+
17+
### 🩹 Fixes
18+
19+
- Fix compact style view ([06067e0](https://github.com/Solant/vite-bundle-explorer/commit/06067e0))
20+
- Ui styles ([407fc8d](https://github.com/Solant/vite-bundle-explorer/commit/407fc8d))
21+
- Cherry-pick echarts modules ([d8c20bf](https://github.com/Solant/vite-bundle-explorer/commit/d8c20bf))
22+
23+
### 💅 Refactors
24+
25+
- Move charts initialization ([c8928ca](https://github.com/Solant/vite-bundle-explorer/commit/c8928ca))
26+
- Preparation for additional views ([19cb9d3](https://github.com/Solant/vite-bundle-explorer/commit/19cb9d3))
27+
- Migrate and organize BuildStats entities, enhance stats generation and usage ([d5e16e9](https://github.com/Solant/vite-bundle-explorer/commit/d5e16e9))
28+
- Modularize view options, remove ModuleFilter, and enhance graph configuration ([ea09121](https://github.com/Solant/vite-bundle-explorer/commit/ea09121))
29+
30+
### 🏡 Chore
31+
32+
- Cleanup before release ([f2e139f](https://github.com/Solant/vite-bundle-explorer/commit/f2e139f))
33+
- Add keywords ([a92f070](https://github.com/Solant/vite-bundle-explorer/commit/a92f070))
34+
- Add example.gif ([e2415f4](https://github.com/Solant/vite-bundle-explorer/commit/e2415f4))
35+
- Add preview ([f514345](https://github.com/Solant/vite-bundle-explorer/commit/f514345))
36+
- Update .gitignore ([e8cbb99](https://github.com/Solant/vite-bundle-explorer/commit/e8cbb99))
37+
- Add changelogen ([ac0e85b](https://github.com/Solant/vite-bundle-explorer/commit/ac0e85b))
38+
39+
### ❤️ Contributors
40+
41+
42+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-bundle-explorer",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"type": "module",
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)