Skip to content

Commit 0b25db2

Browse files
committed
Release v4.44.5
1 parent 1847713 commit 0b25db2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
9+
10+
## [4.44.5] - 2021-07-27
911
### Fixed
1012

1113
- Toast overflows the bottom-right conner, making the app unresponsive in that section.

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"vendor": "vtex",
33
"name": "admin-pages",
4-
"version": "4.44.4",
4+
"version": "4.44.5",
55
"title": "VTEX Pages Admin",
66
"description": "The VTEX Pages CMS admin interface",
77
"builders": {

react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@
111111
"vtex.styles-graphql": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styles-graphql@1.18.0/public/@types/vtex.styles-graphql",
112112
"vtex.tenant-graphql": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.tenant-graphql@0.1.2/public/@types/vtex.tenant-graphql"
113113
},
114-
"version": "4.44.4"
114+
"version": "4.44.5"
115115
}

0 commit comments

Comments
 (0)