Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Last final testing for automated publishing. #217

Merged
merged 14 commits into from
Mar 12, 2023
4 changes: 2 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ name: Dart

on:
push:
branches: [ null-safety ]
branches: [ developement ]
pull_request:
branches: [ null-safety, publish ]
branches: [ developement, publish ]

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [2.0.4] - 2023-03-12
### Improved
- Automated Publishing.

## [2.0.3] - 2023-03-12
### Improved
- Readme updated.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Add this to your package's `pubspec.yaml` file:

```yaml
dependencies:
excel: 2.0.3
excel: 2.0.4
```

### 2. Install it
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: excel
description: A flutter and dart library for reading, creating, editing and updating excel sheets with compatible both on client and server side.
version: 2.0.3
version: 2.0.4
homepage: https://github.com/justkawal/excel

environment:
Expand Down