Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
goxiaoy committed Apr 26, 2023
1 parent 8d84e12 commit 2888f68
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 56 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@

## [0.0.1-dev.4] - 2021/05/21

## [0.0.1-dev.5] - 2023/02/20
## [0.0.1-dev.5] - 2023/02/20

## [0.0.2-dev.1] - 2023/04/26
12 changes: 2 additions & 10 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.1.0"
equatable:
dependency: transitive
description:
name: equatable
sha256: c2b87cb7756efdf69892005af546c56c0b5037f54d2a88269b4f347a505e3ca2
url: "https://pub.dev"
source: hosted
version: "2.0.5"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -209,14 +201,14 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.1-dev.5"
version: "0.0.2-dev.1"
flutter_survey_js_model:
dependency: transitive
description:
path: "../schema/flutter_survey_js_model"
relative: true
source: path
version: "0.0.1"
version: "0.0.2-dev.1"
flutter_svg:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/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.0.0+1
version: 1.1.0-dev.1

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down
14 changes: 11 additions & 3 deletions melos.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
name: flutter_survey_js

repository: https://github.com/Goxiaoy/flutter_survey_js
packages:
- schema/flutter_survey_js_model
- schema/*
- schema/*/*
command:
bootstrap:
usePubspecOverrides: true

scripts:
build:
exec: flutter pub run build_runner build --delete-conflicting-outputs
select-package:
depends-on: build_runner
analyze:
exec: flutter analyze .
exec: flutter analyze --no-fatal-infos
36 changes: 2 additions & 34 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -233,14 +233,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.3.0"
equatable:
dependency: "direct main"
description:
name: equatable
sha256: c2b87cb7756efdf69892005af546c56c0b5037f54d2a88269b4f347a505e3ca2
url: "https://pub.dev"
source: hosted
version: "2.0.5"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -313,7 +305,7 @@ packages:
path: "schema/flutter_survey_js_model"
relative: true
source: path
version: "0.0.1"
version: "0.0.2-dev.1"
flutter_svg:
dependency: transitive
description:
Expand Down Expand Up @@ -509,21 +501,13 @@ packages:
source: hosted
version: "0.6.5"
json_annotation:
dependency: "direct main"
dependency: transitive
description:
name: json_annotation
sha256: c33da08e136c3df0190bd5bbe51ae1df4a7d96e7954d1d7249fea2968a72d317
url: "https://pub.dev"
source: hosted
version: "4.8.0"
json_serializable:
dependency: "direct dev"
description:
name: json_serializable
sha256: dadc08bd61f72559f938dd08ec20dbfec6c709bba83515085ea943d2078d187a
url: "https://pub.dev"
source: hosted
version: "6.6.1"
lints:
dependency: transitive
description:
Expand Down Expand Up @@ -817,22 +801,6 @@ packages:
description: flutter
source: sdk
version: "0.0.99"
source_gen:
dependency: transitive
description:
name: source_gen
sha256: c2bea18c95cfa0276a366270afaa2850b09b4a76db95d546f3d003dcc7011298
url: "https://pub.dev"
source: hosted
version: "1.2.7"
source_helper:
dependency: transitive
description:
name: source_helper
sha256: "3b67aade1d52416149c633ba1bb36df44d97c6b51830c2198e934e3fca87ca1f"
url: "https://pub.dev"
source: hosted
version: "1.3.3"
source_span:
dependency: transitive
description:
Expand Down
7 changes: 2 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: flutter_survey_js
description: Parse and display survey js
version: 0.0.1-dev.5
version: 0.0.2-dev.1
homepage: https://github.com/Goxiaoy/flutter_survey_js

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.15.0 <3.0.0"
flutter: ">=3.7.0"

dependencies:
Expand All @@ -27,19 +27,16 @@ dependencies:
signature: ^5.3.2
logging: ^1.0.1
intl: ^0.17.0
json_annotation: ^4.6.0
platform: ^3.1.0
file: ^6.1.4
group_button: ^5.2.2
equatable: ^2.0.5
flutter_survey_js_model:
path: ./schema/flutter_survey_js_model

dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.3.3
json_serializable: ^6.6.1
flutter_lints: ^2.0.1
melos: ^3.0.1

Expand Down
4 changes: 2 additions & 2 deletions schema/flutter_survey_js_model/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_survey_js_model
version: 0.0.1
version: 0.0.2-dev.1
description: Model package auto generated from surveyjs json schema
homepage: homepage
homepage: https://github.com/Goxiaoy/flutter_survey_js

environment:
sdk: ">=2.15.0 <3.0.0"
Expand Down

0 comments on commit 2888f68

Please sign in to comment.