Skip to content

Commit c098cb4

Browse files
authored
chore: release (#6436)
1 parent 950349c commit c098cb4

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

examples/js/algolia-experiences/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-algolia-experiences",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"private": true,
55
"scripts": {
66
"start": "BABEL_ENV=parcel parcel *.html",
@@ -9,7 +9,7 @@
99
},
1010
"browserslist": "firefox 68, chrome 78, IE 11",
1111
"dependencies": {
12-
"algolia-experiences": "1.4.4",
12+
"algolia-experiences": "1.5.0",
1313
"instantsearch.css": "8.5.1"
1414
},
1515
"devDependencies": {

packages/algolia-experiences/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.5.0](https://github.com/algolia/instantsearch/compare/[email protected]@1.5.0) (2024-11-14)
7+
8+
9+
### Features
10+
11+
* **experiences:** add `environment` setting and default to prod ([#6435](https://github.com/algolia/instantsearch/issues/6435)) ([950349c](https://github.com/algolia/instantsearch/commit/950349ce6e536b6a5421b5f951ae26a50652588a))
12+
13+
14+
15+
16+
617
## [1.4.4](https://github.com/algolia/instantsearch/compare/[email protected]@1.4.4) (2024-11-14)
718

819
**Note:** Version bump only for package algolia-experiences

packages/algolia-experiences/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "algolia-experiences",
33
"license": "MIT",
4-
"version": "1.4.4",
4+
"version": "1.5.0",
55
"main": "src/index.ts",
66
"jsdelivr": "dist/algolia-experiences.production.min.js",
77
"unpkg": "dist/algolia-experiences.production.min.js",

0 commit comments

Comments
 (0)