Skip to content

Commit

Permalink
chore: release (#5811)
Browse files Browse the repository at this point in the history
  • Loading branch information
instantsearch-bot authored Aug 16, 2023
1 parent c4f9eeb commit 9dc680d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/instantsearch-codemods/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.

## [0.1.2](https://github.com/algolia/instantsearch/compare/[email protected]@0.1.2) (2023-08-15)


### Bug Fixes

* **use:** compatibility for modern babel ([#5807](https://github.com/algolia/instantsearch/issues/5807)) ([c4f9eeb](https://github.com/algolia/instantsearch/commit/c4f9eeb49dffb9caa12acef7ffa895e30d7f06fa))





## [0.1.1](https://github.com/algolia/instantsearch/compare/[email protected]@0.1.1) (2023-08-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/instantsearch-codemods/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "instantsearch-codemods",
"description": "Codemods for Algolia InstantSearch libraries",
"version": "0.1.1",
"version": "0.1.2",
"source": "src/codeshift.config.js",
"main": "dist/codeshift.config.js",
"license": "MIT",
Expand Down
16 changes: 16 additions & 0 deletions tests/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/algolia/instantsearch/compare/@instantsearch/[email protected]...@instantsearch/[email protected]) (2023-08-15)


### Bug Fixes

* **this:** ensure all functions are able to be destructured ([#5611](https://github.com/algolia/instantsearch/issues/5611)) ([a8b5c1e](https://github.com/algolia/instantsearch/commit/a8b5c1e5bbd6afac39fce523f7d7c2ec02f51153)), closes [#5589](https://github.com/algolia/instantsearch/issues/5589)


### Features

* rename packages ([#5787](https://github.com/algolia/instantsearch/issues/5787)) ([c133170](https://github.com/algolia/instantsearch/commit/c133170e563592dfc15a95daced1f8447327a09a))





## [4.0.3](https://github.com/algolia/instantsearch/compare/@instantsearch/[email protected]...@instantsearch/[email protected]) (2023-07-25)


Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@instantsearch/e2e-tests",
"private": true,
"version": "4.1.0",
"version": "4.2.0",
"description": "End-to-end test suite for InstantSearch",
"keywords": [
"algolia",
Expand Down

0 comments on commit 9dc680d

Please sign in to comment.