Skip to content

Commit

Permalink
Merge pull request #20 from vtex-apps/update/read-me
Browse files Browse the repository at this point in the history
update readme and types
  • Loading branch information
beatrizmaselli authored Oct 22, 2024
2 parents 21afb97 + f20c503 commit f863678
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 13 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](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added
- Save logic using SC.
- Logic not to recover paymentData to the new cart.

## [2.0.2] - 2024-10-21

## [2.0.1] - 2024-10-21
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To do so, this app was created to enable `logged in` users to retrieve their car
```json
"peerDependencies": {
// ...
"vtex.cross-device-cart": "1.x"
"vtex.cross-device-cart": "2.x"
}
```

Expand Down
3 changes: 2 additions & 1 deletion node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@
"@vtex/tsconfig": "^0.5.6",
"typescript": "3.9.7",
"vtex.checkout-graphql": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.checkout-graphql",
"vtex.cross-device-cart": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.cross-device-cart",
"vtex.css-handles": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.css-handles",
"vtex.device-detector": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.device-detector",
"vtex.order-manager": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.order-manager",
"vtex.pixel-manager": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.pixel-manager",
"vtex.render-runtime": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.render-runtime",
"vtex.session-client": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.session-client",
"vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected].9/public/@types/vtex.styleguide"
"vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected].13/public/@types/vtex.styleguide"
},
"scripts": {
"lint": "tsc --noEmit --pretty && tslint -c tslint.json --fix './**/*.ts'"
Expand Down
10 changes: 7 additions & 3 deletions node/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6150,6 +6150,10 @@ [email protected]:
version "0.67.1"
resolved "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.checkout-graphql#28a28b8e5b1f39e45ac7fd57a06f05a2468e192e"

"vtex.cross-device-cart@http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.cross-device-cart":
version "2.0.2"
resolved "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.cross-device-cart#f8492d80560a1432f49835462bab14ad41466ae4"

"vtex.css-handles@http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.css-handles":
version "0.4.4"
resolved "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.css-handles#8c45c6decf9acd2b944e07261686decff93d6422"
Expand All @@ -6174,9 +6178,9 @@ [email protected]:
version "1.0.2"
resolved "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.session-client#239ac9935a59699e62e1509f844de81544ed0877"

"vtex.styleguide@http://vtex.vtexassets.com/_v/public/typings/v1/[email protected].9/public/@types/vtex.styleguide":
version "9.146.9"
resolved "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected].9/public/@types/vtex.styleguide#d1601fedfb665c6173334753171717da64e670bc"
"vtex.styleguide@http://vtex.vtexassets.com/_v/public/typings/v1/[email protected].13/public/@types/vtex.styleguide":
version "9.146.13"
resolved "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected].13/public/@types/vtex.styleguide#f4ccbc54621bf5114ddd115b6032ae320f2eba55"

w3c-hr-time@^1.0.1:
version "1.0.2"
Expand Down
5 changes: 3 additions & 2 deletions react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@
"graphql": "^14.6.0",
"typescript": "3.9.7",
"vtex.checkout-graphql": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.checkout-graphql",
"vtex.cross-device-cart": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.cross-device-cart",
"vtex.css-handles": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.css-handles",
"vtex.device-detector": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.device-detector",
"vtex.order-manager": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.order-manager",
"vtex.pixel-manager": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.pixel-manager",
"vtex.render-runtime": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected].2/public/@types/vtex.render-runtime",
"vtex.render-runtime": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected].11/public/@types/vtex.render-runtime",
"vtex.session-client": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.session-client",
"vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected].9/public/@types/vtex.styleguide"
"vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected].13/public/@types/vtex.styleguide"
}
}
16 changes: 10 additions & 6 deletions react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4962,6 +4962,10 @@ [email protected]:
version "0.67.1"
resolved "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.checkout-graphql#28a28b8e5b1f39e45ac7fd57a06f05a2468e192e"

"vtex.cross-device-cart@http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.cross-device-cart":
version "2.0.2"
resolved "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.cross-device-cart#f8492d80560a1432f49835462bab14ad41466ae4"

"vtex.css-handles@http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.css-handles":
version "0.4.4"
resolved "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.css-handles#8c45c6decf9acd2b944e07261686decff93d6422"
Expand All @@ -4978,17 +4982,17 @@ [email protected]:
version "1.9.0"
resolved "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.pixel-manager#eb61e263c4f8024430ef1a19d28bcf608db3d481"

"vtex.render-runtime@http://vtex.vtexassets.com/_v/public/typings/v1/[email protected].2/public/@types/vtex.render-runtime":
version "8.134.2"
resolved "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected].2/public/@types/vtex.render-runtime#ae69e2b2a471291c6c6b155e17510150fbfc2d0e"
"vtex.render-runtime@http://vtex.vtexassets.com/_v/public/typings/v1/[email protected].11/public/@types/vtex.render-runtime":
version "8.134.11"
resolved "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected].11/public/@types/vtex.render-runtime#0e42a00ac9b26c34b5b18b7a080f7dc3a5ac9959"

"vtex.session-client@http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.session-client":
version "1.0.2"
resolved "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.session-client#239ac9935a59699e62e1509f844de81544ed0877"

"vtex.styleguide@http://vtex.vtexassets.com/_v/public/typings/v1/[email protected].9/public/@types/vtex.styleguide":
version "9.146.9"
resolved "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected].9/public/@types/vtex.styleguide#d1601fedfb665c6173334753171717da64e670bc"
"vtex.styleguide@http://vtex.vtexassets.com/_v/public/typings/v1/[email protected].13/public/@types/vtex.styleguide":
version "9.146.13"
resolved "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected].13/public/@types/vtex.styleguide#f4ccbc54621bf5114ddd115b6032ae320f2eba55"

w3c-hr-time@^1.0.1:
version "1.0.2"
Expand Down

0 comments on commit f863678

Please sign in to comment.