Skip to content

Commit

Permalink
v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Aug 23, 2023
1 parent 70415b4 commit f4d0be3
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v0.17.1

[compare changes](https://github.com/Akryum/histoire/compare/v0.17.0...v0.17.1)


### 🩹 Fixes

- **vue:** Reverse wrapper order to that wrapper added first is outside and added last is inside ([70415b4](https://github.com/Akryum/histoire/commit/70415b4))

### 🏡 Chore

- Example Color Selector being in Svelte 3 not Svelte 4 (fix: #583) ([#584](https://github.com/Akryum/histoire/pull/584), [#583](https://github.com/Akryum/histoire/issues/583))

### ❤️ Contributors

- Guillaume Chau ([@Akryum](http://github.com/Akryum))
- Michael Thomas

## v0.17.0

[compare changes](https://github.com/Akryum/histoire/compare/v0.16.5...v0.17.0)
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.17.0",
"version": "0.17.1",
"private": true,
"repository": {
"url": "https://github.com/Akryum/histoire.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/plugin-vue",
"version": "0.17.0",
"version": "0.17.1",
"description": "Histoire plugin for Vue.js support",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/plugin-vue2",
"version": "0.17.0",
"version": "0.17.1",
"description": "Histoire plugin for Vue.js 2 support",
"license": "MIT",
"author": {
Expand Down

0 comments on commit f4d0be3

Please sign in to comment.