Skip to content

Commit

Permalink
Merge pull request #876 from atsign-foundation/865-publish-new-versio…
Browse files Browse the repository at this point in the history
…ns-of-the-at_widget-packages

chore: changelog, package version number and kotlin version updated in at_theme_flutter.
  • Loading branch information
CurtlyCritchlow authored Jul 30, 2024
2 parents 108a0d5 + 87e9765 commit 796eee8
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 8 deletions.
14 changes: 14 additions & 0 deletions packages/at_theme_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,38 @@
## 1.0.8:

- **CHORE**: Updated dependencies
- **FIX**: Lint issues fixed
- **CHORE**: Updated kotlin version number

## 1.0.7:

- **CHORE**: Major version increase of at_commons from ^3.0.55 to ^4.0.1

## 1.0.6

- **CHORE**: Bumped all dependency versions

## 1.0.5

- **CHORE**: Improved pub score

## 1.0.4

- **CHORE**: Updated dependencies and android gradle versions

## 1.0.3

- **CHORE**: Updated dependency

## 1.0.2

- **FIX**: Lint Fixes according to flutter 3.0

## 1.0.1

- **DOCS**: Updated documentation
- **CHORE**: Updated dependencies

## 1.0.0

- Initial version
4 changes: 2 additions & 2 deletions packages/at_theme_flutter/example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.7.10'
ext.kotlin_version = '1.8.20'
repositories {
google()
mavenCentral()
Expand All @@ -24,6 +24,6 @@ subprojects {
project.evaluationDependsOn(':app')
}

task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}
6 changes: 3 additions & 3 deletions packages/at_theme_flutter/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ SPEC CHECKSUMS:
file_selector_ios: f0670c1064a8c8450e38145d8043160105d0b97c
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
flutter_keychain: 01aabf894ffe8b01adfda1d9df21c210c1b4b452
fluttertoast: 31b00dabfa7fb7bacd9e7dbee580d7a2ff4bf265
fluttertoast: e9a18c7be5413da53898f660530c56f35edfba9c
MTBBarcodeScanner: f453b33c4b7dfe545d8c6484ed744d55671788cb
package_info_plus: 115f4ad11e0698c8c1c5d8a689390df880f47e85
package_info_plus: 58f0028419748fad15bf008b270aaa8e54380b1c
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
permission_handler_apple: 9878588469a2b0d0fc1e048d9f43605f92e6cec2
qr_code_scanner: bb67d64904c3b9658ada8c402e8b4d406d5d796e
Expand All @@ -168,7 +168,7 @@ SPEC CHECKSUMS:
SwiftyGif: 93a1cc87bf3a51916001cf8f3d63835fb64c819f
Toast: 91b396c56ee72a5790816f40d3a94dd357abc196
url_launcher_ios: 5334b05cef931de560670eeae103fd3e431ac3fe
webview_flutter_wkwebview: be0f0d33777f1bfd0c9fdcb594786704dbf65f36
webview_flutter_wkwebview: 2a23822e9039b7b1bc52e5add778e5d89ad488d1

PODFILE CHECKSUM: c4c93c5f6502fe2754f48404d3594bf779584011

Expand Down
6 changes: 3 additions & 3 deletions packages/at_theme_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: at_theme_flutter
description: A Flutter plugin project to provide theme selection in atPlatform
apps with ease.
version: 1.0.7
version: 1.0.8
homepage: https://docs.atsign.com/
repository: https://github.com/atsign-foundation/at_widgets/tree/trunk/packages/at_theme_flutter
issue_tracker: https://github.com/atsign-foundation/at_widgets/issues
Expand All @@ -20,10 +20,10 @@ dependencies:
fluttertoast: ^8.2.2

dev_dependencies:
flutter_lints: ^2.0.3
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter
mocktail: ^0.3.0
mocktail: ^1.0.4

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down

0 comments on commit 796eee8

Please sign in to comment.