Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - flutter_survey_js@0.0.2-dev.6
 - flutter_survey_js_model@0.0.2-dev.6
  • Loading branch information
goxiaoy committed Jul 12, 2023
1 parent 1fc8d94 commit 89ebdbb
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 4 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,40 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-07-12

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_survey_js` - `v0.0.2-dev.6`](#flutter_survey_js---v002-dev6)
- [`flutter_survey_js_model` - `v0.0.2-dev.6`](#flutter_survey_js_model---v002-dev6)

---

#### `flutter_survey_js` - `v0.0.2-dev.6`

- Bump "flutter_survey_js" to `0.0.2-dev.6`.

#### `flutter_survey_js_model` - `v0.0.2-dev.6`

- Bump "flutter_survey_js_model" to `0.0.2-dev.6`.

## 0.0.2-dev.6

- Bump "flutter_survey_js" to `0.0.2-dev.6`.

# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-05-30

### Changes
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
flutter_survey_js: ^0.0.2-dev.5
flutter_survey_js: ^0.0.2-dev.6
json_editor:
git:
url: https://github.com/jonathanellis/json_editor.git
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_survey_js
description: Parse and display survey js
version: 0.0.2-dev.5
version: 0.0.2-dev.6
homepage: https://github.com/Goxiaoy/flutter_survey_js

environment:
Expand Down Expand Up @@ -29,7 +29,7 @@ dependencies:
platform: ^3.1.0
file: ^6.1.4
group_button: ^5.2.2
flutter_survey_js_model: ^0.0.2-dev.5
flutter_survey_js_model: ^0.0.2-dev.6
built_value: ">=8.4.0 <9.0.0"
built_collection: ">=5.1.1 <6.0.0"
intl: ^0.18.0
Expand Down
4 changes: 4 additions & 0 deletions schema/flutter_survey_js_model/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.2-dev.6

- Bump "flutter_survey_js_model" to `0.0.2-dev.6`.

## 0.0.2-dev.5

- Bump "flutter_survey_js_model" to `0.0.2-dev.5`.
Expand Down
2 changes: 1 addition & 1 deletion schema/flutter_survey_js_model/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: flutter_survey_js_model
version: 0.0.2-dev.5
version: 0.0.2-dev.6
description: Model package auto generated from surveyjs json schema
homepage: https://github.com/Goxiaoy/flutter_survey_js

Expand Down

0 comments on commit 89ebdbb

Please sign in to comment.