Skip to content

Commit f462304

Browse files
committed
Release v3.6.1
1 parent 400a7cf commit f462304

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [3.6.1] - 2021-12-16
911
### Changed
1012
- Update to `Maps` component to declaretively render google maps and markers.
1113

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pickup-points-modal",
33
"vendor": "vtex",
4-
"version": "3.6.0",
4+
"version": "3.6.1",
55
"title": "Pickup Points Modal React component",
66
"description": "Pickup Points Modal React component",
77
"defaultLocale": "en",

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vtex/pickup-points-modal",
3-
"version": "3.6.0",
3+
"version": "3.6.1",
44
"description": "Pickup Points Modal React component",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)