Skip to content

Commit 17e032b

Browse files
committed
Updating changelog and codesandbox
1 parent 37271e5 commit 17e032b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
## [Unreleased](https://github.com/leandrowd/react-responsive-carousel/compare/v3.2.4...HEAD)
10+
## [Unreleased](https://github.com/leandrowd/react-responsive-carousel/compare/v3.2.5...HEAD)
11+
12+
## [v3.2.5](https://github.com/leandrowd/react-responsive-carousel/compare/v3.2.4...v3.2.5) - 2020-04-26
13+
14+
### Commits
15+
16+
- gh-429: Moving remaining files and fixing tests [`59c7d1b`](https://github.com/leandrowd/react-responsive-carousel/commit/59c7d1bb4ff1a5d8c86c1444d43b2263edf6486d)
17+
- gh-429: Converted Carousel.js to .tsx [`95e926a`](https://github.com/leandrowd/react-responsive-carousel/commit/95e926a067e196c60c5daaa967bca6561f9a5319)
18+
- gh-429: Converted Thumbs and turned strict mode on [`f1c7540`](https://github.com/leandrowd/react-responsive-carousel/commit/f1c7540b3d1d91e339baa1ef62ed25f1c6afdd37)
1119

1220
## [v3.2.4](https://github.com/leandrowd/react-responsive-carousel/compare/v3.2.3...v3.2.4) - 2020-04-13
1321

codesandbox/default/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"react": "^16.9.0",
1414
"react-dom": "^16.9.0",
15-
"react-responsive-carousel": "^3.2.4",
15+
"react-responsive-carousel": "^3.2.5",
1616
"react-scripts": "1.1.0"
1717
},
1818
"devDependencies": {},

0 commit comments

Comments
 (0)