Skip to content

Commit

Permalink
chore(release): publish 🎉
Browse files Browse the repository at this point in the history
 - @alfheim/[email protected]
 - @alfheim/[email protected]
 - @alfheim/[email protected]
  • Loading branch information
Build committed Feb 25, 2020
1 parent 293bf04 commit 347f1f0
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.7](https://github.com/Nasdaq/alfheim/compare/@alfheim/[email protected]...@alfheim/[email protected]) (2020-02-25)

**Note:** Version bump only for package @alfheim/cli





## [0.2.6](https://github.com/Nasdaq/alfheim/compare/@alfheim/[email protected]...@alfheim/[email protected]) (2020-02-19)

**Note:** Version bump only for package @alfheim/cli
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfheim/cli",
"version": "0.2.6",
"version": "0.2.7",
"description": "CLI to manage alfheim infrastructure",
"bin": {
"alfheim": "./index.js"
Expand All @@ -17,7 +17,7 @@
"start": "yo"
},
"dependencies": {
"@alfheim/generator-nef-component": "^0.4.2",
"@alfheim/generator-nef-component": "^0.4.3",
"chalk": "^2.4.2",
"cross-spawn": "^6.0.5",
"meow": "^6.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/generator-nef-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.3](https://github.com/Nasdaq/alfheim/compare/@alfheim/[email protected]...@alfheim/[email protected]) (2020-02-25)

**Note:** Version bump only for package @alfheim/generator-nef-component





## [0.4.2](https://github.com/Nasdaq/alfheim/compare/@alfheim/[email protected]...@alfheim/[email protected]) (2020-02-19)

**Note:** Version bump only for package @alfheim/generator-nef-component
Expand Down
4 changes: 2 additions & 2 deletions packages/generator-nef-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfheim/generator-nef-component",
"version": "0.4.2",
"version": "0.4.3",
"description": "Yeoman generator for basic NEF component",
"files": [
"app"
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@alfheim/generator-nef-index": "^0.3.2",
"@alfheim/generator-nef-readme": "^0.3.2",
"@alfheim/generator-nef-stories": "^0.4.3",
"@alfheim/generator-nef-stories": "^0.5.0",
"@alfheim/generator-nef-tests": "^0.3.2",
"yeoman-generator": "^4.0.1"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/generator-nef-stories/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/Nasdaq/alfheim/compare/@alfheim/[email protected]...@alfheim/[email protected]) (2020-02-25)


### Features

* transition `generator-nef-stories` to use CSF syntax ([#28](https://github.com/Nasdaq/alfheim/issues/28)) ([293bf04](https://github.com/Nasdaq/alfheim/commit/293bf04))





## [0.4.3](https://github.com/Nasdaq/alfheim/compare/@alfheim/[email protected]...@alfheim/[email protected]) (2020-02-19)

**Note:** Version bump only for package @alfheim/generator-nef-stories
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-nef-stories/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfheim/generator-nef-stories",
"version": "0.4.3",
"version": "0.5.0",
"description": "Yeoman generator for basic NEF component stories for Storybook",
"files": [
"app"
Expand Down

0 comments on commit 347f1f0

Please sign in to comment.