Skip to content

Commit

Permalink
Update the changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
xclud committed Sep 20, 2023
1 parent 4729ffd commit c95fa2c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-pages.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: GitHub Pages

concurrency:
concurrency:
group: production
cancel-in-progress: true

on:
push:
branches: [ main ]
branches: [main]

jobs:
build:
Expand Down Expand Up @@ -42,4 +42,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v1
11 changes: 7 additions & 4 deletions .github/workflows/publish_pubdev.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
name: Publish to Pub.dev

on: push
on:
push:
branches: [main]

jobs:
publishing:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
- name: "Checkout"
uses: actions/checkout@v2 # required!
- name: 'map'

- name: "map"
uses: k-paxian/dart-package-publisher@master
with:
credentialJson: ${{ secrets.CREDENTIAL_JSON }}
format: true
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.4.2]

* Dart 3.0 ready.

## [1.4.1]

* Utility to get the visible boundary.
Expand Down
7 changes: 0 additions & 7 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ analyzer:
dead_code: error
duplicate_import: error
file_names: error
implicit_dynamic_function: ignore
implicit_dynamic_parameter: error
implicit_dynamic_list_literal: ignore
implicit_dynamic_map_literal: ignore
implicit_dynamic_method: ignore
implicit_dynamic_type: ignore
implicit_dynamic_variable: ignore
invalid_assignment: error
missing_return: error
prefer_const_constructors: error
Expand Down

0 comments on commit c95fa2c

Please sign in to comment.