Skip to content
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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.16.0](https://github.com/algolia/recommend/compare/v1.15.0...v1.16.0) (2024-12-18)


### Bug Fixes

* update the readme of js/react packages ([#186](https://github.com/algolia/recommend/issues/186)) ([9b4f553](https://github.com/algolia/recommend/commit/9b4f553cebd4775cefc0b3e26f5323d9ef66541b))


### Features

* Add `queryID` & `postion` as a preperation for Recommend Analytics [RECO-2391] ([#192](https://github.com/algolia/recommend/issues/192)) ([c5e44de](https://github.com/algolia/recommend/commit/c5e44de1321d72017a044c2a6c12b1502db29991))



# [1.15.0](https://github.com/algolia/recommend/compare/v1.14.0...v1.15.0) (2024-05-23)


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.15.0",
"version": "1.16.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.15.0",
"@algolia/recommend-react": "1.16.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.15.0",
"version": "1.16.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.15.0",
"@algolia/recommend-js": "1.16.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.15.0",
"version": "1.16.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.15.0",
"@algolia/recommend-vdom": "1.15.0",
"@algolia/recommend-js": "1.16.0",
"@algolia/recommend-vdom": "1.16.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.15.0",
"version": "1.16.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.15.0",
"version": "1.16.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.15.0';
export const version = '1.16.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.15.0",
"version": "1.16.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.15.0",
"@algolia/recommend-vdom": "1.15.0",
"@algolia/recommend-core": "1.16.0",
"@algolia/recommend-vdom": "1.16.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.15.0';
export const version = '1.16.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.15.0",
"version": "1.16.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.15.0",
"@algolia/recommend-vdom": "1.15.0",
"@algolia/recommend-core": "1.16.0",
"@algolia/recommend-vdom": "1.16.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.15.0';
export const version = '1.16.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.15.0",
"version": "1.16.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.15.0"
"@algolia/recommend-core": "1.16.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.15.0';
export const version = '1.16.0';
Loading