Skip to content

Commit

Permalink
Revert: feat/sponsored banners (#189)
Browse files Browse the repository at this point in the history
#### What is the purpose of this pull request?

Revert `feat/sponsored banners` to fix problems.

#### What problem is this solving?

The feat/sponsored banners was causing a problem because
`adserver-graphql` dependency.
It was necessary to revert this commit and do not use `adserver-graphql`
as dependency.

#### Types of changes

* [x] Bug fix (a non-breaking change which fixes an issue)
* [ ] New feature (a non-breaking change which adds functionality)
* [ ] Breaking change (fix or feature that would cause existing
functionality to change)
* [ ] Requires change to documentation, which has been updated
accordingly.
  • Loading branch information
luarakerlen authored Nov 7, 2024
1 parent 3501d71 commit 4af0363
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 29 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Removed

- `sponsoredBanners` query.

## [0.101.1] - 2024-11-01

### Added
Expand Down
3 changes: 1 addition & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"vtex.search-graphql": "0.x",
"vtex.pwa-graphql": "1.x",
"vtex.pixel-manager": "1.x",
"vtex.recommendation-graphql": "0.x",
"vtex.adserver-graphql": "0.x"
"vtex.recommendation-graphql": "0.x"
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}
3 changes: 0 additions & 3 deletions react/QuerySponsoredBanners.js

This file was deleted.

24 changes: 0 additions & 24 deletions react/queries/sponsoredBanners.gql

This file was deleted.

0 comments on commit 4af0363

Please sign in to comment.