Skip to content

Commit 0a01c64

Browse files
committed
0.3.1
1 parent 4b1e669 commit 0a01c64

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

CHANGELOG.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,41 @@
1-
## v0.3.0 (2020/01/05)
1+
## 0.3.1 (2020/03/18)
22

3+
- CI/CD with GitHub Actions
34
- Update npm packages
45

5-
## v0.2.1 (2019/09/10)
6+
## 0.3.0 (2020/01/05)
7+
8+
- Update npm packages
9+
10+
## 0.2.1 (2019/09/10)
611

712
- Fix scss with npm package sass
813
- Switch from node-sass to sass
914

10-
## v0.2.0 (2019/09/10)
15+
## 0.2.0 (2019/09/10)
1116

1217
- Support is-loading and is-valid/is-invalid at the same time
1318
- Use ~ instead of + otherwise it doesn't play nice with @tkrotoff/bootstrap-floating-label
1419

15-
## v0.1.1 (2019/06/19)
20+
## 0.1.1 (2019/06/19)
1621

1722
- Fix password input under IE: remove inner calc()
1823

19-
## v0.1.0 (2019/06/18)
24+
## 0.1.0 (2019/06/18)
2025

2126
- Rename from bootstrap-spinner to bootstrap-input-spinner
2227
- Rewrite to support Bootstrap >= 4.2
2328

24-
## v0.0.4 (2019/06/17)
29+
## 0.0.4 (2019/06/17)
2530

2631
- Use Stylelint
2732
- Switch from Yarn to npm
2833

29-
## v0.0.3 (2019/03/25)
34+
## 0.0.3 (2019/03/25)
3035

3136
- No package.json side effects
3237
- Improve documentation
3338

34-
## v0.0.2 (2019/03/18)
39+
## 0.0.2 (2019/03/18)
3540

3641
First release

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tkrotoff/bootstrap-input-spinner",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tkrotoff/bootstrap-input-spinner.git"

0 commit comments

Comments
 (0)