Skip to content

Commit

Permalink
chore: release (#5801)
Browse files Browse the repository at this point in the history
* chore: release

* updates

* Apply suggestions from code review

* examples

* more of the same
  • Loading branch information
Haroenv committed Aug 7, 2023
1 parent 279a70e commit c0a9fe1
Show file tree
Hide file tree
Showing 39 changed files with 1,091 additions and 2,046 deletions.
2 changes: 1 addition & 1 deletion examples/js/calendar-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-instantsearch-calendar-widget",
"version": "1.0.24",
"version": "1.0.25",
"private": true,
"scripts": {
"start": "BABEL_ENV=parcel parcel index.html --port 3000",
Expand Down
2 changes: 1 addition & 1 deletion examples/js/e-commerce-umd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-instantsearch-ecommerce-umd",
"version": "1.22.1",
"version": "1.22.2",
"private": true,
"scripts": {
"start": "BABEL_ENV=parcel parcel index.html --port 3000",
Expand Down
2 changes: 1 addition & 1 deletion examples/js/e-commerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-instantsearch-ecommerce",
"version": "1.23.0",
"version": "1.24.0",
"private": true,
"scripts": {
"start": "BABEL_ENV=parcel parcel index.html --port 3000",
Expand Down
2 changes: 1 addition & 1 deletion examples/js/getting-started/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-instantsearch-getting-started",
"version": "1.0.10",
"version": "1.0.11",
"private": true,
"scripts": {
"start": "BABEL_ENV=parcel parcel index.html --port 3000",
Expand Down
2 changes: 1 addition & 1 deletion examples/js/media/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-instantsearch-media",
"version": "1.23.0",
"version": "1.24.0",
"private": true,
"scripts": {
"start": "BABEL_ENV=parcel parcel index.html --port 3000",
Expand Down
2 changes: 1 addition & 1 deletion examples/js/tourism/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-instantsearch-tourism",
"version": "1.0.24",
"version": "1.0.25",
"private": true,
"scripts": {
"start": "BABEL_ENV=parcel parcel index.html --port 3000",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/default-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-default-theme",
"version": "6.50.0",
"version": "7.0.0",
"private": true,
"scripts": {
"build": "BABEL_ENV=parcel parcel build index.html",
Expand All @@ -11,7 +11,7 @@
"instantsearch.js": "4.56.8",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-instantsearch": "6.47.3"
"react-instantsearch": "7.0.0"
},
"devDependencies": {
"@parcel/core": "2.8.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/e-commerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-e-commerce",
"version": "6.38.26",
"version": "7.0.0",
"private": true,
"scripts": {
"build": "BABEL_ENV=parcel parcel build index.html",
Expand All @@ -14,7 +14,7 @@
"react": "18.1.0",
"react-compound-slider": "3.4.0",
"react-dom": "18.1.0",
"react-instantsearch": "6.47.3"
"react-instantsearch": "7.0.0"
},
"devDependencies": {
"@parcel/core": "2.8.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/getting-started/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-getting-started",
"version": "6.38.26",
"version": "6.39.0",
"private": true,
"scripts": {
"build": "BABEL_ENV=parcel parcel build index.html",
Expand All @@ -11,7 +11,7 @@
"instantsearch.js": "4.56.8",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-instantsearch": "6.47.3"
"react-instantsearch": "7.0.0"
},
"devDependencies": {
"@parcel/core": "2.8.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/next-routing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-next-routing-example",
"version": "6.57.0",
"version": "6.58.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -14,8 +14,8 @@
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-instantsearch-router-nextjs": "6.47.3",
"react-instantsearch": "6.47.3"
"react-instantsearch": "7.0.0",
"react-instantsearch-router-nextjs": "7.0.0"
},
"devDependencies": {
"@types/node": "17.0.40",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-next-example",
"version": "6.57.0",
"version": "7.0.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -14,8 +14,8 @@
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-instantsearch-router-nextjs": "6.47.3",
"react-instantsearch": "6.47.3"
"react-instantsearch": "7.0.0",
"react-instantsearch-router-nextjs": "7.0.0"
},
"devDependencies": {
"@types/node": "17.0.40",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-react-native-example",
"version": "6.38.26",
"version": "7.0.0",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"expo-status-bar": "~1.2.0",
"instantsearch.js": "4.56.8",
"react": "17.0.1",
"react-instantsearch-core": "6.47.3",
"react-instantsearch-core": "7.0.0",
"react-native": "0.64.3",
"react-native-web": "0.17.1"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-server-side-rendering",
"version": "6.38.26",
"version": "6.39.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -26,6 +26,6 @@
"express": "4.17.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-instantsearch": "6.47.3"
"react-instantsearch": "7.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/vue/default-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-vue-instantsearch-default-theme",
"version": "0.24.0",
"version": "0.25.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/e-commerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-vue-instantsearch-e-commerce",
"version": "0.24.0",
"version": "0.25.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/getting-started/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-vue-instantsearch-getting-started",
"version": "1.0.10",
"version": "1.0.11",
"private": true,
"scripts": {
"start": "vue-cli-service serve --port 3000",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/media/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-vue-instantsearch-media",
"version": "0.24.0",
"version": "0.25.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-vue-instantsearch-nuxt",
"version": "1.23.0",
"version": "1.24.0",
"description": "Vue InstantSearch & Nuxt",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-vue-instantsearch-ssr",
"version": "0.24.0",
"version": "0.25.0",
"private": true,
"scripts": {
"build": "vue-cli-service ssr:build",
Expand Down
11 changes: 11 additions & 0 deletions packages/create-instantsearch-app/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.

## [6.4.2](https://github.com/algolia/instantsearch/compare/create-instantsearch-app@6.4.1...create-instantsearch-app@6.4.2) (2023-08-07)


### Bug Fixes

* use npm registry to retrieve library versions ([#5789](https://github.com/algolia/instantsearch/issues/5789)) ([f3906dc](https://github.com/algolia/instantsearch/commit/f3906dc72ddaaae7115cf948fb6c3ce6babc1783))





## [6.4.1](https://github.com/algolia/instantsearch/compare/create-instantsearch-app@6.4.0...create-instantsearch-app@6.4.1) (2023-07-25)

**Note:** Version bump only for package create-instantsearch-app
Expand Down
2 changes: 1 addition & 1 deletion packages/create-instantsearch-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-instantsearch-app",
"version": "6.4.1",
"version": "6.4.2",
"license": "MIT",
"description": "⚡️ Build InstantSearch apps at the speed of thought",
"keywords": [
Expand Down
15 changes: 15 additions & 0 deletions packages/instantsearch-codemods/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2023-08-07)


### Features

* add more info to instantsearch-codemods `package.json` ([#5800](https://github.com/algolia/instantsearch/issues/5800)) ([279a70e](https://github.com/algolia/instantsearch/commit/279a70e1358c681b862836e2549b332230d67805))
* **getServerState:** require `renderToString` ([#5786](https://github.com/algolia/instantsearch/issues/5786)) ([f9762ce](https://github.com/algolia/instantsearch/commit/f9762ce3e78e246e2633fd29bde9ec57980d7a02))
* **react-instantsearch:** provide codemods to help with migration ([#5771](https://github.com/algolia/instantsearch/issues/5771)) ([4db165e](https://github.com/algolia/instantsearch/commit/4db165e77b73714dc206e6e88cec848136f1e32f))


11 changes: 11 additions & 0 deletions packages/instantsearch-codemods/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [Codemods](#codemods)
- [`rish-to-ris`](#rish-to-ris)
- [`ris-v6-to-v7`](#ris-v6-to-v7)
- [Notes](#notes)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## Codemods

These codemods (code transformers) can be ran with [jscodeshift](https://github.com/facebook/jscodeshift).
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.0.0",
"version": "0.1.0",
"source": "src/codeshift.config.js",
"main": "dist/codeshift.config.js",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion packages/instantsearch.css/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

**Table of Contents** _generated with [DocToc](https://github.com/thlorenz/doctoc)_

- [Getting started](#getting-started)
- [Installation](#installation)
Expand Down
6 changes: 3 additions & 3 deletions packages/instantsearch.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"version": "./scripts/version/update-version.js"
},
"devDependencies": {
"@instantsearch/mocks": "1.21.0",
"@instantsearch/tests": "1.21.0",
"@instantsearch/testutils": "1.10.0",
"@instantsearch/mocks": "1.22.0",
"@instantsearch/tests": "1.22.0",
"@instantsearch/testutils": "1.11.0",
"@storybook/html": "5.3.9",
"@types/scriptjs": "0.0.2",
"algoliasearch": "4.14.3",
Expand Down

0 comments on commit c0a9fe1

Please sign in to comment.