Skip to content

Commit

Permalink
Release v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
luarakerlen committed Nov 14, 2024
1 parent a29d5d6 commit 0953b22
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 @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.5] - 2024-11-14

### Changed

- Downgrade `vtex.css-handles` version.
Expand Down
6 changes: 4 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"vendor": "vtex",
"name": "sponsored-banners",
"version": "0.0.4",
"version": "0.0.5",
"title": "VTEX Sponsored Banners",
"description": "Frontend apps that configure VTEX Ads sponsored banners in your storefront.",
"builders": {
Expand All @@ -16,7 +16,9 @@
"vtex.css-handles": "0.x",
"vtex.adserver-graphql": "0.x"
},
"registries": ["smartcheckout"],
"registries": [
"smartcheckout"
],
"policies": [],
"$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
@@ -1,6 +1,6 @@
{
"name": "sponsored-banners",
"version": "0.0.4",
"version": "0.0.5",
"scripts": {
"test": "vtex-test-tools test"
},
Expand Down

0 comments on commit 0953b22

Please sign in to comment.