Skip to content

Commit c62cccf

Browse files
committed
chore(bump): v0.0.23
1 parent ccd4aa7 commit c62cccf

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.23](https://github.com/rapid-build-ui/rapid-build-ui.io/compare/v0.0.22...v0.0.23) (2019-07-16)
2+
3+
4+
### Dependencies
5+
6+
* **bump:** all rb components ([bf3103f](https://github.com/rapid-build-ui/rapid-build-ui.io/commit/bf3103f))
7+
8+
9+
110
## [0.0.22](https://github.com/rapid-build-ui/rapid-build-ui.io/compare/v0.0.21...v0.0.22) (2019-07-15)
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.22",
3+
"version": "0.0.23",
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.22",
3+
"version": "0.0.23",
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.22"
4+
"showcase": "0.0.23"
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.22",
3+
"version": "0.0.23",
44
"description": "Rapid Build UI - Web Server",
55
"license": "MIT",
66
"engines": {

0 commit comments

Comments
 (0)