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 17, 2022
1 parent 5427a9a commit 4202ff0
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/kind-pumas-own.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.10

### Patch Changes

- Updated dependencies [5427a9a]
- @storybook-addon-faker/addon@0.5.4

## 0.0.9

### 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.9",
"version": "0.0.10",
"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.3"
"@storybook-addon-faker/addon": "0.5.4"
},
"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.4

### Patch Changes

- 5427a9a: add readme sync to ensure docs are on npm page

## 0.5.3

### 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.3",
"version": "0.5.4",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/babel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# (Sun Oct 30 2022)

## 0.3.2

### Patch Changes

- 5427a9a: add readme sync to ensure docs are on npm page

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook-addon-faker/babel",
"version": "0.3.1",
"version": "0.3.2",
"private": false,
"main": "./dist/index.js",
"sideEffects": false,
Expand Down

0 comments on commit 4202ff0

Please sign in to comment.