Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.129.1-beta] - 2021-08-24

### added
- [vtex faststore-cli] adding a new plugin called faststore-cli that facilitate linking for the faststore framework
Comment on lines +12 to +13

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### added
- [vtex faststore-cli] adding a new plugin called faststore-cli that facilitate linking for the faststore framework
### Added
- [vtex faststore-cli] Add `cli-plugin-faststore` plugin, that facilitates linking for the faststore framework


## [2.128.0] - 2021-05-25

### Changed
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vtex",
"version": "2.128.0",
"version": "2.129.1-beta",
"description": "The platform for e-commerce apps",
"bin": "bin/run",
"main": "lib/api/index.js",
Expand Down Expand Up @@ -60,6 +60,7 @@
"@vtex/cli-plugin-deploy": "^0.2.0",
"@vtex/cli-plugin-deps": "^0.0.1",
"@vtex/cli-plugin-edition": "^0.0.1",
"@vtex/cli-plugin-faststore": "^0.0.2",
"@vtex/cli-plugin-functions": "^1.1.0",
"@vtex/cli-plugin-infra": "^0.1.0",
"@vtex/cli-plugin-lighthouse": "^0.0.3",
Expand Down Expand Up @@ -183,7 +184,8 @@
"@vtex/cli-plugin-deploy",
"@vtex/cli-plugin-whoami",
"@vtex/cli-plugin-url",
"@vtex/cli-plugin-functions"
"@vtex/cli-plugin-functions",
"@vtex/cli-plugin-faststore"
],
"update": {
"node": {
Expand Down
31 changes: 31 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1371,6 +1371,16 @@
"@tiagonapoli/oclif-plugin-spaced-commands" "^0.0.6"
tslib "^1"

"@vtex/cli-plugin-faststore@^0.0.2":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@vtex/cli-plugin-faststore/-/cli-plugin-faststore-0.0.2.tgz#959f550cc5b699caae48e8816ff7c710fb870f4e"
integrity sha512-XAZiicW4n4jCMBX4Q7u67icvFKyh41VBiF+TXrsxeHSocGIPcEv5czT8hMHVquGLIZ9YhRlv/fZ+1I07BXt39g==
dependencies:
"@oclif/command" "^1"
"@oclif/config" "^1"
node-localstorage "^2.2.1"
tslib "^1"

"@vtex/cli-plugin-functions@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@vtex/cli-plugin-functions/-/cli-plugin-functions-1.1.0.tgz#135f477c960ed32abefe7891844f92138cc9e963"
Expand Down Expand Up @@ -7247,6 +7257,13 @@ node-int64@^0.4.0:
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
integrity sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=

node-localstorage@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/node-localstorage/-/node-localstorage-2.2.1.tgz#869723550a4883e426cb391d2df0b563a51c7c1c"
integrity sha512-vv8fJuOUCCvSPjDjBLlMqYMHob4aGjkmrkaE42/mZr0VT+ZAU10jRF8oTnX9+pgU9/vYJ8P7YT3Vd6ajkmzSCw==
dependencies:
write-file-atomic "^1.1.4"

node-modules-regexp@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz#8d9dbe28964a4ac5712e9131642107c71e90ec40"
Expand Down Expand Up @@ -8827,6 +8844,11 @@ slice-ansi@^2.1.0:
astral-regex "^1.0.0"
is-fullwidth-code-point "^2.0.0"

slide@^1.1.5:
version "1.1.6"
resolved "https://registry.yarnpkg.com/slide/-/slide-1.1.6.tgz#56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707"
integrity sha1-VusCfWW00tzmyy4tMsTUr8nh1wc=

snapdragon-node@^2.0.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b"
Expand Down Expand Up @@ -10103,6 +10125,15 @@ write-file-atomic@2.4.1:
imurmurhash "^0.1.4"
signal-exit "^3.0.2"

write-file-atomic@^1.1.4:
version "1.3.4"
resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-1.3.4.tgz#f807a4f0b1d9e913ae7a48112e6cc3af1991b45f"
integrity sha1-+Aek8LHZ6ROuekgRLmzDrxmRtF8=
dependencies:
graceful-fs "^4.1.11"
imurmurhash "^0.1.4"
slide "^1.1.5"

write-file-atomic@^2.0.0:
version "2.4.3"
resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.4.3.tgz#1fd2e9ae1df3e75b8d8c367443c692d4ca81f481"
Expand Down