Skip to content

Commit

Permalink
chore(bump): v0.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
jyounce committed Jul 16, 2019
1 parent ccd4aa7 commit c62cccf
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.0.23](https://github.com/rapid-build-ui/rapid-build-ui.io/compare/v0.0.22...v0.0.23) (2019-07-16)


### Dependencies

* **bump:** all rb components ([bf3103f](https://github.com/rapid-build-ui/rapid-build-ui.io/commit/bf3103f))



## [0.0.22](https://github.com/rapid-build-ui/rapid-build-ui.io/compare/v0.0.21...v0.0.22) (2019-07-15)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rapid-build-ui-proj",
"version": "0.0.22",
"version": "0.0.23",
"description": "Rapid Build UI - Project",
"license": "MIT",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rapid-build-ui",
"version": "0.0.22",
"version": "0.0.23",
"description": "Rapid Build UI - Showcase Website",
"license": "MIT",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src/client/scripts/constants/versions-const.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* DO NOT MODIFY! (updated via: npm run bump)
****************/
angular.module('rapid-build').constant('VERSIONS', {
"showcase": "0.0.22"
"showcase": "0.0.23"
});
2 changes: 1 addition & 1 deletion src/server/package-lock.json

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

2 changes: 1 addition & 1 deletion src/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rapid-build-ui-server",
"version": "0.0.22",
"version": "0.0.23",
"description": "Rapid Build UI - Web Server",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit c62cccf

Please sign in to comment.