Skip to content

Commit

Permalink
Merge tag '0.1.1' into develop
Browse files Browse the repository at this point in the history
0.1.1
  • Loading branch information
RajaShanmugamJM committed Aug 18, 2024
2 parents 4cd36d7 + 2aa7ea5 commit 26d3ac9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
name = "cz_conventional_commits"
tag_format = "$version"
version_scheme = "semver"
version = "0.1.0"
version = "0.1.1"
update_changelog_on_bump = true
major_version_zero = true
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.1 (2024-08-18)

### Refactor

- documentation endpoint added

## 0.1.0 (2024-08-18)

### Feat
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ dependencies:
```
## Usage
Check example for more details.
Check [https://dt-fl-table.oss.dualtone.dev](example) for more details.
### Basic Setup
Import the dependency.
```dart
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: dt_fl_table
description: "Flutter table widget: Highly customizable and easy to use."
version: 0.1.0
version: 0.1.1
homepage: "https://dualtone.dev"
repository: "https://github.com/dual-tone/dt_fl_table"
publish_to:
documentation: "https://dt-fl-table.oss.dualtone.dev/"

environment:
sdk: ^3.5.0
Expand Down

0 comments on commit 26d3ac9

Please sign in to comment.