Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit 73d1daa

Browse files
committed
chore(release): 0.1.0
1 parent 7608fd8 commit 73d1daa

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="0.1.0"></a>
6+
# [0.1.0](https://github.com/smooth-code/smooth-ui/compare/v0.0.3...v0.1.0) (2018-02-08)
7+
8+
9+
### Features
10+
11+
* add form validation ([f6314a3](https://github.com/smooth-code/smooth-ui/commit/f6314a3))
12+
13+
14+
515
<a name="0.0.3"></a>
616
## [0.0.3](https://github.com/smooth-code/smooth-ui/compare/v0.0.2...v0.0.3) (2018-02-06)
717

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "smooth-ui",
3-
"version": "0.0.3",
3+
"version": "0.1.0",
44
"main": "dist/smooth-ui.cjs.js",
55
"module": "dist/smooth-ui.es.js",
66
"jsnext:main": "dist/smooth-ui.es.js",
77
"author": "Greg Bergé <berge.greg@gmail.com>",
88
"license": "MIT",
99
"scripts": {
10-
"build":
11-
"yarn build:cp && yarn build:rollup && yarn build:lib && yarn build:docs",
10+
"build": "yarn build:cp && yarn build:rollup && yarn build:lib && yarn build:docs",
1211
"build:cp": "shx mkdir -p build/ && shx cp {package.json,README.md} build/",
1312
"build:docs": "styleguidist build",
1413
"build:lib": "cross-env BABEL_ENV=lib babel --out-dir build src",
@@ -17,8 +16,7 @@
1716
"deploy:docs": "firebase deploy",
1817
"dev": "styleguidist server",
1918
"prebuild": "shx rm -rf dist/*",
20-
"release":
21-
"standard-version && conventional-github-releaser -p angular && yarn build && yarn deploy:docs"
19+
"release": "standard-version && conventional-github-releaser -p angular && yarn build && yarn deploy:docs"
2220
},
2321
"devDependencies": {
2422
"babel-cli": "^6.26.0",

0 commit comments

Comments
 (0)