Skip to content

Commit

Permalink
chore: prepare release 2023-08-08 (#1888)
Browse files Browse the repository at this point in the history
Co-authored-by: Mouaad Aallam <mouaad.aallam@algolia.com>
  • Loading branch information
algolia-bot and aallam authored Aug 8, 2023
1 parent 2624b06 commit a9caae9
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 46 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
## [0.1.3](https://github.com/algolia/algoliasearch-client-dart/compare/0.1.2+1...0.1.3)
## [0.2.0](https://github.com/algolia/algoliasearch-client-dart/compare/0.1.2+1...0.2.0)

- [f91e1587](https://github.com/algolia/api-clients-automation/commit/f91e1587) fix(dart): user agent for web ([#1886](https://github.com/algolia/api-clients-automation/pull/1886)) by [@aallam](https://github.com/aallam/)
- [3746e5050](https://github.com/algolia/api-clients-automation/commit/3746e5050) refactor(dart): unpin package dependency versions ([#1882](https://github.com/algolia/api-clients-automation/pull/1882)) by [@aallam](https://github.com/aallam/)
- [82d7dcf5a](https://github.com/algolia/api-clients-automation/commit/82d7dcf5a) fix(specs): allow JSON array for `aroundPrecision` ([#1855](https://github.com/algolia/api-clients-automation/pull/1855)) by [@shortcuts](https://github.com/shortcuts/)
- [60638be54](https://github.com/algolia/api-clients-automation/commit/60638be54) chore(dart): prepare recommend client for release ([#1861](https://github.com/algolia/api-clients-automation/pull/1861)) by [@aallam](https://github.com/aallam/)
- [622e8a16f](https://github.com/algolia/api-clients-automation/commit/622e8a16f) chore(dart): remove client packages ([#1862](https://github.com/algolia/api-clients-automation/pull/1862)) by [@aallam](https://github.com/aallam/)
- [c6a7ab404](https://github.com/algolia/api-clients-automation/commit/c6a7ab404) fix(specs): optional/required `query` and `params` ([#1864](https://github.com/algolia/api-clients-automation/pull/1864)) by [@aallam](https://github.com/aallam/)
- [a5bf6232c](https://github.com/algolia/api-clients-automation/commit/a5bf6232c) feat(specs): delete Predict ([#1860](https://github.com/algolia/api-clients-automation/pull/1860)) by [@shortcuts](https://github.com/shortcuts/)
- [4ebd50a9b](https://github.com/algolia/api-clients-automation/commit/4ebd50a9b) fix(dart): correctly rethrow `4xx` errors ([#1859](https://github.com/algolia/api-clients-automation/pull/1859)) by [@aallam](https://github.com/aallam/)
- [280228be1](https://github.com/algolia/api-clients-automation/commit/280228be1) feat(dart): add missing clients ([#1835](https://github.com/algolia/api-clients-automation/pull/1835)) by [@aallam](https://github.com/aallam/)

## [0.1.2+1](https://github.com/algolia/algoliasearch-client-dart/compare/0.1.2...0.1.2+1)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// Current package version
const packageVersion = '0.1.3';
const packageVersion = '0.2.0';
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: algoliasearch
version: 0.1.3
version: 0.2.0
description: A Dart package for Algolia. Enables seamless integration for instant search, typo tolerance & user insights, and more, in Dart/Flutter apps.
homepage: https://www.algolia.com/doc/
repository: https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/algoliasearch
Expand All @@ -11,9 +11,9 @@ environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
algolia_client_core: ^0.1.1+3
algolia_client_search: ^0.1.4
algolia_client_insights: ^0.1.5
algolia_client_core: ^0.2.0
algolia_client_search: ^0.2.0
algolia_client_insights: ^0.2.0
json_annotation: ^4.8.1
collection: ^1.17.1

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.2.0](https://github.com/algolia/algoliasearch-client-dart/compare/0.1.1+3...0.2.0)

- [f91e1587](https://github.com/algolia/api-clients-automation/commit/f91e1587) fix(dart): user agent for web ([#1886](https://github.com/algolia/api-clients-automation/pull/1886)) by [@aallam](https://github.com/aallam/)

## 0.1.1+3

- **FIX**(dart): custom calls path and deserialization (#1780).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
## [0.1.5](https://github.com/algolia/algoliasearch-client-dart/compare/0.1.2+1...0.1.5)
## [0.2.0](https://github.com/algolia/algoliasearch-client-dart/compare/0.1.2+1...0.2.0)

- [f91e1587](https://github.com/algolia/api-clients-automation/commit/f91e1587) fix(dart): user agent for web ([#1886](https://github.com/algolia/api-clients-automation/pull/1886)) by [@aallam](https://github.com/aallam/)
- [3746e5050](https://github.com/algolia/api-clients-automation/commit/3746e5050) refactor(dart): unpin package dependency versions ([#1882](https://github.com/algolia/api-clients-automation/pull/1882)) by [@aallam](https://github.com/aallam/)
- [82d7dcf5a](https://github.com/algolia/api-clients-automation/commit/82d7dcf5a) fix(specs): allow JSON array for `aroundPrecision` ([#1855](https://github.com/algolia/api-clients-automation/pull/1855)) by [@shortcuts](https://github.com/shortcuts/)
- [60638be54](https://github.com/algolia/api-clients-automation/commit/60638be54) chore(dart): prepare recommend client for release ([#1861](https://github.com/algolia/api-clients-automation/pull/1861)) by [@aallam](https://github.com/aallam/)
- [622e8a16f](https://github.com/algolia/api-clients-automation/commit/622e8a16f) chore(dart): remove client packages ([#1862](https://github.com/algolia/api-clients-automation/pull/1862)) by [@aallam](https://github.com/aallam/)
- [c6a7ab404](https://github.com/algolia/api-clients-automation/commit/c6a7ab404) fix(specs): optional/required `query` and `params` ([#1864](https://github.com/algolia/api-clients-automation/pull/1864)) by [@aallam](https://github.com/aallam/)
- [a5bf6232c](https://github.com/algolia/api-clients-automation/commit/a5bf6232c) feat(specs): delete Predict ([#1860](https://github.com/algolia/api-clients-automation/pull/1860)) by [@shortcuts](https://github.com/shortcuts/)
- [4ebd50a9b](https://github.com/algolia/api-clients-automation/commit/4ebd50a9b) fix(dart): correctly rethrow `4xx` errors ([#1859](https://github.com/algolia/api-clients-automation/pull/1859)) by [@aallam](https://github.com/aallam/)
- [280228be1](https://github.com/algolia/api-clients-automation/commit/280228be1) feat(dart): add missing clients ([#1835](https://github.com/algolia/api-clients-automation/pull/1835)) by [@aallam](https://github.com/aallam/)

## [0.1.2+1](https://github.com/algolia/algoliasearch-client-dart/compare/0.1.2...0.1.2+1)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// Current package version
const packageVersion = '0.1.5';
const packageVersion = '0.2.0';
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: algolia_client_insights
version: 0.1.5
version: 0.2.0
description: A sub-package of the AlgoliaSearch library, offering insights-specific functionalities for enhanced search and discovery in Dart/Flutter apps.
homepage: https://www.algolia.com/doc/
repository: https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/client_insights
Expand All @@ -11,7 +11,7 @@ environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
algolia_client_core: ^0.1.1+3
algolia_client_core: ^0.2.0
json_annotation: ^4.8.1
collection: ^1.17.1

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
## [0.1.6](https://github.com/algolia/algoliasearch-client-dart/compare/0.1.2...0.1.6)
## [0.2.0](https://github.com/algolia/algoliasearch-client-dart/compare/0.1.2...0.2.0)

- [3746e5050](https://github.com/algolia/api-clients-automation/commit/3746e5050) refactor(dart): unpin package dependency versions ([#1882](https://github.com/algolia/api-clients-automation/pull/1882)) by [@aallam](https://github.com/aallam/)
- [82d7dcf5a](https://github.com/algolia/api-clients-automation/commit/82d7dcf5a) fix(specs): allow JSON array for `aroundPrecision` ([#1855](https://github.com/algolia/api-clients-automation/pull/1855)) by [@shortcuts](https://github.com/shortcuts/)
- [60638be54](https://github.com/algolia/api-clients-automation/commit/60638be54) chore(dart): prepare recommend client for release ([#1861](https://github.com/algolia/api-clients-automation/pull/1861)) by [@aallam](https://github.com/aallam/)
- [622e8a16f](https://github.com/algolia/api-clients-automation/commit/622e8a16f) chore(dart): remove client packages ([#1862](https://github.com/algolia/api-clients-automation/pull/1862)) by [@aallam](https://github.com/aallam/)
- [c6a7ab404](https://github.com/algolia/api-clients-automation/commit/c6a7ab404) fix(specs): optional/required `query` and `params` ([#1864](https://github.com/algolia/api-clients-automation/pull/1864)) by [@aallam](https://github.com/aallam/)
- [a5bf6232c](https://github.com/algolia/api-clients-automation/commit/a5bf6232c) feat(specs): delete Predict ([#1860](https://github.com/algolia/api-clients-automation/pull/1860)) by [@shortcuts](https://github.com/shortcuts/)
- [4ebd50a9b](https://github.com/algolia/api-clients-automation/commit/4ebd50a9b) fix(dart): correctly rethrow `4xx` errors ([#1859](https://github.com/algolia/api-clients-automation/pull/1859)) by [@aallam](https://github.com/aallam/)
- [280228be1](https://github.com/algolia/api-clients-automation/commit/280228be1) feat(dart): add missing clients ([#1835](https://github.com/algolia/api-clients-automation/pull/1835)) by [@aallam](https://github.com/aallam/)
- [f91e1587](https://github.com/algolia/api-clients-automation/commit/f91e1587) fix(dart): user agent for web ([#1886](https://github.com/algolia/api-clients-automation/pull/1886)) by [@aallam](https://github.com/aallam/)

## 0.1.2

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// Current package version
const packageVersion = '0.1.6';
const packageVersion = '0.2.0';
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: algolia_client_recommend
version: 0.1.6
version: 0.2.0
description: A sub-package of the AlgoliaSearch library, offering recommend-specific functionalities for enhanced search and discovery in Dart/Flutter apps.
homepage: https://www.algolia.com/doc/
repository: https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/client_recommend
Expand All @@ -11,7 +11,7 @@ environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
algolia_client_core: ^0.1.1+3
algolia_client_core: ^0.2.0
json_annotation: ^4.8.1
collection: ^1.17.1

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
## [0.1.4](https://github.com/algolia/algoliasearch-client-dart/compare/0.1.2+2...0.1.4)
## [0.2.0](https://github.com/algolia/algoliasearch-client-dart/compare/0.1.2+2...0.2.0)

- [f91e1587](https://github.com/algolia/api-clients-automation/commit/f91e1587) fix(dart): user agent for web ([#1886](https://github.com/algolia/api-clients-automation/pull/1886)) by [@aallam](https://github.com/aallam/)
- [3746e5050](https://github.com/algolia/api-clients-automation/commit/3746e5050) refactor(dart): unpin package dependency versions ([#1882](https://github.com/algolia/api-clients-automation/pull/1882)) by [@aallam](https://github.com/aallam/)
- [82d7dcf5a](https://github.com/algolia/api-clients-automation/commit/82d7dcf5a) fix(specs): allow JSON array for `aroundPrecision` ([#1855](https://github.com/algolia/api-clients-automation/pull/1855)) by [@shortcuts](https://github.com/shortcuts/)
- [60638be54](https://github.com/algolia/api-clients-automation/commit/60638be54) chore(dart): prepare recommend client for release ([#1861](https://github.com/algolia/api-clients-automation/pull/1861)) by [@aallam](https://github.com/aallam/)
- [622e8a16f](https://github.com/algolia/api-clients-automation/commit/622e8a16f) chore(dart): remove client packages ([#1862](https://github.com/algolia/api-clients-automation/pull/1862)) by [@aallam](https://github.com/aallam/)
- [c6a7ab404](https://github.com/algolia/api-clients-automation/commit/c6a7ab404) fix(specs): optional/required `query` and `params` ([#1864](https://github.com/algolia/api-clients-automation/pull/1864)) by [@aallam](https://github.com/aallam/)
- [a5bf6232c](https://github.com/algolia/api-clients-automation/commit/a5bf6232c) feat(specs): delete Predict ([#1860](https://github.com/algolia/api-clients-automation/pull/1860)) by [@shortcuts](https://github.com/shortcuts/)
- [4ebd50a9b](https://github.com/algolia/api-clients-automation/commit/4ebd50a9b) fix(dart): correctly rethrow `4xx` errors ([#1859](https://github.com/algolia/api-clients-automation/pull/1859)) by [@aallam](https://github.com/aallam/)
- [280228be1](https://github.com/algolia/api-clients-automation/commit/280228be1) feat(dart): add missing clients ([#1835](https://github.com/algolia/api-clients-automation/pull/1835)) by [@aallam](https://github.com/aallam/)

## [0.1.2+2](https://github.com/algolia/algoliasearch-client-dart/compare/0.1.2...0.1.2+2)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// Current package version
const packageVersion = '0.1.4';
const packageVersion = '0.2.0';
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: algolia_client_search
version: 0.1.4
version: 0.2.0
description: A sub-package of the AlgoliaSearch library, offering search-specific functionalities for enhanced search and discovery in Dart/Flutter apps.
homepage: https://www.algolia.com/doc/
repository: https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/client_search
Expand All @@ -11,7 +11,7 @@ environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
algolia_client_core: ^0.1.1+3
algolia_client_core: ^0.2.0
json_annotation: ^4.8.1
collection: ^1.17.1

Expand Down
2 changes: 1 addition & 1 deletion config/clients.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"dart": {
"folder": "clients/algoliasearch-client-dart",
"gitRepoId": "algoliasearch-client-dart",
"packageVersion": "0.1.3",
"packageVersion": "0.2.0",
"modelFolder": "lib/src/model",
"apiFolder": "lib/src/api",
"customGenerator": "algolia-dart",
Expand Down
8 changes: 4 additions & 4 deletions config/openapitools.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,25 +161,25 @@
"dart-algoliasearch": {
"output": "#{cwd}/clients/algoliasearch-client-dart/packages/algoliasearch",
"additionalProperties": {
"packageVersion": "0.1.3"
"packageVersion": "0.2.0"
}
},
"dart-search": {
"output": "#{cwd}/clients/algoliasearch-client-dart/packages/client_search",
"additionalProperties": {
"packageVersion": "0.1.4"
"packageVersion": "0.2.0"
}
},
"dart-insights": {
"output": "#{cwd}/clients/algoliasearch-client-dart/packages/client_insights",
"additionalProperties": {
"packageVersion": "0.1.5"
"packageVersion": "0.2.0"
}
},
"dart-recommend": {
"output": "#{cwd}/clients/algoliasearch-client-dart/packages/client_recommend",
"additionalProperties": {
"packageVersion": "0.1.6"
"packageVersion": "0.2.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion templates/dart/pubspec.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
algolia_client_core: ^0.1.1+3
algolia_client_core: ^0.2.0
{{#isAlgoliasearchClient}}
algolia_client_search: ^{{{searchVersion}}}
algolia_client_insights: ^{{{insightsVersion}}}
Expand Down

0 comments on commit a9caae9

Please sign in to comment.