Skip to content

Commit

Permalink
Release: 1.8.49
Browse files Browse the repository at this point in the history
  • Loading branch information
vtexgithubbot committed May 31, 2022
1 parent 09cda0e commit 4b814f0
Show file tree
Hide file tree
Showing 16 changed files with 97 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.8.49 (2022-05-31)


### Bug Fixes

* remove docs from build on codesandbox ([#1334](https://github.com/vtex/faststore/issues/1334)) ([c9eabde](https://github.com/vtex/faststore/commit/c9eabdea8d951d42a9b3898572719e1f45294b33))





## [1.8.48](https://github.com/vtex/faststore/compare/v1.8.47...v1.8.48) (2022-05-30)

**Note:** Version bump only for package faststore
Expand Down
11 changes: 11 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.8.49 (2022-05-31)


### Bug Fixes

* remove docs from build on codesandbox ([#1334](https://github.com/vtex/faststore/issues/1334)) ([c9eabde](https://github.com/vtex/faststore/commit/c9eabdea8d951d42a9b3898572719e1f45294b33))





## [1.8.48](https://github.com/vtex/faststore/compare/v1.8.47...v1.8.48) (2022-05-30)

**Note:** Version bump only for package docs
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.8.48",
"version": "1.8.49",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -18,7 +18,7 @@
"@docusaurus/preset-classic": "2.0.0-beta.20",
"@docusaurus/remark-plugin-npm2yarn": "2.0.0-beta.20",
"@docusaurus/theme-live-codeblock": "2.0.0-beta.20",
"@faststore/ui": "^1.8.46",
"@faststore/ui": "^1.8.49",
"@fortawesome/fontawesome-free": "^5.15.4",
"@mdx-js/react": "^1.6.21",
"@svgr/webpack": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.8.48",
"version": "1.8.49",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.8.49 (2022-05-31)


### Bug Fixes

* remove docs from build on codesandbox ([#1334](https://github.com/vtex/faststore/issues/1334)) ([c9eabde](https://github.com/vtex/faststore/commit/c9eabdea8d951d42a9b3898572719e1f45294b33))





## 1.8.46 (2022-05-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/api",
"version": "1.8.46",
"version": "1.8.49",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/graphql-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.8.49 (2022-05-31)


### Bug Fixes

* remove docs from build on codesandbox ([#1334](https://github.com/vtex/faststore/issues/1334)) ([c9eabde](https://github.com/vtex/faststore/commit/c9eabdea8d951d42a9b3898572719e1f45294b33))





## 1.8.46 (2022-05-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/graphql-utils",
"version": "1.8.46",
"version": "1.8.49",
"description": "GraphQL utilities",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/lighthouse/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.8.49 (2022-05-31)


### Bug Fixes

* remove docs from build on codesandbox ([#1334](https://github.com/vtex/faststore/issues/1334)) ([c9eabde](https://github.com/vtex/faststore/commit/c9eabdea8d951d42a9b3898572719e1f45294b33))





## 1.8.46 (2022-05-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/lighthouse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/lighthouse",
"version": "1.8.46",
"version": "1.8.49",
"author": "Emerson Laurentino",
"license": "MIT",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.8.49 (2022-05-31)


### Bug Fixes

* remove docs from build on codesandbox ([#1334](https://github.com/vtex/faststore/issues/1334)) ([c9eabde](https://github.com/vtex/faststore/commit/c9eabdea8d951d42a9b3898572719e1f45294b33))





## [1.8.47](https://github.com/vtex/faststore/compare/v1.8.46...v1.8.47) (2022-05-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/sdk",
"version": "1.8.47",
"version": "1.8.49",
"description": "Hooks for creating your next component library",
"license": "MIT",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.8.49 (2022-05-31)


### Bug Fixes

* remove docs from build on codesandbox ([#1334](https://github.com/vtex/faststore/issues/1334)) ([c9eabde](https://github.com/vtex/faststore/commit/c9eabdea8d951d42a9b3898572719e1f45294b33))





## 1.8.46 (2022-05-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/styles",
"version": "1.8.46",
"version": "1.8.49",
"description": "Basic theme for our Store UI components.",
"author": "VTEX <gabriel.antiqueira@vtex.com.br>",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.8.49 (2022-05-31)


### Bug Fixes

* remove docs from build on codesandbox ([#1334](https://github.com/vtex/faststore/issues/1334)) ([c9eabde](https://github.com/vtex/faststore/commit/c9eabdea8d951d42a9b3898572719e1f45294b33))





## 1.8.46 (2022-05-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/ui",
"version": "1.8.46",
"version": "1.8.49",
"description": "A lightweight, framework agnostic component library for React",
"author": "emersonlaurentino",
"license": "MIT",
Expand Down

1 comment on commit 4b814f0

@vercel
Copy link

@vercel vercel bot commented on 4b814f0 May 31, 2022

Choose a reason for hiding this comment

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

Deployment failed with the following error:

Resource is limited - try again in 8 minutes (more than 100, code: "api-deployments-free-per-day").

Please sign in to comment.