Skip to content

Commit

Permalink
Release v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
btalma committed Apr 16, 2024
1 parent 6a431a5 commit 41ed6c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.13.0] - 2024-04-16

### Changed
- Updated GraphQL dependency to 3

Expand Down
6 changes: 4 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "availability-notify",
"vendor": "vtex",
"version": "1.12.2",
"version": "1.13.0",
"title": "Availability Notify",
"description": "Record and send notification when an item is back in stock",
"scripts": {
Expand Down Expand Up @@ -134,7 +134,9 @@
},
"free": true,
"type": "free",
"availableCountries": ["*"]
"availableCountries": [
"*"
]
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"vtex.store-resources": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.store-resources@0.88.0/public/@types/vtex.store-resources",
"vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.146.1/public/@types/vtex.styleguide"
},
"version": "1.12.2",
"version": "1.13.0",
"dependencies": {
"apollo-client": "^2.4.7",
"graphql": "^15.3.0",
Expand Down

0 comments on commit 41ed6c8

Please sign in to comment.