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 6, 2022
1 parent 1e9df58 commit 668515a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-coins-run.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/with-typescript-node-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# with-typescript-node-api

## 0.0.8

### Patch Changes

- Updated dependencies [1e9df58]
- @storybook-addon-faker/addon@0.5.2

## 0.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/with-typescript-node-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "with-typescript-node-api",
"version": "0.0.7",
"version": "0.0.8",
"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.5.1"
"@storybook-addon-faker/addon": "0.5.2"
},
"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.2

### Patch Changes

- 1e9df58: add to storybook catalog

## 0.5.1

### Patch 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.5.1",
"version": "0.5.2",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 668515a

Please sign in to comment.