Skip to content

Commit

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

## 2024-09-09

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`super_clipboard` - `v0.8.21`](#super_clipboard---v0821)
- [`super_drag_and_drop` - `v0.8.21`](#super_drag_and_drop---v0821)
- [`super_context_menu` - `v0.8.21`](#super_context_menu---v0821)
- [`super_native_extensions` - `v0.8.21`](#super_native_extensions---v0821)
- [`super_hot_key` - `v0.8.21`](#super_hot_key---v0821)
- [`super_keyboard_layout` - `v0.8.21`](#super_keyboard_layout---v0821)

---

#### `super_clipboard` - `v0.8.21`

#### `super_drag_and_drop` - `v0.8.21`

#### `super_context_menu` - `v0.8.21`

#### `super_native_extensions` - `v0.8.21`

- **FIX**: Avoid adding duplicate listeners for drag-n-drop on the web (#422).
- **FIX**: compilation error on web with latest Flutter main (#425).

#### `super_hot_key` - `v0.8.21`

- Bump "super_hot_key" to `0.8.21`.

#### `super_keyboard_layout` - `v0.8.21`


## 2024-08-26

### 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.21

## 0.8.20

## 0.8.19
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.20
super_clipboard: ^0.8.21

# 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.20
version: 0.8.21
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.20
super_native_extensions: ^0.8.21
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.21

## 0.8.20

## 0.8.19
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.20
super_drag_and_drop: ^0.8.20
super_context_menu: ^0.8.21
super_drag_and_drop: ^0.8.21

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.20
version: 0.8.21
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.20
super_native_extensions: ^0.8.21
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.21

## 0.8.20

## 0.8.19
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.20
super_drag_and_drop: ^0.8.20
super_clipboard: ^0.8.21
super_drag_and_drop: ^0.8.21
super_clipboard_example:
path: ../../super_clipboard/example
super_context_menu: ^0.8.20
super_context_menu: ^0.8.21
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.20
version: 0.8.21
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.20
super_clipboard: ^0.8.20
super_native_extensions: ^0.8.21
super_clipboard: ^0.8.21
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.21

- Bump "super_hot_key" to `0.8.21`.

## 0.8.20

## 0.8.19
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.20
version: 0.8.21
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.20
super_keyboard_layout: ^0.8.20
super_native_extensions: ^0.8.21
super_keyboard_layout: ^0.8.21
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.21

## 0.8.20

## 0.8.19
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.20
super_keyboard_layout: ^0.8.21

# 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.20
version: 0.8.21
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.20
super_native_extensions: ^0.8.21
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
5 changes: 5 additions & 0 deletions super_native_extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.8.21

- **FIX**: Avoid adding duplicate listeners for drag-n-drop on the web (#422).
- **FIX**: compilation error on web with latest Flutter main (#425).

## 0.8.20

- **FIX**: do not build release binary with nightly (#412).
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.20
version: 0.8.21
homepage: https://github.com/superlistapp/super_native_extensions

environment:
Expand Down

0 comments on commit 2b99a51

Please sign in to comment.