Skip to content

Commit 8037779

Browse files
committed
Revert "chore: release 2024-10-23 [skip ci]"
This reverts commit b18651b.
1 parent 5b05ef4 commit 8037779

File tree

31 files changed

+137
-137
lines changed

31 files changed

+137
-137
lines changed

clients/algoliasearch-client-javascript/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-
41+
4242
# or
43-
npm install [email protected].2
43+
npm install [email protected].1
4444
# or
45-
45+
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/[email protected].2/dist/algoliasearch.umd.js"></script>
54+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/algoliasearch.umd.js"></script>
5555

5656
// for the lite client
57-
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/lite/builds/browser.umd.js"></script>
57+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/lite/builds/browser.umd.js"></script>
5858
```
5959

6060
### Usage

clients/algoliasearch-client-javascript/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-
41+
4242
# or
43-
npm install [email protected].2
43+
npm install [email protected].1
4444
# or
45-
45+
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/[email protected].2/dist/algoliasearch.umd.js"></script>
54+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/algoliasearch.umd.js"></script>
5555

5656
// for the lite client
57-
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/lite/builds/browser.umd.js"></script>
57+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/lite/builds/browser.umd.js"></script>
5858
```
5959

6060
### Usage

clients/algoliasearch-client-javascript/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.10.2';
27+
export const apiClientVersion = '5.10.1';
2828

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

clients/algoliasearch-client-javascript/packages/client-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].2
44+
yarn add @algolia/[email protected].1
4545
# or
46-
npm install @algolia/[email protected].2
46+
npm install @algolia/[email protected].1
4747
# or
48-
pnpm add @algolia/[email protected].2
48+
pnpm add @algolia/[email protected].1
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].2/dist/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].1/dist/builds/browser.umd.js"></script>
5757
```
5858

5959
### Usage

clients/algoliasearch-client-javascript/packages/client-abtesting/src/abtestingClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import type {
2929
StopABTestProps,
3030
} from '../model/clientMethodProps';
3131

32-
export const apiClientVersion = '5.10.2';
32+
export const apiClientVersion = '5.10.1';
3333

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

clients/algoliasearch-client-javascript/packages/client-analytics/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].2
44+
yarn add @algolia/[email protected].1
4545
# or
46-
npm install @algolia/[email protected].2
46+
npm install @algolia/[email protected].1
4747
# or
48-
pnpm add @algolia/[email protected].2
48+
pnpm add @algolia/[email protected].1
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].2/dist/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].1/dist/builds/browser.umd.js"></script>
5757
```
5858

5959
### Usage

clients/algoliasearch-client-javascript/packages/client-analytics/src/analyticsClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ import type {
5858
GetUsersCountProps,
5959
} from '../model/clientMethodProps';
6060

61-
export const apiClientVersion = '5.10.2';
61+
export const apiClientVersion = '5.10.1';
6262

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

clients/algoliasearch-client-javascript/packages/client-insights/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].2
44+
yarn add @algolia/[email protected].1
4545
# or
46-
npm install @algolia/[email protected].2
46+
npm install @algolia/[email protected].1
4747
# or
48-
pnpm add @algolia/[email protected].2
48+
pnpm add @algolia/[email protected].1
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].2/dist/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].1/dist/builds/browser.umd.js"></script>
5757
```
5858

5959
### Usage

clients/algoliasearch-client-javascript/packages/client-insights/src/insightsClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import type {
2121
DeleteUserTokenProps,
2222
} from '../model/clientMethodProps';
2323

24-
export const apiClientVersion = '5.10.2';
24+
export const apiClientVersion = '5.10.1';
2525

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

clients/algoliasearch-client-javascript/packages/client-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].2
44+
yarn add @algolia/[email protected].1
4545
# or
46-
npm install @algolia/[email protected].2
46+
npm install @algolia/[email protected].1
4747
# or
48-
pnpm add @algolia/[email protected].2
48+
pnpm add @algolia/[email protected].1
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].2/dist/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].1/dist/builds/browser.umd.js"></script>
5757
```
5858

5959
### Usage

0 commit comments

Comments
 (0)