Skip to content

Commit

Permalink
Merge pull request #407 from lehmannk/feature/version_bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy authored Oct 17, 2024
2 parents 13f0c1d + 78115b6 commit 9c98b31
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 297 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- uses: ruby/setup-ruby@v1
with:
ruby-version: "2.7.8"
ruby-version: "3.1.0"
bundler-cache: true

- name: setup-cocoapods
Expand Down
2 changes: 1 addition & 1 deletion packages/convenient_test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: convenient_test
description: Write and debug tests easily, with full action history, time travel, screenshots, rapid re-execution, video records, interactivity, isolation and more
version: 1.5.0
version: 1.5.1
repository: https://github.com/fzyzcjy/flutter_convenient_test

environment:
Expand Down
4 changes: 2 additions & 2 deletions packages/convenient_test_common/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: convenient_test_common
description: Write and debug tests easily, with full action history, time travel, screenshots, rapid re-execution, video records, interactivity, isolation and more
version: 1.5.0
version: 1.5.1
repository: https://github.com/fzyzcjy/flutter_convenient_test
environment:
sdk: ">=2.17.0 <3.0.0"
Expand All @@ -11,7 +11,7 @@ dependencies:
fixnum: ^1.0.0
flutter:
sdk: flutter
grpc: ^3.0.0
grpc: ^4.0.0
mobx: ^2.0.7
protobuf: ^3.0.0
quiver: ^3.2.1
Expand Down
4 changes: 2 additions & 2 deletions packages/convenient_test_common_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: convenient_test_common_dart
description: Write and debug tests easily, with full action history, time travel, screenshots, rapid re-execution, video records, interactivity, isolation and more
version: 1.5.0
version: 1.5.1
repository: https://github.com/fzyzcjy/flutter_convenient_test
environment:
sdk: ">=2.17.0 <3.0.0"
dependencies:
collection: ^1.15.0
fixnum: ^1.0.0
grpc: ^3.0.0
grpc: ^4.0.0
meta: ^1.3.0
mobx: ^2.0.7
protobuf: ^3.0.0
Expand Down
6 changes: 3 additions & 3 deletions packages/convenient_test_dev/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: convenient_test_dev
description: Write and debug tests easily, with full action history, time travel, screenshots, rapid re-execution, video records, interactivity, isolation and more
version: 1.5.0
version: 1.5.1
repository: https://github.com/fzyzcjy/flutter_convenient_test

environment:
Expand All @@ -19,7 +19,7 @@ dependencies:
sdk: flutter
freezed_annotation: ^2.0.0
get_it: ^7.0.0
grpc: ^3.0.0
grpc: ^4.0.0
image: ^4.0.0
integration_test:
sdk: flutter
Expand All @@ -33,7 +33,7 @@ dependencies:
recase: ^4.0.0
test_api: '>=0.5.1 <0.8.0'
tuple: ^2.0.0
web_socket_channel: ^2.1.0
web_socket_channel: ^3.0.0

dev_dependencies:
build_runner: ^2.1.2
Expand Down
284 changes: 0 additions & 284 deletions packages/convenient_test_manager/macos/Gemfile.lock

This file was deleted.

4 changes: 2 additions & 2 deletions packages/convenient_test_manager/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.5.0
version: 1.5.1

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down Expand Up @@ -43,7 +43,7 @@ dependencies:
sdk: flutter
get_it: ^7.0.0
git: ^2.0.0
grpc: ^3.2.0
grpc: ^4.0.0
intl: ">=0.17.0 <0.20.0"
mobx: ^2.0.7
path: ^1.8.0
Expand Down
4 changes: 2 additions & 2 deletions packages/convenient_test_manager_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: convenient_test_manager_dart
description: Write and debug tests easily, with full action history, time travel, screenshots, rapid re-execution, video records, interactivity, isolation and more
version: 1.5.0
version: 1.5.1
repository: https://github.com/fzyzcjy/flutter_convenient_test

environment:
Expand All @@ -13,7 +13,7 @@ dependencies:
fixnum: ^1.0.0
freezed_annotation: ^2.0.3
get_it: ^7.0.0
grpc: ^3.2.0
grpc: 4.0.0
intl: ">=0.17.0 <0.20.0"
meta: ^1.3.0
mobx: ^2.0.6
Expand Down

0 comments on commit 9c98b31

Please sign in to comment.