Skip to content

Commit a3463bd

Browse files
committed
Feat/remove limit update with hooks (#5)
* chore: updated with hook, remove limit prop, updated examples and tests BREAKING CHANGE: removed limit prop * chore: updated workflow
1 parent 1958105 commit a3463bd

17 files changed

+8645
-12737
lines changed

.github/workflows/main.yml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
run: |
2323
git config --global user.email "[email protected]"
2424
git config --global user.name "GitHub Actions"
25-
git remote set-url origin https://github.com/cchanxzy:${GITHUB_TOKEN}/React-Currency-Input-Field.git
2625
npm run release
2726
git push --follow-tags origin HEAD
2827
env:

.github/workflows/pr.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ jobs:
1616
run: npm run build
1717
- name: Run tests
1818
run: npm run test
19+
- name: Prepare new release
20+
run: npm run release -- --dry-run

.prettierrc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"trailingComma": "es5",
3+
"printWidth": 100,
4+
"semi": true,
5+
"singleQuote": true
6+
}

CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,48 @@
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+
### [0.0.47](https://github.com/cchanxzy/React-Currency-Input-Field/compare/v0.10.0...v0.0.47) (2019-09-08)
6+
7+
## 0.10.0 (2019-09-08)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* removed limit prop
13+
14+
* removed limit prop, updated tests and examples ([ed24b8e](https://github.com/cchanxzy/React-Currency-Input-Field/commit/ed24b8e))
15+
16+
17+
### Bug Fixes
18+
19+
* updated packages ([7e80871](https://github.com/cchanxzy/React-Currency-Input-Field/commit/7e80871))
20+
21+
## 0.1.0 (2019-09-08)
22+
23+
24+
### ⚠ BREAKING CHANGES
25+
26+
* removed limit prop
27+
28+
* removed limit prop, updated tests and examples ([ed24b8e](https://github.com/cchanxzy/React-Currency-Input-Field/commit/ed24b8e))
29+
30+
31+
### Bug Fixes
32+
33+
* updated packages ([7e80871](https://github.com/cchanxzy/React-Currency-Input-Field/commit/7e80871))
34+
35+
### 0.0.47 (2019-09-08)
36+
37+
38+
### Bug Fixes
39+
40+
* updated packages ([7e80871](https://github.com/cchanxzy/React-Currency-Input-Field/commit/7e80871))
41+
42+
43+
### Features
44+
45+
* upating tests and examples ([e18c23a](https://github.com/cchanxzy/React-Currency-Input-Field/commit/e18c23a))
46+
547
### 0.0.46 (2019-08-29)
648

749

__tests__/components/CurrencyInput.test.tsx

-18
This file was deleted.

0 commit comments

Comments
 (0)