Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - super_clipboard@0.8.10
 - super_drag_and_drop@0.8.10
 - super_context_menu@0.8.10
 - super_native_extensions@0.8.10
 - super_hot_key@0.8.10
 - super_keyboard_layout@0.8.10
  • Loading branch information
knopp committed Mar 26, 2024
1 parent bbb0c8a commit 26b5169
Show file tree
Hide file tree
Showing 17 changed files with 70 additions and 20 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,42 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-03-26

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`super_clipboard` - `v0.8.10`](#super_clipboard---v0810)
- [`super_drag_and_drop` - `v0.8.10`](#super_drag_and_drop---v0810)
- [`super_context_menu` - `v0.8.10`](#super_context_menu---v0810)
- [`super_native_extensions` - `v0.8.10`](#super_native_extensions---v0810)
- [`super_hot_key` - `v0.8.10`](#super_hot_key---v0810)
- [`super_keyboard_layout` - `v0.8.10`](#super_keyboard_layout---v0810)

---

#### `super_clipboard` - `v0.8.10`

#### `super_drag_and_drop` - `v0.8.10`

#### `super_context_menu` - `v0.8.10`

#### `super_native_extensions` - `v0.8.10`

#### `super_hot_key` - `v0.8.10`

- Bump "super_hot_key" to `0.8.10`.

#### `super_keyboard_layout` - `v0.8.10`


## 2024-03-13

### Changes
Expand Down
2 changes: 2 additions & 0 deletions super_clipboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.8.10

## 0.8.9

## 0.8.8
Expand Down
2 changes: 1 addition & 1 deletion super_clipboard/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
sdk: flutter
collection: ^1.16.0
flutter_layout_grid: ^2.0.1
super_clipboard: ^0.8.9
super_clipboard: ^0.8.10

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
4 changes: 2 additions & 2 deletions super_clipboard/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: super_clipboard
description: Comprehensive clipboard access package for Flutter. Supports reading and writing of rich text, images and other formats.
version: 0.8.9
version: 0.8.10
homepage: https://github.com/superlistapp/super_native_extensions
repository: https://github.com/superlistapp/super_native_extensions/tree/main/super_clipboard
issue_tracker: https://github.com/superlistapp/super_native_extensions/tree/main/super_clipboard/issues
Expand All @@ -14,7 +14,7 @@ dependencies:
sdk: flutter
collection: ^1.16.0
meta: ^1.7.0
super_native_extensions: ^0.8.9
super_native_extensions: ^0.8.10
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
2 changes: 2 additions & 0 deletions super_context_menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.8.10

## 0.8.9

## 0.8.8
Expand Down
4 changes: 2 additions & 2 deletions super_context_menu/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ environment:
dependencies:
flutter:
sdk: flutter
super_context_menu: ^0.8.9
super_drag_and_drop: ^0.8.9
super_context_menu: ^0.8.10
super_drag_and_drop: ^0.8.10

dev_dependencies:
flutter_test:
Expand Down
4 changes: 2 additions & 2 deletions super_context_menu/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: super_context_menu
description: Context menu for Flutter that can seamlesly transition to drag & drop on mobile. Uses system context menu on iOS, macOS and Linux.
version: 0.8.9
version: 0.8.10
homepage: https://github.com/superlistapp/super_native_extensions

environment:
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
super_native_extensions: ^0.8.9
super_native_extensions: ^0.8.10
collection: ^1.16.0
device_info_plus: ^10.0.1
pixel_snap: ^0.1.1
Expand Down
2 changes: 2 additions & 0 deletions super_drag_and_drop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.8.10

## 0.8.9

## 0.8.8
Expand Down
6 changes: 3 additions & 3 deletions super_drag_and_drop/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ dependencies:
flutter:
sdk: flutter
collection: ^1.16.0
super_clipboard: ^0.8.9
super_drag_and_drop: ^0.8.9
super_clipboard: ^0.8.10
super_drag_and_drop: ^0.8.10
super_clipboard_example:
path: ../../super_clipboard/example
super_context_menu: ^0.8.9
super_context_menu: ^0.8.10
super_sliver_list: ^0.0.8

# The following adds the Cupertino Icons font to your application.
Expand Down
6 changes: 3 additions & 3 deletions super_drag_and_drop/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: super_drag_and_drop
description: Native Drag and Drop support for Flutter. Allows dragging contents across applications.
version: 0.8.9
version: 0.8.10
homepage: https://github.com/superlistapp/super_native_extensions

environment:
Expand All @@ -11,8 +11,8 @@ dependencies:
flutter:
sdk: flutter
collection: ^1.16.0
super_native_extensions: ^0.8.9
super_clipboard: ^0.8.9
super_native_extensions: ^0.8.10
super_clipboard: ^0.8.10
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
4 changes: 4 additions & 0 deletions super_hot_key/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.8.10

- Bump "super_hot_key" to `0.8.10`.

## 0.8.9

- Bump "super_hot_key" to `0.8.9`.
Expand Down
6 changes: 3 additions & 3 deletions super_hot_key/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: super_hot_key
description: Allows registering global (system-wide) hot keys. Supported on macOS and Windows.
version: 0.8.9
version: 0.8.10
homepage: https://github.com/superlistapp/super_native_extensions

environment:
Expand All @@ -10,8 +10,8 @@ environment:
dependencies:
flutter:
sdk: flutter
super_native_extensions: ^0.8.9
super_keyboard_layout: ^0.8.9
super_native_extensions: ^0.8.10
super_keyboard_layout: ^0.8.10
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
2 changes: 2 additions & 0 deletions super_keyboard_layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.8.10

## 0.8.9

## 0.8.8
Expand Down
2 changes: 1 addition & 1 deletion super_keyboard_layout/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ environment:
dependencies:
flutter:
sdk: flutter
super_keyboard_layout: ^0.8.9
super_keyboard_layout: ^0.8.10

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
4 changes: 2 additions & 2 deletions super_keyboard_layout/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: super_keyboard_layout
description: Keyboard layout mapping for Flutter. Map between physical and logical keys according to current keyboard layout and provides notification on layout changes.
version: 0.8.9
version: 0.8.10
homepage: https://github.com/superlistapp/super_native_extensions

environment:
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
super_native_extensions: ^0.8.9
super_native_extensions: ^0.8.10
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
2 changes: 2 additions & 0 deletions super_native_extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.8.10

## 0.8.9

- **FIX**: delay menu fade-out on iOS (#333).
Expand Down
2 changes: 1 addition & 1 deletion super_native_extensions/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: super_native_extensions
description: Low level interface various native APIs such as clipboard and Drag and Drop. Not meant to be used directly.
version: 0.8.9
version: 0.8.10
homepage: https://github.com/superlistapp/super_native_extensions

environment:
Expand Down

0 comments on commit 26b5169

Please sign in to comment.