Skip to content

Commit

Permalink
versioning 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianhaberey committed Dec 9, 2023
1 parent c4a84a9 commit 2a5f867
Show file tree
Hide file tree
Showing 14 changed files with 72 additions and 36 deletions.
11 changes: 9 additions & 2 deletions nsd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

## 1.0.4

* introduced ci for android, macos and ios
* introduced ci for android, macos and ios

## 1.0.5

Expand Down Expand Up @@ -129,7 +129,7 @@

* issue #20: added alternative discovery listening mechanism for found & lost events

## 2.2.1
## 2.2.1

* added missing exports for service status, service listener

Expand All @@ -151,3 +151,10 @@
* issue #41: removed integration test badges due to unstable CI
* updated example flutter dependencies

## 3.0.0

* issue #55: fixed android error where failure on unregistration did not report back to dart side
* issue #50: updated uuid to current version (4.2.1)
* updated dart sdk to >=3.0.0 <4.0.0, flutter to >=3.10.0
* updated various dependencies
* fixed various flutter analyze issues detected by new analyze version
9 changes: 7 additions & 2 deletions nsd/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.1
## 1.0.0

* TODO: Describe initial release.
* example application for flutter nsd plugin

## 2.0.0

* issue #50: updated uuid to current version (4.2.1)
* updated dart sdk to >=3.0.0 <4.0.0
2 changes: 1 addition & 1 deletion nsd/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: example
description: Example application for the Flutter nsd plugin.
homepage: https://github.com/sebastianhaberey/nsd
version: 1.0.0
version: 2.0.0
publish_to: none

environment:
Expand Down
40 changes: 20 additions & 20 deletions nsd/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
name: nsd
description: A Flutter plugin for network service discovery and registration (aka NSD / DNS-SD / Bonjour / mDNS).
version: 2.3.1
version: 3.0.0
repository: https://github.com/sebastianhaberey/nsd/tree/main/nsd
issue_tracker: https://github.com/sebastianhaberey/nsd/issues
publish_to: none
#publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=2.5.0"
flutter: ">=3.10.0"

dependencies:
flutter:
sdk: flutter

# # production
# nsd_android: ^1.2.2
# nsd_ios: ^1.0.3
# nsd_macos: ^1.0.3
# nsd_platform_interface: ^1.6.0
# nsd_windows: ^2.0.1
# production
nsd_android: ^2.0.0
nsd_ios: ^2.0.0
nsd_macos: ^2.0.0
nsd_platform_interface: ^2.0.0
nsd_windows: ^3.0.0

# development
nsd_android:
path: ../nsd_android
nsd_ios:
path: ../nsd_ios
nsd_macos:
path: ../nsd_macos
nsd_windows:
path: ../nsd_windows
nsd_platform_interface:
path: ../nsd_platform_interface
# # development
# nsd_android:
# path: ../nsd_android
# nsd_ios:
# path: ../nsd_ios
# nsd_macos:
# path: ../nsd_macos
# nsd_windows:
# path: ../nsd_windows
# nsd_platform_interface:
# path: ../nsd_platform_interface

dev_dependencies:
flutter_lints: ^3.0.1
Expand Down
7 changes: 6 additions & 1 deletion nsd_android/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,9 @@

## 1.2.2

* issue #18: android: fixed missing plugin exception in release mode
* issue #18: android: fixed missing plugin exception in release mode

## 2.0.0

* issue #55: fixed android error where failure on unregistration did not report back to dart side
* updated dart sdk to >=3.0.0 <4.0.0, flutter to >=3.10.0
4 changes: 2 additions & 2 deletions nsd_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: nsd_android
description: Flutter network service discovery plugin (Android submodule - will be installed with the parent plugin).
version: 1.2.2
version: 2.0.0
repository: https://github.com/sebastianhaberey/nsd/tree/main/nsd_android
issue_tracker: https://github.com/sebastianhaberey/nsd/issues

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=2.5.0"
flutter: ">=3.10.0"

dependencies:
flutter:
Expand Down
4 changes: 4 additions & 0 deletions nsd_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@
## 1.0.3

* fix #1: macos, ios: register() throws internalError if the port is in use

## 2.0.0

* updated dart sdk to >=3.0.0 <4.0.0, flutter to >=3.10.0
4 changes: 2 additions & 2 deletions nsd_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: nsd_ios
description: Flutter network service discovery plugin (iOS submodule - will be installed with the parent plugin).
version: 1.0.3
version: 2.0.0
repository: https://github.com/sebastianhaberey/nsd/tree/main/nsd_ios
issue_tracker: https://github.com/sebastianhaberey/nsd/issues

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=2.5.0"
flutter: ">=3.10.0"

dependencies:
flutter:
Expand Down
4 changes: 4 additions & 0 deletions nsd_macos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@
## 1.0.3

* fix #1: macos, ios: register() throws internalError if the port is in use

## 2.0.0

* updated dart sdk to >=3.0.0 <4.0.0, flutter to >=3.10.0
4 changes: 2 additions & 2 deletions nsd_macos/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: nsd_macos
description: Flutter network service discovery plugin (macOS submodule - will be installed with the parent plugin).
version: 1.0.3
version: 2.0.0
repository: https://github.com/sebastianhaberey/nsd/tree/main/nsd_macos
issue_tracker: https://github.com/sebastianhaberey/nsd/issues

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=2.5.0"
flutter: ">=3.10.0"

dependencies:
flutter:
Expand Down
7 changes: 7 additions & 0 deletions nsd_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,10 @@
## 1.6.0

* issue #29: added an option to disable service type validation by the plugin

## 2.0.0

* issue #50: updated uuid to current version (4.2.1)
* updated dart sdk to >=3.0.0 <4.0.0, flutter to >=3.10.0
* updated various dependencies
* fixed various flutter analyze issues detected by new analyze version
4 changes: 2 additions & 2 deletions nsd_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: nsd_platform_interface
description: Flutter network service discovery plugin (platform interface submodule - will be installed with the parent plugin).
version: 1.6.0
version: 2.0.0
repository: https://github.com/sebastianhaberey/nsd/tree/main/nsd_platform_interface
issue_tracker: https://github.com/sebastianhaberey/nsd/issues

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=2.5.0"
flutter: ">=3.10.0"

dependencies:
flutter:
Expand Down
4 changes: 4 additions & 0 deletions nsd_windows/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@
## 2.0.1

* issue #22: start discovery and register operations now fail properly if windows version is too low

## 3.0.0

* updated dart sdk to >=3.0.0 <4.0.0, flutter to >=3.10.0
4 changes: 2 additions & 2 deletions nsd_windows/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: nsd_windows
description: Flutter network service discovery plugin (Windows submodule - will be installed with the parent plugin).
version: 2.0.1
version: 3.0.0
repository: https://github.com/sebastianhaberey/nsd/tree/main/nsd_windows
issue_tracker: https://github.com/sebastianhaberey/nsd/issues

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=2.5.0"
flutter: ">=3.10.0"

dependencies:
flutter:
Expand Down

0 comments on commit 2a5f867

Please sign in to comment.