From 484861fc788f3185894139187ab8a711c92dc6ec Mon Sep 17 00:00:00 2001 From: ataideverton <56592231+ataideverton@users.noreply.github.com> Date: Tue, 12 Nov 2024 12:48:42 +0000 Subject: [PATCH] Release v3.16.1 --- CHANGELOG.md | 2 ++ manifest.json | 6 ++++-- node/package.json | 2 +- react/package.json | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd0e91f..d27a9f78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [3.16.1] - 2024-11-12 ### Fixed - Autocomplete not working with French language diff --git a/manifest.json b/manifest.json index 7dcfe3d2..c8b4ed21 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "quickorder", - "version": "3.16.1-beta.0", + "version": "3.16.1", "title": "Quickorder", "description": "Allow users to add multiple products to the cart at once", "defaultLocale": "en-US", @@ -102,7 +102,9 @@ }, "free": true, "type": "free", - "availableCountries": ["*"] + "availableCountries": [ + "*" + ] }, "$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema" } diff --git a/node/package.json b/node/package.json index 24a72c29..2d4ec815 100644 --- a/node/package.json +++ b/node/package.json @@ -44,5 +44,5 @@ "@vtex/tsconfig": "^0.5.0", "ts-jest": "^25.1.0" }, - "version": "3.16.0" + "version": "3.16.1" } diff --git a/react/package.json b/react/package.json index 1c357808..23ecce88 100644 --- a/react/package.json +++ b/react/package.json @@ -27,5 +27,5 @@ "graphql": "^14.6.0", "react": "^16.9.2" }, - "version": "3.16.0" + "version": "3.16.1" }