Skip to content

Commit

Permalink
Merge pull request #694 from atsign-foundation/special_key_bug
Browse files Browse the repository at this point in the history
fix: export regex utils to fix _specialKey bug in at_persistence
  • Loading branch information
murali-shris authored Oct 16, 2024
2 parents ea41c56 + 4313c69 commit 089713f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/at_commons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 5.0.1
- fix: export regex utils class
## 5.0.0
- [Breaking Change]feat: Emit the isEncrypted value in the metadata if it is false
- fix: update pkam regex to accept sha512 as hashing algo
Expand Down
1 change: 1 addition & 0 deletions packages/at_commons/lib/at_commons.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export 'package:at_commons/src/verb/verb_util.dart';
export 'package:at_commons/src/auth/auth_mode.dart';
export 'package:at_commons/src/verb/enroll_params.dart';
export 'package:at_commons/src/enroll/enrollment.dart';
export 'package:at_commons/src/utils/at_key_regex_utils.dart';
@experimental
export 'package:at_commons/src/telemetry/at_telemetry.dart';
export 'package:at_commons/src/utils/string_utils.dart';
Expand Down
2 changes: 1 addition & 1 deletion packages/at_commons/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: at_commons
description: A library of Dart and Flutter utility classes that are used across other components of the atPlatform.
version: 5.0.0
version: 5.0.1
repository: https://github.com/atsign-foundation/at_libraries
homepage: https://atsign.dev

Expand Down

0 comments on commit 089713f

Please sign in to comment.