Skip to content

Commit

Permalink
Merge branch 'dev' into dependabot/pub/dev/flutter_lints-3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fa-fifi authored Nov 23, 2023
2 parents 7b17404 + 1e0eeb7 commit 514ca2b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Continuous Integration

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

jobs:
test:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Publish to pub.dev

on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
tags: 'v[0-9]+.[0-9]+.[0-9]+*'

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.3.2
## 0.3.3
* Automate publishing workflow.

## 0.3.0
Expand Down
2 changes: 1 addition & 1 deletion lib/src/wrapper.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
part of keycloak_wrapper;

/// Manages user authentication and token exchange using Keycloak.
///
///
/// It uses KeycloakConfig for configuration settings and relies on the
/// AppAuth package for OAuth2 authorization.
class KeycloakWrapper {
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: keycloak_wrapper
description: Keycloak Single Sign-On (SSO) authentication package for Flutter framework.
version: 0.3.2
version: 0.3.3
repository: https://github.com/fa-fifi/keycloak-wrapper
issue_tracker: https://github.com/fa-fifi/keycloak-wrapper/issues
topics: [authentication, keycloak, oauth2, openidconnect]
Expand Down

0 comments on commit 514ca2b

Please sign in to comment.