Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and KevinMind committed Nov 1, 2022
1 parent 1f52b3e commit 792d5e3
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-poets-clean.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/with-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react": "^17.0.1",
"react-dom": "^17.0.1",
"scripts": "*",
"@storybook-addon-faker/addon": "^0.4.0",
"@storybook-addon-faker/addon": "^0.5.0",
"@storybook-addon-faker/babel": "^0.3.1",
"tsconfig": "*",
"tsup": "^5.10.1",
Expand Down
7 changes: 7 additions & 0 deletions examples/with-manual-seed-story/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# with-manual-seed-story

## 0.0.6

### Patch Changes

- Updated dependencies [1f52b3e]
- @storybook-addon-faker/addon@0.5.0

## 0.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/with-manual-seed-story/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "with-manual-seed-story",
"version": "0.0.5",
"version": "0.0.6",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -17,7 +17,7 @@
"build-storybook": "build-storybook"
},
"dependencies": {
"@storybook-addon-faker/addon": "0.4.0"
"@storybook-addon-faker/addon": "0.5.0"
},
"devDependencies": {
"@faker-js/faker": "^7.5.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/addon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @storybook-addon-faker/addon

## 0.5.0

### Minor Changes

- 1f52b3e: remove addon code until solution is found, add webpack config to addon

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/addon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@storybook-addon-faker/addon",
"private": false,
"version": "0.4.0",
"version": "0.5.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 792d5e3

Please sign in to comment.