Skip to content

Commit ff7aa1b

Browse files
committed
Release v0.7.4
1 parent 2377af3 commit ff7aa1b

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+
## [0.7.4] - 2020-12-01
911
### Fixed
1012
- Exported types would resolve to `any` when any other apps tried to use them.
1113

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"vendor": "vtex",
33
"name": "native-types",
4-
"version": "0.7.3",
4+
"version": "0.7.4",
55
"builders": {
66
"messages": "1.x",
77
"pages": "1.x",

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"vtex.css-handles": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.css-handles@0.4.4/public/@types/vtex.css-handles",
1717
"vtex.render-runtime": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.render-runtime@8.124.3/public/@types/vtex.render-runtime"
1818
},
19-
"version": "0.7.3"
19+
"version": "0.7.4"
2020
}

0 commit comments

Comments
 (0)