Skip to content

Commit

Permalink
Merge pull request #40 from vtex-apps/fix/specification-group-typing-pt2
Browse files Browse the repository at this point in the history
Fix specification group typings pt.2
  • Loading branch information
kaisermann authored Dec 1, 2020
2 parents 47fe4c0 + 24a95ef commit fa5495a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Typings for `specificationGroups` (once again).

## [0.9.3] - 2020-12-01
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion react/ProductTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export type SpecificationGroupItem = {
export type SpecificationGroup = {
name: string
originalName: string
specifications: SpecificationGroupItem
specifications: SpecificationGroupItem[]
}

export type Product = {
Expand Down

0 comments on commit fa5495a

Please sign in to comment.