Skip to content

Commit ca06a34

Browse files
committed
v4.2.0
1 parent 9e68ab1 commit ca06a34

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+54
-49
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 2-Clause License
22

3-
Copyright (c) 2024, WooSignal Ltd
3+
Copyright (c) 2025, WooSignal Ltd
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

README.md

Lines changed: 1 addition & 1 deletion

example/pubspec.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ packages:
101101
dependency: transitive
102102
description:
103103
name: date_field
104-
sha256: "57c0bc3818f5c66d796ccbd9eaa786ba6e915222859f0ff26d4a1d5ae4806b8e"
104+
sha256: "921246e5e8fb8e22c82e234de48dde27f9c739071a38dac666258909fd2f7b14"
105105
url: "https://pub.dev"
106106
source: hosted
107-
version: "5.3.0"
107+
version: "6.0.0"
108108
dbus:
109109
dependency: transitive
110110
description:
@@ -409,10 +409,10 @@ packages:
409409
dependency: transitive
410410
description:
411411
name: nylo_support
412-
sha256: "143122780f5bdc769b71a6a26e615644a5635f96df5ad053545404f6e589199a"
412+
sha256: "5ea5c95264e09e321fb31a362cd5b240d1083a178e3558a19f0fd1bc67af29c9"
413413
url: "https://pub.dev"
414414
source: hosted
415-
version: "6.9.1"
415+
version: "6.14.0"
416416
path:
417417
dependency: transitive
418418
description:
@@ -792,7 +792,7 @@ packages:
792792
path: ".."
793793
relative: true
794794
source: path
795-
version: "4.0.5"
795+
version: "4.2.0"
796796
xdg_directories:
797797
dependency: transitive
798798
description:

lib/enums/wp_auth_type.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024, WooSignal Ltd.
1+
// Copyright (c) 2025, WooSignal Ltd.
22
// All rights reserved.
33
//
44
// Redistribution and use in source and binary forms are permitted

lib/enums/wp_meta_data_action_type.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024, WooSignal Ltd.
1+
// Copyright (c) 2025, WooSignal Ltd.
22
// All rights reserved.
33
//
44
// Redistribution and use in source and binary forms are permitted

lib/enums/wp_route_type.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024, WooSignal Ltd.
1+
// Copyright (c) 2025, WooSignal Ltd.
22
// All rights reserved.
33
//
44
// Redistribution and use in source and binary forms are permitted

lib/exceptions/empty_username_exception.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024, WooSignal Ltd.
1+
// Copyright (c) 2025, WooSignal Ltd.
22
// All rights reserved.
33
//
44
// Redistribution and use in source and binary forms are permitted

lib/exceptions/existing_user_email_exception.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024, WooSignal Ltd.
1+
// Copyright (c) 2025, WooSignal Ltd.
22
// All rights reserved.
33
//
44
// Redistribution and use in source and binary forms are permitted

lib/exceptions/existing_user_login_exception.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024, WooSignal Ltd.
1+
// Copyright (c) 2025, WooSignal Ltd.
22
// All rights reserved.
33
//
44
// Redistribution and use in source and binary forms are permitted

0 commit comments

Comments
 (0)