Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonreinke committed Oct 1, 2019
1 parent 0e4f7fd commit c3cad4b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.0] - 2019-10-01
### Changed
- Take only text for label content.

Expand All @@ -22,7 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial project (tabs)

[Unreleased]: https://gitlab.brandlabs.net/brandlabs/ui/compare/v0.2.0...HEAD
[Unreleased]: https://gitlab.brandlabs.net/brandlabs/ui/compare/v0.3.0...HEAD
[0.3.0]: https://gitlab.brandlabs.net/brandlabs/ui/compare/v0.2.0...v0.3.0
[0.2.0]: https://gitlab.brandlabs.net/brandlabs/ui/compare/v0.1.1...v0.2.0
[0.1.1]: https://gitlab.brandlabs.net/brandlabs/ui/compare/v0.1.0...v0.1.1
[0.1.0]: https://gitlab.brandlabs.net/brandlabs/ui/compare/v0.0.0...v0.1.0
2 changes: 1 addition & 1 deletion dist/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ var Helpers = {
}

return tabs.push({
key: cells[0].innerHTML,
key: cells[0].textContent,
description: cells[1].innerHTML
});
});
Expand Down
2 changes: 1 addition & 1 deletion dist/ui.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brandlabs-ui",
"version": "0.2.0",
"version": "0.3.0",
"homepage": "https://gitlab.brandlabs.net/brandlabs/ui",
"description": "Common UI components",
"main": "index.js",
Expand Down

0 comments on commit c3cad4b

Please sign in to comment.