Skip to content

Commit cc98c44

Browse files
chore: release 5.34.0
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 047a9c7 commit cc98c44

File tree

51 files changed

+265
-258
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+265
-258
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.34.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.33.0...5.34.0)
2+
3+
- [d05999769a](https://github.com/algolia/api-clients-automation/commit/d05999769a) fix(specs): abtests metadata mean ([#5121](https://github.com/algolia/api-clients-automation/pull/5121)) by [@cdhawke](https://github.com/cdhawke/)
4+
- [278a9e6832](https://github.com/algolia/api-clients-automation/commit/278a9e6832) fix(specs): cleanup for composition API clients ([#5119](https://github.com/algolia/api-clients-automation/pull/5119)) by [@ClaraMuller](https://github.com/ClaraMuller/)
5+
- [e7dfb35f92](https://github.com/algolia/api-clients-automation/commit/e7dfb35f92) refactor(specs): group files for composition api ([#5122](https://github.com/algolia/api-clients-automation/pull/5122)) by [@ClaraMuller](https://github.com/ClaraMuller/)
6+
- [2ee13af721](https://github.com/algolia/api-clients-automation/commit/2ee13af721) feat(specs): add lastUpdatedAt to personalization real-time user ([#5126](https://github.com/algolia/api-clients-automation/pull/5126)) by [@raed667](https://github.com/raed667/)
7+
18
## [5.33.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.32.0...5.33.0)
29

310
- [a7a3c5fc95](https://github.com/algolia/api-clients-automation/commit/a7a3c5fc95) feat(specs): document runMetadata parameter ([#5087](https://github.com/algolia/api-clients-automation/pull/5087)) by [@DevinCodes](https://github.com/DevinCodes/)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ All of our clients comes with type definition, and are available for both browse
3838
### With a package manager
3939

4040
```bash
41-
yarn add algoliasearch@5.33.0
41+
yarn add algoliasearch@5.34.0
4242
# or
43-
npm install algoliasearch@5.33.0
43+
npm install algoliasearch@5.34.0
4444
# or
45-
pnpm add algoliasearch@5.33.0
45+
pnpm add algoliasearch@5.34.0
4646
```
4747

4848
### Without a package manager
@@ -51,10 +51,10 @@ Add the following JavaScript snippet to the <head> of your website:
5151

5252
```html
5353
// for the full client
54-
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.33.0/dist/algoliasearch.umd.js"></script>
54+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.34.0/dist/algoliasearch.umd.js"></script>
5555

5656
// for the lite client
57-
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.33.0/dist/lite/builds/browser.umd.js"></script>
57+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.34.0/dist/lite/builds/browser.umd.js"></script>
5858
```
5959

6060
### Usage

packages/abtesting/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse
4141
### With a package manager
4242

4343
```bash
44-
yarn add @algolia/[email protected].4
44+
yarn add @algolia/[email protected].5
4545
# or
46-
npm install @algolia/[email protected].4
46+
npm install @algolia/[email protected].5
4747
# or
48-
pnpm add @algolia/[email protected].4
48+
pnpm add @algolia/[email protected].5
4949
```
5050

5151
### Without a package manager
5252

5353
Add the following JavaScript snippet to the <head> of your website:
5454

5555
```html
56-
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].4/dist/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].5/dist/builds/browser.umd.js"></script>
5757
```
5858

5959
### Usage

packages/abtesting/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.1-alpha.4",
2+
"version": "0.0.1-alpha.5",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -49,10 +49,10 @@
4949
"index.d.ts"
5050
],
5151
"dependencies": {
52-
"@algolia/client-common": "5.33.0",
53-
"@algolia/requester-browser-xhr": "5.33.0",
54-
"@algolia/requester-fetch": "5.33.0",
55-
"@algolia/requester-node-http": "5.33.0"
52+
"@algolia/client-common": "5.34.0",
53+
"@algolia/requester-browser-xhr": "5.34.0",
54+
"@algolia/requester-fetch": "5.34.0",
55+
"@algolia/requester-node-http": "5.34.0"
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.18.2",

packages/abtesting/src/abtestingClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import type {
3434
StopABTestProps,
3535
} from '../model/clientMethodProps';
3636

37-
export const apiClientVersion = '0.0.1-alpha.4';
37+
export const apiClientVersion = '0.0.1-alpha.5';
3838

3939
export const REGIONS = ['de', 'us'] as const;
4040
export type Region = (typeof REGIONS)[number];

packages/advanced-personalization/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse
4141
### With a package manager
4242

4343
```bash
44-
yarn add @algolia/[email protected].6
44+
yarn add @algolia/[email protected].7
4545
# or
46-
npm install @algolia/[email protected].6
46+
npm install @algolia/[email protected].7
4747
# or
48-
pnpm add @algolia/[email protected].6
48+
pnpm add @algolia/[email protected].7
4949
```
5050

5151
### Without a package manager
5252

5353
Add the following JavaScript snippet to the <head> of your website:
5454

5555
```html
56-
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].6/dist/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].7/dist/builds/browser.umd.js"></script>
5757
```
5858

5959
### Usage

packages/advanced-personalization/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.1-alpha.6",
2+
"version": "0.0.1-alpha.7",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -49,10 +49,10 @@
4949
"index.d.ts"
5050
],
5151
"dependencies": {
52-
"@algolia/client-common": "5.33.0",
53-
"@algolia/requester-browser-xhr": "5.33.0",
54-
"@algolia/requester-fetch": "5.33.0",
55-
"@algolia/requester-node-http": "5.33.0"
52+
"@algolia/client-common": "5.34.0",
53+
"@algolia/requester-browser-xhr": "5.34.0",
54+
"@algolia/requester-fetch": "5.34.0",
55+
"@algolia/requester-node-http": "5.34.0"
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.18.2",

packages/advanced-personalization/src/advancedPersonalizationClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import type {
3434
GetUsersProps,
3535
} from '../model/clientMethodProps';
3636

37-
export const apiClientVersion = '0.0.1-alpha.6';
37+
export const apiClientVersion = '0.0.1-alpha.7';
3838

3939
export const REGIONS = ['eu', 'us'] as const;
4040
export type Region = (typeof REGIONS)[number];

packages/algoliasearch/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ All of our clients comes with type definition, and are available for both browse
3838
### With a package manager
3939

4040
```bash
41-
yarn add algoliasearch@5.33.0
41+
yarn add algoliasearch@5.34.0
4242
# or
43-
npm install algoliasearch@5.33.0
43+
npm install algoliasearch@5.34.0
4444
# or
45-
pnpm add algoliasearch@5.33.0
45+
pnpm add algoliasearch@5.34.0
4646
```
4747

4848
### Without a package manager
@@ -51,10 +51,10 @@ Add the following JavaScript snippet to the <head> of your website:
5151

5252
```html
5353
// for the full client
54-
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.33.0/dist/algoliasearch.umd.js"></script>
54+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.34.0/dist/algoliasearch.umd.js"></script>
5555

5656
// for the lite client
57-
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.33.0/dist/lite/builds/browser.umd.js"></script>
57+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.34.0/dist/lite/builds/browser.umd.js"></script>
5858
```
5959

6060
### Usage

packages/algoliasearch/lite/src/liteClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import type {
2424
import type { SearchForFacetValuesResponse } from '../model/searchForFacetValuesResponse';
2525
import type { SearchResponse } from '../model/searchResponse';
2626

27-
export const apiClientVersion = '5.33.0';
27+
export const apiClientVersion = '5.34.0';
2828

2929
function getDefaultHosts(appId: string): Host[] {
3030
return (

0 commit comments

Comments
 (0)