Skip to content

Commit 0f5b0b1

Browse files
committed
chore(bump): v0.0.22
1 parent 01c7882 commit 0f5b0b1

File tree

7 files changed

+15
-6
lines changed

7 files changed

+15
-6
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.0.22](https://github.com/rapid-build-ui/rapid-build-ui.io/compare/v0.0.21...v0.0.22) (2019-07-15)
2+
3+
4+
### Bug Fixes
5+
6+
* **misspelling:** on homepage ([a8f00fc](https://github.com/rapid-build-ui/rapid-build-ui.io/commit/a8f00fc))
7+
8+
9+
110
## [0.0.21](https://github.com/rapid-build-ui/rapid-build-ui.io/compare/v0.0.20...v0.0.21) (2019-07-12)
211

312

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rapid-build-ui-proj",
3-
"version": "0.0.21",
3+
"version": "0.0.22",
44
"description": "Rapid Build UI - Project",
55
"license": "MIT",
66
"engines": {

src/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rapid-build-ui",
3-
"version": "0.0.21",
3+
"version": "0.0.22",
44
"description": "Rapid Build UI - Showcase Website",
55
"license": "MIT",
66
"engines": {
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* DO NOT MODIFY! (updated via: npm run bump)
22
****************/
33
angular.module('rapid-build').constant('VERSIONS', {
4-
"showcase": "0.0.21"
4+
"showcase": "0.0.22"
55
});

src/server/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rapid-build-ui-server",
3-
"version": "0.0.21",
3+
"version": "0.0.22",
44
"description": "Rapid Build UI - Web Server",
55
"license": "MIT",
66
"engines": {

0 commit comments

Comments
 (0)