Skip to content

Commit a735d7a

Browse files
committed
v0.1.2
1 parent 3103219 commit a735d7a

File tree

8 files changed

+47
-4
lines changed

8 files changed

+47
-4
lines changed

Diff for: CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.1.2](https://github.com/robot-ux/bna/compare/v0.3.0...v0.1.2) (2021-04-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **bna:** add README.md ([ccc7bfe](https://github.com/robot-ux/bna/commit/ccc7bfe7ea5249968c745da3697cc1067a0e7d5b))
12+
* **bna:** release ([3103219](https://github.com/robot-ux/bna/commit/31032194cb60f6b8f5060076eb26fce73fd88b35))
13+
* **bna:** release ([cb56f52](https://github.com/robot-ux/bna/commit/cb56f5281eb757fdbaeefca6e5b90794e2a8b15b))
14+
* **bna:** release job ([2c141d0](https://github.com/robot-ux/bna/commit/2c141d03244aafa525635f62b21d759336897eac))
15+
* **next:** release job ([4488d4f](https://github.com/robot-ux/bna/commit/4488d4f183e5f59f017d48caf4c1e8cb506d02b9))

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages/*"
44
],
55
"useWorkspaces": true,
6-
"version": "0.1.1",
6+
"version": "0.1.2",
77
"npmClient": "yarn",
88
"command": {
99
"run": {

Diff for: packages/cra/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.1.2](https://github.com/robot-ux/bna/compare/v0.3.0...v0.1.2) (2021-04-28)
7+
8+
**Note:** Version bump only for package @bna/cra

Diff for: packages/cra/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bna/cra",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"main": "index.js",
66
"license": "MIT",

Diff for: packages/generators/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.1.2](https://github.com/robot-ux/bna/compare/v0.3.0...v0.1.2) (2021-04-28)
7+
8+
**Note:** Version bump only for package @bna/generator

Diff for: packages/generators/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bna/generator",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"main": "index.js",
55
"license": "MIT",
66
"bin": {

Diff for: packages/next/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.1.2](https://github.com/robot-ux/bna/compare/v0.3.0...v0.1.2) (2021-04-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **bna:** add README.md ([ccc7bfe](https://github.com/robot-ux/bna/commit/ccc7bfe7ea5249968c745da3697cc1067a0e7d5b))
12+
* **next:** release job ([4488d4f](https://github.com/robot-ux/bna/commit/4488d4f183e5f59f017d48caf4c1e8cb506d02b9))

Diff for: packages/next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bna/next",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "A simple wrapper for Next App",
55
"author": "robox-ux",
66
"bin": {

0 commit comments

Comments
 (0)