Skip to content

Commit

Permalink
v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Apr 14, 2023
1 parent 17c1347 commit 38f4d46
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 11 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## v0.16.1

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


### 🩹 Fixes

- **nuxt:** Add vite vue plugins if they are missing ([#517](https://github.com/Akryum/histoire/pull/517))
- Bump histoire dependencies to 0.16.0 ([84a027e](https://github.com/Akryum/histoire/commit/84a027e))

### 🏡 Chore

- Use workspace protocol more ([17c1347](https://github.com/Akryum/histoire/commit/17c1347))

### 🤖 CI

- Update release-tag job ([4e3cdee](https://github.com/Akryum/histoire/commit/4e3cdee))
- Allow manual release ([3512564](https://github.com/Akryum/histoire/commit/3512564))
- Update release-tag ([7510557](https://github.com/Akryum/histoire/commit/7510557))
- Fix netlify pnpm version ([1a1cc68](https://github.com/Akryum/histoire/commit/1a1cc68))

### ❤️ Contributors

- Guillaume Chau ([@Akryum](http://github.com/Akryum))
- Roel Van Hintum
- Daniel Roe <daniel@roe.dev>

## v0.16.0

[compare changes](https://github.com/Akryum/histoire/compare/v0.15.9...v0.16.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.16.0",
"version": "0.16.1",
"private": true,
"repository": {
"url": "https://github.com/Akryum/histoire.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/app",
"version": "0.16.0",
"version": "0.16.1",
"description": "Pre-bundled UI for Histoire",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-controls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/controls",
"version": "0.16.0",
"version": "0.16.1",
"description": "Prebuilt controls components",
"license": "MIT",
"author": {
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.0",
"version": "0.16.1",
"description": "Histoire plugin to integrate with Nuxt 3",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-percy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/plugin-percy",
"version": "0.16.0",
"version": "0.16.1",
"description": "Histoire plugin to take screenshots with Percy for visual regression testing",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-screenshot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/plugin-screenshot",
"version": "0.16.0",
"version": "0.16.1",
"description": "Histoire plugin to take screenshots for visual regression testing",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/plugin-svelte",
"version": "0.16.0",
"version": "0.16.1",
"description": "Histoire plugin for Svelte support",
"license": "MIT",
"author": {
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.16.0",
"version": "0.16.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.16.0",
"version": "0.16.1",
"description": "Histoire plugin for Vue.js 2 support",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/shared",
"version": "0.16.0",
"version": "0.16.1",
"description": "Shared utilities for Histoire",
"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.0",
"version": "0.16.1",
"description": "A fast story book powered by Vite",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 38f4d46

Please sign in to comment.