Skip to content

Commit

Permalink
Merge branch 'feat/user-directives' of https://github.com/vtex-apps/w…
Browse files Browse the repository at this point in the history
…ish-list into feat/user-directives
  • Loading branch information
cdcs0128 committed Jan 31, 2024
2 parents 617227b + 9532f58 commit f2f4e57
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Authentication yo queries and mutation added

## [1.16.3] - 2024-01-22

## [1.16.2] - 2024-01-10

### Fixed

-Fix null pointer exception

### Fixed

- GA event error due to undefined selectedItem

## [1.16.1] - 2023-04-25
### Fixed
- Updated readme.md according to task LOC-10496.
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wish-list",
"vendor": "vtex",
"version": "1.16.1",
"version": "1.16.3",
"title": "Wish List",
"description": "The Wishlist app is designed for B2C. It adds a heart icon to the Shelfs and Product Page, so the user can add it to the Wishlist, you can list all the Wishlisted items at /wishlist",
"categories": [],
Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
"vtex.store-resources": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.store-resources",
"vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.styleguide"
},
"version": "1.16.1"
"version": "1.16.3"
}

0 comments on commit f2f4e57

Please sign in to comment.