Skip to content

Commit

Permalink
Version Packages (#57)
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
1 parent c5094fe commit b78613b
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/lucky-jobs-sleep.md

This file was deleted.

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

## 1.2.0

## 1.1.1

### 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.1.1",
"version": "1.2.0",
"main": "index.js",
"author": "Eamon Hyland",
"license": "MIT",
Expand All @@ -15,14 +15,14 @@
"build-storybook": "build-storybook"
},
"devDependencies": {
"@bgdk/storybook": "^1.0.1",
"@bgdk/storybook": "^2.0.0",
"@storybook/addon-actions": "^6.5.6",
"@storybook/addon-essentials": "^6.5.6",
"@storybook/addon-links": "^6.5.6",
"@storybook/builder-webpack5": "^6.5.6",
"@storybook/manager-webpack5": "^6.5.6",
"@storybook/react": "^6.5.6",
"bgdk": "^0.4.1",
"bgdk": "^1.2.0",
"jest": "^28.1.0",
"typescript": "^4.7.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

## 1.2.0

### Minor Changes

- c5094fe: Support SPA client side routing

## 0.4.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.4.1",
"version": "1.2.0",
"description": "Create React App for vanilla extract apps",
"files": [
"bin.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-bgdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# create-bgdk

## 1.2.0

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-bgdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-bgdk",
"version": "0.1.1",
"version": "1.2.0",
"description": "Bootstrap apps with BGDK",
"main": "dist/create-bgdk.cjs.js",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @bgdk/storybook

## 2.0.0

### Patch Changes

- Updated dependencies [c5094fe]
- bgdk@1.2.0

## 1.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bgdk/storybook",
"version": "1.0.1",
"version": "2.0.0",
"description": "Storybook for bgdk apps",
"main": "dist/bgdk-storybook.cjs.js",
"files": [
Expand Down Expand Up @@ -30,10 +30,10 @@
"directory": "packages/storybook"
},
"devDependencies": {
"bgdk": "^0.4.1",
"bgdk": "^1.2.0",
"webpack": "^5.73.0"
},
"peerDependencies": {
"bgdk": "^0.4.1"
"bgdk": "^1.2.0"
}
}
6 changes: 3 additions & 3 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 b78613b

Please sign in to comment.