Skip to content

Commit

Permalink
chore: release v1.15.0 (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
raed667 authored May 23, 2024
1 parent d2b3bb3 commit 8a3b8cc
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 21 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [1.15.0](https://github.com/algolia/recommend/compare/v1.14.0...v1.15.0) (2024-05-23)



# [1.14.0](https://github.com/algolia/recommend/compare/v1.13.0...v1.14.0) (2024-02-01)


Expand Down
4 changes: 2 additions & 2 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@algolia/recommend-react-example",
"description": "Recommend React example",
"version": "1.14.0",
"version": "1.15.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"@algolia/autocomplete-theme-classic": "1.8.3",
"@algolia/client-search": "4.22.1",
"@algolia/recommend": "4.22.1",
"@algolia/recommend-react": "1.14.0",
"@algolia/recommend-react": "1.15.0",
"@algolia/ui-components-horizontal-slider-react": "1.2.1",
"@algolia/ui-components-horizontal-slider-theme": "1.2.1",
"algoliasearch": "4.17.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/js-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@algolia/recommend-js-example",
"description": "Recommend JavaScript example",
"version": "1.14.0",
"version": "1.15.0",
"private": true,
"license": "MIT",
"type": "module",
Expand All @@ -15,7 +15,7 @@
"@algolia/autocomplete-theme-classic": "1.8.3",
"@algolia/client-search": "4.22.1",
"@algolia/recommend": "4.22.1",
"@algolia/recommend-js": "1.14.0",
"@algolia/recommend-js": "1.15.0",
"@algolia/ui-components-horizontal-slider-js": "1.2.1",
"@algolia/ui-components-horizontal-slider-theme": "1.2.1",
"@babel/runtime": "7.21.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/templating/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@algolia/recommend-templating-example",
"description": "Recommend templating examples",
"version": "1.14.0",
"version": "1.15.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -12,8 +12,8 @@
"dependencies": {
"@algolia/client-search": "4.22.1",
"@algolia/recommend": "4.22.1",
"@algolia/recommend-js": "1.14.0",
"@algolia/recommend-vdom": "1.14.0",
"@algolia/recommend-js": "1.15.0",
"@algolia/recommend-vdom": "1.15.0",
"@algolia/ui-components-horizontal-slider-js": "1.2.1",
"@algolia/ui-components-horizontal-slider-theme": "1.2.1",
"algoliasearch": "4.17.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*", "examples/*"],
"version": "1.14.0",
"version": "1.15.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/recommend-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/recommend-core",
"version": "1.14.0",
"version": "1.15.0",
"license": "MIT",
"homepage": "https://github.com/algolia/recommend",
"repository": "algolia/recommend",
Expand Down
2 changes: 1 addition & 1 deletion packages/recommend-core/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '1.14.0';
export const version = '1.15.0';
6 changes: 3 additions & 3 deletions packages/recommend-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/recommend-js",
"version": "1.14.0",
"version": "1.15.0",
"license": "MIT",
"homepage": "https://github.com/algolia/recommend",
"repository": "algolia/recommend",
Expand Down Expand Up @@ -31,8 +31,8 @@
"@algolia/recommend": "^4.22.1"
},
"dependencies": {
"@algolia/recommend-core": "1.14.0",
"@algolia/recommend-vdom": "1.14.0",
"@algolia/recommend-core": "1.15.0",
"@algolia/recommend-vdom": "1.15.0",
"htm": "^3.0.0",
"preact": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/recommend-js/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '1.14.0';
export const version = '1.15.0';
6 changes: 3 additions & 3 deletions packages/recommend-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@algolia/recommend-react",
"description": "React package for Algolia Recommend.",
"version": "1.14.0",
"version": "1.15.0",
"license": "MIT",
"homepage": "https://github.com/algolia/recommend",
"repository": "algolia/recommend",
Expand Down Expand Up @@ -29,8 +29,8 @@
"prepare": "yarn build:esm && yarn build:types"
},
"dependencies": {
"@algolia/recommend-core": "1.14.0",
"@algolia/recommend-vdom": "1.14.0",
"@algolia/recommend-core": "1.15.0",
"@algolia/recommend-vdom": "1.15.0",
"dequal": "2.0.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/recommend-react/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '1.14.0';
export const version = '1.15.0';
4 changes: 2 additions & 2 deletions packages/recommend-vdom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/recommend-vdom",
"version": "1.14.0",
"version": "1.15.0",
"license": "MIT",
"homepage": "https://github.com/algolia/recommend",
"repository": "algolia/recommend",
Expand Down Expand Up @@ -28,6 +28,6 @@
"prepare": "yarn build:esm && yarn build:types"
},
"devDependencies": {
"@algolia/recommend-core": "1.14.0"
"@algolia/recommend-core": "1.15.0"
}
}
2 changes: 1 addition & 1 deletion packages/recommend-vdom/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '1.14.0';
export const version = '1.15.0';

0 comments on commit 8a3b8cc

Please sign in to comment.