Skip to content

Commit

Permalink
chore: release (#6436)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayab authored Nov 14, 2024
1 parent 950349c commit c098cb4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/js/algolia-experiences/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-algolia-experiences",
"version": "1.8.0",
"version": "1.9.0",
"private": true,
"scripts": {
"start": "BABEL_ENV=parcel parcel *.html",
Expand All @@ -9,7 +9,7 @@
},
"browserslist": "firefox 68, chrome 78, IE 11",
"dependencies": {
"algolia-experiences": "1.4.4",
"algolia-experiences": "1.5.0",
"instantsearch.css": "8.5.1"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/algolia-experiences/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.5.0](https://github.com/algolia/instantsearch/compare/[email protected]@1.5.0) (2024-11-14)


### Features

* **experiences:** add `environment` setting and default to prod ([#6435](https://github.com/algolia/instantsearch/issues/6435)) ([950349c](https://github.com/algolia/instantsearch/commit/950349ce6e536b6a5421b5f951ae26a50652588a))





## [1.4.4](https://github.com/algolia/instantsearch/compare/[email protected]@1.4.4) (2024-11-14)

**Note:** Version bump only for package algolia-experiences
Expand Down
2 changes: 1 addition & 1 deletion packages/algolia-experiences/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "algolia-experiences",
"license": "MIT",
"version": "1.4.4",
"version": "1.5.0",
"main": "src/index.ts",
"jsdelivr": "dist/algolia-experiences.production.min.js",
"unpkg": "dist/algolia-experiences.production.min.js",
Expand Down

0 comments on commit c098cb4

Please sign in to comment.