Skip to content

Commit

Permalink
Version Packages (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 13, 2021
1 parent 86b3eca commit 1ccc244
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 17 deletions.
7 changes: 0 additions & 7 deletions .changeset/soft-chairs-fly.md

This file was deleted.

6 changes: 6 additions & 0 deletions examples/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# bgdk-basic-example

## 1.0.4

### Patch Changes

- 86b3eca: fix: install storybook as a peer dep

## 1.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bgdk-basic-example",
"version": "1.0.3",
"version": "1.0.4",
"main": "index.js",
"author": "Eamon Hyland",
"license": "MIT",
Expand All @@ -15,14 +15,14 @@
"build-storybook": "build-storybook"
},
"devDependencies": {
"@bgdk/storybook": "^0.2.5",
"@bgdk/storybook": "^0.2.6",
"@storybook/addon-actions": "^6.4.9",
"@storybook/addon-essentials": "^6.4.9",
"@storybook/addon-links": "^6.4.9",
"@storybook/builder-webpack5": "^6.4.9",
"@storybook/manager-webpack5": "^6.4.9",
"@storybook/react": "^6.4.9",
"bgdk": "^0.3.1",
"bgdk": "^0.3.2",
"jest": "^27.4.4",
"ts-jest": "^27.1.1",
"typescript": "^4.5.3"
Expand Down
6 changes: 6 additions & 0 deletions packages/bgdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# bgdk

## 0.3.2

### Patch Changes

- 86b3eca: fix: install storybook as a peer dep

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bgdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bgdk",
"version": "0.3.1",
"version": "0.3.2",
"description": "Create React App for vanilla extract apps",
"files": [
"bin.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bgdk/storybook

## 0.2.6

### Patch Changes

- 86b3eca: fix: install storybook as a peer dep

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bgdk/storybook",
"version": "0.2.5",
"version": "0.2.6",
"description": "Storybook for bgdk apps",
"main": "dist/bgdk-storybook.cjs.js",
"files": [
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1ccc244

Please sign in to comment.