@@ -1,3 +1,6 @@
+## [2.3.1-pre] - 2021-6-1
+* Export `theme/terminal_style.dart`
+
## [2.3.0-pre] - 2021-6-1
* Add `import 'package:xterm/isolate.dart';`
@@ -4,3 +4,4 @@ export 'terminal/terminal.dart';
export 'terminal/terminal_backend.dart';
export 'terminal/terminal_ui_interaction.dart';
export 'terminal/platform.dart';
+export 'theme/terminal_style.dart';
@@ -1,6 +1,6 @@
name: xterm
description: xterm.dart is a fast and fully-featured terminal emulator for Flutter applications, with support for mobile and desktop platforms.
-version: 2.3.0-pre
+version: 2.3.1-pre
homepage: https://github.com/TerminalStudio/xterm.dart
environment: