Skip to content

Commit 77f8ea4

Browse files
chore(release): 1.1.3 [skip ci]
## [1.1.3](v1.1.2...v1.1.3) (2021-01-29) ### Bug Fixes * propagating props which come from parent component ([0811186](0811186)) * propagating props which come from parent component ([b571605](b571605)) * propagating props which come from parent component ([138e059](138e059))
1 parent 0811186 commit 77f8ea4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Semantic Versioning Changelog
22

3+
## [1.1.3](https://github.com/intuit/text-provider/compare/v1.1.2...v1.1.3) (2021-01-29)
4+
5+
6+
### Bug Fixes
7+
8+
* propagating props which come from parent component ([0811186](https://github.com/intuit/text-provider/commit/08111864e7b9a817c5cc5e0a7704129bacdd3235))
9+
* propagating props which come from parent component ([b571605](https://github.com/intuit/text-provider/commit/b5716059802147d0d31bc06bcd7b32c5a1474338))
10+
* propagating props which come from parent component ([138e059](https://github.com/intuit/text-provider/commit/138e05942e90decfc5250e14d6b2998f71e86ce1))
11+
312
## [1.1.2](https://github.com/intuit/text-provider/compare/v1.1.1...v1.1.2) (2021-01-28)
413

514

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "text-provider",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "A component which provides all the string constants using provider pattern.",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)