Skip to content

Commit

Permalink
v0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jun 13, 2023
1 parent 6c4e4c7 commit 7b4411f
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 3 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
## v0.16.2

[compare changes](https://github.com/Akryum/histoire/compare/v0.16.1...v0.16.2)


### 🚀 Enhancements

- Tailwind tokens support opacity modifier syntax color ([#526](https://github.com/Akryum/histoire/pull/526), [#525](https://github.com/Akryum/histoire/pull/525))

### 🩹 Fixes

- Vite mergeConfig doesn't accept callback params ([dcd5d9f](https://github.com/Akryum/histoire/commit/dcd5d9f))

### 💅 Refactors

- More readable code for tree config ([#539](https://github.com/Akryum/histoire/pull/539))

### 📖 Documentation

- **config:** Add info about ionic binary files error ([#540](https://github.com/Akryum/histoire/pull/540))

### 🏡 Chore

- Update to pnpm 8.6 ([6c4e4c7](https://github.com/Akryum/histoire/commit/6c4e4c7))

### 🤖 CI

- Update release-tag action ([4bbaddb](https://github.com/Akryum/histoire/commit/4bbaddb))
- Fix ci with vite 4.3 ([9209381](https://github.com/Akryum/histoire/commit/9209381))

### ❤️ Contributors

- Guillaume Chau ([@Akryum](http://github.com/Akryum))
- SerKo
- Reslear <reslear@gmail.com>

## v0.16.1

[compare changes](https://github.com/Akryum/histoire/compare/v0.16.0...v0.16.1)
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": "histoire-monorepo",
"version": "0.16.1",
"version": "0.16.2",
"private": true,
"repository": {
"url": "https://github.com/Akryum/histoire.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/plugin-nuxt",
"version": "0.16.1",
"version": "0.16.2",
"description": "Histoire plugin to integrate with Nuxt 3",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "histoire",
"version": "0.16.1",
"version": "0.16.2",
"description": "A fast story book powered by Vite",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 7b4411f

Please sign in to comment.