Skip to content

Commit

Permalink
Release: 2.0.78-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vtexgithubbot committed Mar 15, 2023
1 parent 128c706 commit f723967
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.78-alpha.0](https://github.com/vtex/faststore/compare/v2.0.77-alpha.0...v2.0.78-alpha.0) (2023-03-15)

### Bug Fixes

- yarn test script ([#1668](https://github.com/vtex/faststore/issues/1668)) ([128c706](https://github.com/vtex/faststore/commit/128c7068e065b341268c9967351c4dd2e908bd49))

## [2.0.77-alpha.0](https://github.com/vtex/faststore/compare/v2.0.76-alpha.0...v2.0.77-alpha.0) (2023-03-15)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "2.0.77-alpha.0",
"version": "2.0.78-alpha.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.78-alpha.0](https://github.com/vtex/faststore/compare/v2.0.77-alpha.0...v2.0.78-alpha.0) (2023-03-15)

### Bug Fixes

- yarn test script ([#1668](https://github.com/vtex/faststore/issues/1668)) ([128c706](https://github.com/vtex/faststore/commit/128c7068e065b341268c9967351c4dd2e908bd49))

## [2.0.75-alpha.0](https://github.com/vtex/faststore/compare/v2.0.74-alpha.0...v2.0.75-alpha.0) (2023-03-15)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
@@ -1,6 +1,6 @@
{
"name": "@faststore/components",
"version": "2.0.75-alpha.0",
"version": "2.0.78-alpha.0",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Emerson Laurentino @emersonlaurentino",
Expand Down
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.78-alpha.0](https://github.com/vtex/faststore/compare/v2.0.77-alpha.0...v2.0.78-alpha.0) (2023-03-15)

**Note:** Version bump only for package @faststore/core

## [2.0.76-alpha.0](https://github.com/vtex/faststore/compare/v2.0.75-alpha.0...v2.0.76-alpha.0) (2023-03-15)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@faststore/core",
"version": "2.0.76-alpha.0",
"version": "2.0.78-alpha.0",
"license": "MIT",
"browserslist": "supports es6-module and not dead",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"@envelop/parser-cache": "^2.2.0",
"@envelop/validation-cache": "^2.2.0",
"@faststore/api": "^2.0.3-alpha.0",
"@faststore/components": "^2.0.75-alpha.0",
"@faststore/components": "^2.0.78-alpha.0",
"@faststore/graphql-utils": "^2.0.3-alpha.0",
"@faststore/sdk": "^2.0.3-alpha.0",
"@faststore/ui": "^2.0.75-alpha.0",
Expand Down

1 comment on commit f723967

@vercel
Copy link

@vercel vercel bot commented on f723967 Mar 15, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.