Skip to content

Commit

Permalink
Merge pull request #190 from vtex-apps/fix/run-lint
Browse files Browse the repository at this point in the history
Fix lint
  • Loading branch information
ataideverton authored Dec 4, 2024
2 parents a9e4620 + 104c880 commit c55bb06
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 11 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 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Remove merge marker from code

## [0.62.1] - 2024-12-04
### Added
Expand Down
6 changes: 0 additions & 6 deletions graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -533,11 +533,8 @@ type TopBarSettings {
type UISettings {
showModal: Boolean
clearCart: Boolean
<<<<<<< HEAD
fullImpersonation: Boolean
=======
topBar: TopBarSettings
>>>>>>> 723475d (feat: add topBar settings type)
}

scalar Data
Expand Down Expand Up @@ -698,11 +695,8 @@ input TopBarSettingsInput {
input UISettingsInput {
showModal: Boolean
clearCart: Boolean
<<<<<<< HEAD
fullImpersonation: Boolean
=======
topBar: TopBarSettingsInput
>>>>>>> 723475d (feat: add topBar settings type)
}

input B2BSettingsInput {
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": "b2b-organizations-graphql",
"vendor": "vtex",
"version": "0.62.1",
"version": "0.62.2",
"title": "B2B Organizations",
"description": "App to create and manage B2B Organizations and Cost Centers",
"mustUpdateAt": "2022-08-28",
Expand Down
3 changes: 0 additions & 3 deletions node/typings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,11 +247,8 @@ interface TopBarSetting {
interface UISettings {
showModal: boolean
clearCart: boolean
<<<<<<< HEAD
fullImpersonation: boolean
=======
topBar?: TopBarSetting | null
>>>>>>> 723475d (feat: add topBar settings type)
}

interface CustomField {
Expand Down
2 changes: 1 addition & 1 deletion node/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3475,7 +3475,7 @@ stack-utils@^2.0.3:
dependencies:
escape-string-regexp "^2.0.0"

"stats-lite@github:vtex/node-stats-lite#dist":
stats-lite@vtex/node-stats-lite#dist:
version "2.2.0"
resolved "https://codeload.github.com/vtex/node-stats-lite/tar.gz/1b0d39cc41ef7aaecfd541191f877887a2044797"
dependencies:
Expand Down

0 comments on commit c55bb06

Please sign in to comment.