Skip to content

Commit

Permalink
Merge pull request #4 from t-medina/hotfix/incorrect-version
Browse files Browse the repository at this point in the history
fix incorrectly released version
  • Loading branch information
t-medina committed May 23, 2021
2 parents 3b1ca83 + 676c296 commit 8f80462
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.3] - 2021-05-23

### Fixed

- Wrong version published

## [1.0.2] - 2021-05-23

### Added
Expand Down Expand Up @@ -45,7 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `col-auto`
- `col-{breakpoint}-auto`

[unreleased]: https://github.com/t-medina/react-native-rgrid/compare/v1.0.2...develop
[unreleased]: https://github.com/t-medina/react-native-rgrid/compare/v1.0.3...develop
[1.0.3]: https://github.com/t-medina/react-native-rgrid/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/t-medina/react-native-rgrid/compare/1.0.1...v1.0.2
[1.0.1]: https://github.com/t-medina/react-native-rgrid/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/t-medina/react-native-rgrid/releases/tag/1.0.0
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-rgrid",
"version": "1.0.2",
"version": "1.0.3",
"description": "Bootstrap's flexbox grid system for React Native",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 8f80462

Please sign in to comment.