Skip to content

Commit

Permalink
v0.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Oct 25, 2023
1 parent 3f44f68 commit 0b61eb0
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 10 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,48 @@
## v0.17.4

[compare changes](https://github.com/Akryum/histoire/compare/v0.17.3...v0.17.4)


### 🚀 Enhancements

- **config:** Enable specifying path for histoire config file ([#612](https://github.com/Akryum/histoire/pull/612))
- Story stat counter ([#613](https://github.com/Akryum/histoire/pull/613))

### 🩹 Fixes

- HstColorSelect wrong name, fix #595 ([#595](https://github.com/Akryum/histoire/issues/595))
- **nuxt:** Disable nuxt app manifest ([#602](https://github.com/Akryum/histoire/pull/602))
- **nuxt:** Update nuxt version and disable devtools ([#611](https://github.com/Akryum/histoire/pull/611))
- Force display none for HstRadio ([#537](https://github.com/Akryum/histoire/pull/537), [#607](https://github.com/Akryum/histoire/pull/607))

### 📖 Documentation

- Fixed file extension in docs ([#618](https://github.com/Akryum/histoire/pull/618))

### 🏡 Chore

- **nuxt:** Temporarily move to `@ts-ignore` ([#609](https://github.com/Akryum/histoire/pull/609))

### ✅ Tests

- Update cypress ([f8e6326](https://github.com/Akryum/histoire/commit/f8e6326))
- Fix wrapper test ([967a6fb](https://github.com/Akryum/histoire/commit/967a6fb))
- Fix state test ([ea3006a](https://github.com/Akryum/histoire/commit/ea3006a))

### 🤖 CI

- Disable cypress video recording ([c060854](https://github.com/Akryum/histoire/commit/c060854))
- Don't try to upload videos artifacts ([b3831db](https://github.com/Akryum/histoire/commit/b3831db))
- Test sequentially for vite ecosystem ci ([dabdc35](https://github.com/Akryum/histoire/commit/dabdc35))

### ❤️ Contributors

- Ilya Artamonov <[email protected]>
- Soryn <[email protected]>
- Peter Budai <[email protected]>
- Daniel Roe <[email protected]>
- Guillaume Chau ([@Akryum](http://github.com/Akryum))

## v0.17.3

[compare changes](https://github.com/Akryum/histoire/compare/v0.17.2...v0.17.3)
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.3",
"version": "0.17.4",
"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.17.0",
"version": "0.17.4",
"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.17.0",
"version": "0.17.4",
"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.17.3",
"version": "0.17.4",
"description": "Histoire plugin to integrate with Nuxt 3",
"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.17.0",
"version": "0.17.4",
"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.17.1",
"version": "0.17.4",
"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.1",
"version": "0.17.4",
"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.17.0",
"version": "0.17.4",
"description": "Shared utilities for Histoire",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-vendors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/vendors",
"version": "0.17.0",
"version": "0.17.4",
"description": "Bundled vendors 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.17.2",
"version": "0.17.4",
"description": "A fast story book powered by Vite",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 0b61eb0

Please sign in to comment.