Skip to content

Commit

Permalink
Merge pull request #786 from atsign-foundation/chore_release
Browse files Browse the repository at this point in the history
chore: update version numbers and changelogs
  • Loading branch information
sachins-geekyants authored Jan 17, 2024
2 parents 206959b + 958bfa9 commit 0a36424
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 8 deletions.
4 changes: 4 additions & 0 deletions packages/at_backupkey_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.0.12:
- **CHORE**: Updated dependencies
- **CHORE**: Lint fixes

## 4.0.11:
- **CHORE**: Bumped all dependency versions
- Major version increase of permission_handler from ^10.4.1 to ^11.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/at_backupkey_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: at_backupkey_flutter
description: A Flutter plugin project for saving the backup key of any atSign that is being onboarded with atPlatform apps. The backup key can be used to authenticate in other atPlatform apps.
version: 4.0.11
version: 4.0.12
homepage: https://docs.atsign.com/
repository: https://github.com/atsign-foundation/at_widgets/tree/trunk/packages/at_backupkey_flutter
issue_tracker: https://github.com/atsign-foundation/at_widgets/issues
Expand Down
5 changes: 5 additions & 0 deletions packages/at_chat_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.0.11

- **CHORE**: Updated dependencies
- **CHORE**: Lint fixes

## 3.0.10

- **CHORE**: Bumped all dependency versions
Expand Down
2 changes: 1 addition & 1 deletion packages/at_chat_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: at_chat_flutter
description: A Flutter plugin project to provide a chat feature between atSigns
built on the atPlatform to any Flutter application.
version: 3.0.10
version: 3.0.11
homepage: https://docs.atsign.com/
repository: https://github.com/atsign-foundation/at_widgets/tree/trunk/packages/at_chat_flutter
issue_tracker: https://github.com/atsign-foundation/at_widgets/issues
Expand Down
4 changes: 4 additions & 0 deletions packages/at_follows_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.11
- **CHORE**: Updated dependencies
- **CHORE**: Lint fixes

## 3.0.10
- **CHORE**: Bumped all dependency versions
- Major version increase of permission_handler from ^9.2.0 to ^11.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/at_follows_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: at_follows_flutter
description: A Flutter plugin project that provides a basic social "follows"
functionality for atSigns. Provides a list of followers and following for
atSigns with the option to unfollow them.
version: 3.0.10
version: 3.0.11
homepage: https://docs.atsign.com/
repository: https://github.com/atsign-foundation/at_widgets

Expand Down
11 changes: 10 additions & 1 deletion packages/at_invitation_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
## 2.0.2

- **CHORE**: Updated dependencies
- **CHORE**: Lint fixes

## 2.0.1

- **CHORE**: Bumped all dependency versions
- Major version increase of pin_code_fields from ^7.3.0 to ^8.0.1
- Major version increase of pin_code_fields from ^7.3.0 to ^8.0.1

## 2.0.0

- **DOCS**: Updated documentation
- **CHORE**: Updated dependencies
- **CHORE**: updated example to null safe version

## 1.0.1

- **DOCS**: Updated documentation

## 1.0.0

- The initial release contains feature to share data and invite any contact using SMS or email.
2 changes: 1 addition & 1 deletion packages/at_invitation_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: at_invitation_flutter
description: A Flutter package to invite contacts into apps that use atProtocol.
version: 2.0.1
version: 2.0.2
homepage: https://docs.atsign.com/
repository: https://github.com/atsign-foundation/at_widgets/tree/trunk/at_invitation_flutter
issue_tracker: https://github.com/atsign-foundation/at_widgets/issues
Expand Down
5 changes: 4 additions & 1 deletion packages/at_location_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# 3.1.11
- **CHORE**: Lint fixes

# 3.1.10
- **CHORE**: Bumped all dependency versions
- Major version increase of geolocator from ^9.0.2 to ^10.0.1
- Major version increase of geolocator from ^9.0.2 to ^10.0.1

# 3.1.9
- **CHORE**: Improved pub score of package
Expand Down
2 changes: 1 addition & 1 deletion packages/at_location_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: at_location_flutter
description: A Flutter plugin project to share locations between two atSigns and
track them on OSM (OpenStreetMap).
version: 3.1.10
version: 3.1.11
homepage: https://docs.atsign.com/
repository: https://github.com/atsign-foundation/at_widgets/tree/trunk/packages/at_location_flutter
issue_tracker: https://github.com/atsign-foundation/at_widgets/issues
Expand Down
4 changes: 4 additions & 0 deletions packages/at_sync_ui_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.10
- **CHORE**: Updated dependencies
- **CHORE**: Lint fixes

## 1.0.9
- **CHORE**: Bumped all dependency versions
- **REFACTOR**: Deprecated `sync()` method and moved it's implementation to init.
Expand Down
2 changes: 1 addition & 1 deletion packages/at_sync_ui_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: at_sync_ui_flutter
description: A Flutter plugin project to provide UI widgets for displaying
status of sync process in atProtocol apps.
version: 1.0.9
version: 1.0.10
homepage: https://docs.atsign.com/
repository: https://github.com/atsign-foundation/at_widgets/tree/trunk/packages/at_sync_ui_flutter
issue_tracker: https://github.com/atsign-foundation/at_widgets/issues
Expand Down

0 comments on commit 0a36424

Please sign in to comment.