Skip to content

Commit 6af499e

Browse files
committed
chore(bump): v0.0.2
1 parent 11c76f2 commit 6af499e

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
# CHANGELOG
1+
## [0.0.2](https://github.com/rapid-build-ui/form-control/compare/v0.0.1...v0.0.2) (2018-09-14)
22

3-
⚒ Will be kept once official releases start.
3+
4+
### Dependency Updates
5+
6+
* **rb-base:** bump to v0.0.3 ([f29e36c](https://github.com/rapid-build-ui/form-control/commit/f29e36c))

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": "form-control-project",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"scripts": {
55
"build-continuous": "node node_modules/@rapid-build-ui/utils/ci component continuous",
66
"build-release": "node node_modules/@rapid-build-ui/utils/ci component release",

src/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rapid-build-ui/form-control",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"main": "scripts/form-control.js",
55
"description": "Rapid Build UI Web Components Mixin for all Form Controls: form-control",
66
"license": "MIT",

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": "form-control-server",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Rapid Build UI Web Component Server: form-control",
55
"license": "MIT",
66
"engines": {

0 commit comments

Comments
 (0)