Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
instantsearch-bot committed Dec 24, 2024
1 parent 3215f76 commit a9beaa1
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 13 deletions.
4 changes: 2 additions & 2 deletions 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.67.0",
"version": "0.68.0",
"private": true,
"scripts": {
"serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
"core-js": "2",
"instantsearch.js": "4.75.6",
"vue": "2.7.14",
"vue-instantsearch": "4.19.12"
"vue-instantsearch": "4.19.13"
},
"devDependencies": {
"@vue/cli-plugin-babel": "3.12.1",
Expand Down
4 changes: 2 additions & 2 deletions 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.67.0",
"version": "0.68.0",
"private": true,
"scripts": {
"serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
"core-js": "2",
"instantsearch.js": "4.75.6",
"vue": "2.7.14",
"vue-instantsearch": "4.19.12",
"vue-instantsearch": "4.19.13",
"vue-slider-component": "3.0.32"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions 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.24.0",
"version": "1.25.0",
"private": true,
"scripts": {
"start": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve --port 3000",
Expand All @@ -11,7 +11,7 @@
"core-js": "2",
"instantsearch.js": "4.75.6",
"vue": "2.7.14",
"vue-instantsearch": "4.19.12"
"vue-instantsearch": "4.19.13"
},
"devDependencies": {
"@vue/cli-plugin-babel": "3.12.1",
Expand Down
4 changes: 2 additions & 2 deletions 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.67.0",
"version": "0.68.0",
"private": true,
"scripts": {
"serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
"core-js": "2",
"instantsearch.js": "4.75.6",
"vue": "2.7.14",
"vue-instantsearch": "4.19.12"
"vue-instantsearch": "4.19.13"
},
"devDependencies": {
"@vue/cli-plugin-babel": "3.12.1",
Expand Down
4 changes: 2 additions & 2 deletions 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.66.0",
"version": "1.67.0",
"description": "Vue InstantSearch & Nuxt",
"private": true,
"scripts": {
Expand All @@ -15,7 +15,7 @@
"cross-env": "^5.2.0",
"css-loader": "^4.3.0",
"nuxt": "^2.4.5",
"vue-instantsearch": "4.19.12",
"vue-instantsearch": "4.19.13",
"vue-server-renderer": "2.7.14"
}
}
4 changes: 2 additions & 2 deletions 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.67.0",
"version": "0.68.0",
"private": true,
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service ssr:build",
Expand All @@ -13,7 +13,7 @@
"instantsearch.css": "8.5.1",
"qs": "6.9.7",
"vue": "2.7.14",
"vue-instantsearch": "4.19.12",
"vue-instantsearch": "4.19.13",
"vue-router": "^3.0.2",
"vue-server-renderer": "2.7.14"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/vue-instantsearch/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.

## [4.19.13](https://github.com/algolia/instantsearch/compare/vue-instantsearch@4.19.12...vue-instantsearch@4.19.13) (2024-12-24)


### Bug Fixes

* **storybook:** update algoliasearch import statement in vue stories ([#6483](https://github.com/algolia/instantsearch/issues/6483)) ([3215f76](https://github.com/algolia/instantsearch/commit/3215f768489e2e9fc39eec68c3c966846a5d7521))





## [4.19.12](https://github.com/algolia/instantsearch/compare/vue-instantsearch@4.19.11...vue-instantsearch@4.19.12) (2024-12-09)

**Note:** Version bump only for package vue-instantsearch
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-instantsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"autocomplete"
],
"license": "MIT",
"version": "4.19.12",
"version": "4.19.13",
"files": [
"vue2",
"vue3",
Expand Down

0 comments on commit a9beaa1

Please sign in to comment.