Skip to content

Commit

Permalink
fix(form-group): adjust background color for TextInputType.datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
vitoramaral10 committed Jan 17, 2024
1 parent 08a15fe commit af4648a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [v0.14.0](https://github.com/vitoramaral10/get_bootstrap/compare/v0.13.1...v0.14.0) - 16 January 2024
## [0.14.1](https://github.com/vitoramaral10/get_bootstrap/compare/0.14.0...0.14.1) - 17 January 2024

## [0.14.0](https://github.com/vitoramaral10/get_bootstrap/compare/v0.13.1...0.14.0) - 16 January 2024

### Features

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.13.1"
version: "0.14.0"
highlight:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.14.0",
"version": "0.14.1",
"scripts": {
"changelog": "auto-changelog"
},
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: get_bootstrap
description: Este projeto foi desenvolvido com base a documentação do Bootstrap,
porém foi desenvolvido a mão para uso no Flutter.
version: 0.14.0
version: 0.14.1
homepage: https://github.com/vitoramaral10/get_bootstrap

environment:
Expand Down

0 comments on commit af4648a

Please sign in to comment.