Skip to content

Commit

Permalink
[no ci] Release: 2.2.67
Browse files Browse the repository at this point in the history
  • Loading branch information
vtexgithubbot committed Jan 4, 2024
1 parent 866c5b7 commit 2e3616d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions apps/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "site",
"version": "2.2.64",
"version": "2.2.67",
"author": "Emerson Laurentino @emersonlaurentino",
"license": "MIT",
"private": true,
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"@faststore/api": "^2.2.56",
"@faststore/sdk": "^2.2.61",
"@faststore/ui": "^2.2.63",
"@faststore/ui": "^2.2.67",
"next": "13.0.7",
"nextra": "^2.8.0",
"nextra-theme-docs": "^2.8.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": "2.2.66",
"version": "2.2.67",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/components",
"version": "2.2.63",
"version": "2.2.67",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"typings": "dist/esm/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/core",
"version": "2.2.66",
"version": "2.2.67",
"license": "MIT",
"repository": "vtex/faststore",
"browserslist": "supports es6-module and not dead",
Expand Down Expand Up @@ -38,10 +38,10 @@
"@envelop/parser-cache": "^2.2.0",
"@envelop/validation-cache": "^2.2.0",
"@faststore/api": "^2.2.56",
"@faststore/components": "^2.2.63",
"@faststore/components": "^2.2.67",
"@faststore/graphql-utils": "^2.2.56",
"@faststore/sdk": "^2.2.61",
"@faststore/ui": "^2.2.63",
"@faststore/ui": "^2.2.67",
"@graphql-codegen/cli": "^3.3.1",
"@graphql-codegen/typescript": "^3.0.4",
"@graphql-codegen/typescript-operations": "^3.0.4",
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": "2.2.63",
"version": "2.2.67",
"description": "A lightweight, framework agnostic component library for React",
"author": "emersonlaurentino",
"license": "MIT",
Expand Down Expand Up @@ -48,7 +48,7 @@
}
],
"dependencies": {
"@faststore/components": "^2.2.63",
"@faststore/components": "^2.2.67",
"include-media": "^1.4.10",
"modern-normalize": "^1.1.0",
"react-swipeable": "^7.0.0",
Expand Down

0 comments on commit 2e3616d

Please sign in to comment.