Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(scripts): change dist folder and bump #4113

Merged
merged 1 commit into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [5.14.1](https://github.com/algolia/algoliasearch-client-javascript/compare/5.14.0...5.14.1)
## [5.14.2](https://github.com/algolia/algoliasearch-client-javascript/compare/5.14.0...5.14.2)

- [b97a88beb](https://github.com/algolia/api-clients-automation/commit/b97a88beb) fix(javascript): add support for private package publish ([#4106](https://github.com/algolia/api-clients-automation/pull/4106)) by [@shortcuts](https://github.com/shortcuts/)
- [36d583e35](https://github.com/algolia/api-clients-automation/commit/36d583e35) fix(specs): make the searchParams compatible with v4 ([#4108](https://github.com/algolia/api-clients-automation/pull/4108)) by [@millotp](https://github.com/millotp/)
Expand Down
10 changes: 5 additions & 5 deletions clients/algoliasearch-client-javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ All of our clients comes with type definition, and are available for both browse
### With a package manager

```bash
yarn add algoliasearch@5.14.1
yarn add algoliasearch@5.14.2
# or
npm install algoliasearch@5.14.1
npm install algoliasearch@5.14.2
# or
pnpm add algoliasearch@5.14.1
pnpm add algoliasearch@5.14.2
```

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

```html
// for the full client
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.14.1/dist/algoliasearch.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.14.2/dist/algoliasearch.umd.js"></script>

// for the lite client
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.14.1/dist/lite/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.14.2/dist/lite/builds/browser.umd.js"></script>
```

### Usage
Expand Down
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"build": "lerna run build --scope '@algolia/requester-testing' --scope '@algolia/logger-console' --scope 'algoliasearch' --scope '@algolia/client-composition' --include-dependencies",
"clean": "lerna run clean",
"release:publish": "tsc --project scripts/tsconfig.json && node scripts/dist/scripts/publish.js",
"release:publish": "tsc --project scripts/tsconfig.json && node scripts/dist/publish.js",
"test": "lerna run test $*",
"test:size": "bundlesize",
"test:bundle": "lerna run test:bundle --verbose --include-dependencies"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ All of our clients comes with type definition, and are available for both browse
### With a package manager

```bash
yarn add algoliasearch@5.14.1
yarn add algoliasearch@5.14.2
# or
npm install algoliasearch@5.14.1
npm install algoliasearch@5.14.2
# or
pnpm add algoliasearch@5.14.1
pnpm add algoliasearch@5.14.2
```

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

```html
// for the full client
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.14.1/dist/algoliasearch.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.14.2/dist/algoliasearch.umd.js"></script>

// for the lite client
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.14.1/dist/lite/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.14.2/dist/lite/builds/browser.umd.js"></script>
```

### Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import type {
import type { SearchForFacetValuesResponse } from '../model/searchForFacetValuesResponse';
import type { SearchResponse } from '../model/searchResponse';

export const apiClientVersion = '5.14.1';
export const apiClientVersion = '5.14.2';

function getDefaultHosts(appId: string): Host[] {
return (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.14.1",
"version": "5.14.2",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -73,22 +73,22 @@
"lite.d.ts"
],
"dependencies": {
"@algolia/client-abtesting": "5.14.1",
"@algolia/client-analytics": "5.14.1",
"@algolia/client-common": "5.14.1",
"@algolia/client-insights": "5.14.1",
"@algolia/client-personalization": "5.14.1",
"@algolia/client-query-suggestions": "5.14.1",
"@algolia/client-search": "5.14.1",
"@algolia/ingestion": "1.14.1",
"@algolia/monitoring": "1.14.1",
"@algolia/recommend": "5.14.1",
"@algolia/requester-browser-xhr": "5.14.1",
"@algolia/requester-fetch": "5.14.1",
"@algolia/requester-node-http": "5.14.1"
"@algolia/client-abtesting": "5.14.2",
"@algolia/client-analytics": "5.14.2",
"@algolia/client-common": "5.14.2",
"@algolia/client-insights": "5.14.2",
"@algolia/client-personalization": "5.14.2",
"@algolia/client-query-suggestions": "5.14.2",
"@algolia/client-search": "5.14.2",
"@algolia/ingestion": "1.14.2",
"@algolia/monitoring": "1.14.2",
"@algolia/recommend": "5.14.2",
"@algolia/requester-browser-xhr": "5.14.2",
"@algolia/requester-fetch": "5.14.2",
"@algolia/requester-node-http": "5.14.2"
},
"devDependencies": {
"@algolia/requester-testing": "5.14.1",
"@algolia/requester-testing": "5.14.2",
"@arethetypeswrong/cli": "0.17.0",
"@types/node": "22.9.0",
"jsdom": "25.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse
### With a package manager

```bash
yarn add @algolia/client-abtesting@5.14.1
yarn add @algolia/client-abtesting@5.14.2
# or
npm install @algolia/client-abtesting@5.14.1
npm install @algolia/client-abtesting@5.14.2
# or
pnpm add @algolia/client-abtesting@5.14.1
pnpm add @algolia/client-abtesting@5.14.2
```

### Without a package manager

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

```html
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-abtesting@5.14.1/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-abtesting@5.14.2/dist/builds/browser.umd.js"></script>
```

### Usage
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.14.1",
"version": "5.14.2",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -48,10 +48,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.14.1",
"@algolia/requester-browser-xhr": "5.14.1",
"@algolia/requester-fetch": "5.14.1",
"@algolia/requester-node-http": "5.14.1"
"@algolia/client-common": "5.14.2",
"@algolia/requester-browser-xhr": "5.14.2",
"@algolia/requester-fetch": "5.14.2",
"@algolia/requester-node-http": "5.14.2"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import type {
StopABTestProps,
} from '../model/clientMethodProps';

export const apiClientVersion = '5.14.1';
export const apiClientVersion = '5.14.2';

export const REGIONS = ['de', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse
### With a package manager

```bash
yarn add @algolia/client-analytics@5.14.1
yarn add @algolia/client-analytics@5.14.2
# or
npm install @algolia/client-analytics@5.14.1
npm install @algolia/client-analytics@5.14.2
# or
pnpm add @algolia/client-analytics@5.14.1
pnpm add @algolia/client-analytics@5.14.2
```

### Without a package manager

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

```html
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-analytics@5.14.1/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-analytics@5.14.2/dist/builds/browser.umd.js"></script>
```

### Usage
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.14.1",
"version": "5.14.2",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -48,10 +48,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.14.1",
"@algolia/requester-browser-xhr": "5.14.1",
"@algolia/requester-fetch": "5.14.1",
"@algolia/requester-node-http": "5.14.1"
"@algolia/client-common": "5.14.2",
"@algolia/requester-browser-xhr": "5.14.2",
"@algolia/requester-fetch": "5.14.2",
"@algolia/requester-node-http": "5.14.2"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import type {
GetUsersCountProps,
} from '../model/clientMethodProps';

export const apiClientVersion = '5.14.1';
export const apiClientVersion = '5.14.2';

export const REGIONS = ['de', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-common",
"version": "5.14.1",
"version": "5.14.2",
"description": "Common package for the Algolia JavaScript API client.",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse
### With a package manager

```bash
yarn add @algolia/client-composition@0.0.1-alpha.2
yarn add @algolia/client-composition@0.0.1-alpha.3
# or
npm install @algolia/client-composition@0.0.1-alpha.2
npm install @algolia/client-composition@0.0.1-alpha.3
# or
pnpm add @algolia/client-composition@0.0.1-alpha.2
pnpm add @algolia/client-composition@0.0.1-alpha.3
```

### Without a package manager

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

```html
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-composition@0.0.1-alpha.2/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-composition@0.0.1-alpha.3/dist/builds/browser.umd.js"></script>
```

### Usage
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.1-alpha.2",
"version": "0.0.1-alpha.3",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -48,10 +48,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.14.1",
"@algolia/requester-browser-xhr": "5.14.1",
"@algolia/requester-fetch": "5.14.1",
"@algolia/requester-node-http": "5.14.1"
"@algolia/client-common": "5.14.2",
"@algolia/requester-browser-xhr": "5.14.2",
"@algolia/requester-fetch": "5.14.2",
"@algolia/requester-node-http": "5.14.2"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import type {
WaitForCompositionTaskOptions,
} from '../model/clientMethodProps';

export const apiClientVersion = '0.0.1-alpha.2';
export const apiClientVersion = '0.0.1-alpha.3';

function getDefaultHosts(appId: string): Host[] {
return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse
### With a package manager

```bash
yarn add @algolia/client-insights@5.14.1
yarn add @algolia/client-insights@5.14.2
# or
npm install @algolia/client-insights@5.14.1
npm install @algolia/client-insights@5.14.2
# or
pnpm add @algolia/client-insights@5.14.1
pnpm add @algolia/client-insights@5.14.2
```

### Without a package manager

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

```html
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-insights@5.14.1/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-insights@5.14.2/dist/builds/browser.umd.js"></script>
```

### Usage
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.14.1",
"version": "5.14.2",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -48,10 +48,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.14.1",
"@algolia/requester-browser-xhr": "5.14.1",
"@algolia/requester-fetch": "5.14.1",
"@algolia/requester-node-http": "5.14.1"
"@algolia/client-common": "5.14.2",
"@algolia/requester-browser-xhr": "5.14.2",
"@algolia/requester-fetch": "5.14.2",
"@algolia/requester-node-http": "5.14.2"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import type {
DeleteUserTokenProps,
} from '../model/clientMethodProps';

export const apiClientVersion = '5.14.1';
export const apiClientVersion = '5.14.2';

export const REGIONS = ['de', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse
### With a package manager

```bash
yarn add @algolia/client-personalization@5.14.1
yarn add @algolia/client-personalization@5.14.2
# or
npm install @algolia/client-personalization@5.14.1
npm install @algolia/client-personalization@5.14.2
# or
pnpm add @algolia/client-personalization@5.14.1
pnpm add @algolia/client-personalization@5.14.2
```

### Without a package manager

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

```html
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-personalization@5.14.1/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-personalization@5.14.2/dist/builds/browser.umd.js"></script>
```

### Usage
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.14.1",
"version": "5.14.2",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -48,10 +48,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.14.1",
"@algolia/requester-browser-xhr": "5.14.1",
"@algolia/requester-fetch": "5.14.1",
"@algolia/requester-node-http": "5.14.1"
"@algolia/client-common": "5.14.2",
"@algolia/requester-browser-xhr": "5.14.2",
"@algolia/requester-fetch": "5.14.2",
"@algolia/requester-node-http": "5.14.2"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.0",
Expand Down
Loading
Loading