Skip to content

Commit

Permalink
feat: Dart 1.13.0 (#1581)
Browse files Browse the repository at this point in the history
  • Loading branch information
fundthmcalculus authored Nov 17, 2023
1 parent 229070f commit 622ae5c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.12.0
**Release Notes:** https://github.com/trinsic-id/sdk/releases/tag/v1.13.0

**Full Changelog:** https://github.com/trinsic-id/sdk/compare/v1.12.0...v1.13.0

## 1.12.0
**Release Notes:** https://github.com/trinsic-id/sdk/releases/tag/v1.12.0

Expand Down
2 changes: 0 additions & 2 deletions dart/example/templates_demo.dart
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import 'dart:convert';

import 'package:trinsic_dart/src/proto/services/universal-wallet/v1/universal-wallet.pb.dart';
import 'package:trinsic_dart/src/proto/services/verifiable-credentials/templates/v1/templates.pbgrpc.dart';
import 'package:trinsic_dart/src/proto/services/verifiable-credentials/v1/verifiable-credentials.pbgrpc.dart';
import 'package:trinsic_dart/src/trinsic_util.dart';
import 'package:trinsic_dart/trinsic.dart';
import 'package:uuid/uuid.dart';
Expand Down
2 changes: 1 addition & 1 deletion dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: trinsic_dart
description: Dart wrapper for the trinsic services SDK
version: "1.12.0"
version: "1.13.0"
homepage: https://trinsic.id

environment:
Expand Down

0 comments on commit 622ae5c

Please sign in to comment.