Skip to content

Commit

Permalink
Release: 1.10.20
Browse files Browse the repository at this point in the history
  • Loading branch information
vtexgithubbot committed Jul 22, 2022
1 parent 7cbf1eb commit d76d959
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.20](https://github.com/vtex/faststore/compare/v1.10.19...v1.10.20) (2022-07-22)

**Note:** Version bump only for package faststore





## [1.10.19](https://github.com/vtex/faststore/compare/v1.10.18...v1.10.19) (2022-07-22)

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

## [1.10.20](https://github.com/vtex/faststore/compare/v1.10.19...v1.10.20) (2022-07-22)

**Note:** Version bump only for package docs





## 1.10.18 (2022-07-20)


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.10.18",
"version": "1.10.20",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -21,7 +21,7 @@
"@docusaurus/remark-plugin-npm2yarn": "2.0.0-beta.20",
"@docusaurus/theme-live-codeblock": "2.0.0-beta.20",
"@faststore/styles": "^1.10.18",
"@faststore/ui": "^1.10.18",
"@faststore/ui": "^1.10.20",
"@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.10.19",
"version": "1.10.20",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/graphql-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.20](https://github.com/vtex/faststore/compare/v1.10.19...v1.10.20) (2022-07-22)

**Note:** Version bump only for package @faststore/graphql-utils





## 1.10.18 (2022-07-20)


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.10.18",
"version": "1.10.20",
"description": "GraphQL utilities",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.20](https://github.com/vtex/faststore/compare/v1.10.19...v1.10.20) (2022-07-22)

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





## 1.10.18 (2022-07-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/ui",
"version": "1.10.18",
"version": "1.10.20",
"description": "A lightweight, framework agnostic component library for React",
"author": "emersonlaurentino",
"license": "MIT",
Expand Down Expand Up @@ -57,6 +57,7 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@faststore/styles": "^1.10.18",
"@size-limit/preset-small-lib": "^7.0.8",
"@storybook/addon-actions": "^6.4.4",
"@storybook/addon-docs": "^6.4.4",
Expand All @@ -72,7 +73,6 @@
"@types/jest-axe": "^3.5.3",
"@types/tabbable": "^3.1.1",
"@types/testing-library__jest-dom": "^5.9.5",
"@faststore/styles": "^1.10.18",
"chalk": "^5.0.0",
"jest-axe": "^5.0.1",
"jest-matcher-utils": "^27.4.2",
Expand Down

1 comment on commit d76d959

@vercel
Copy link

@vercel vercel bot commented on d76d959 Jul 22, 2022

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.