Skip to content

Commit

Permalink
chore: package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Dec 30, 2024
1 parent 6101db2 commit f84b931
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stewed/hooks",
"description": "Stewed UI Shared hooks",
"version": "0.1.0",
"version": "2.0.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stewed/react",
"version": "0.1.0",
"version": "2.0.0",
"type": "module",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stewed/tokens",
"version": "0.1.0",
"version": "2.0.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion src/stories/ecommerce/Ecommerce.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";
// UI Components
import { Theme } from "@stewed/react";
// Components Patterns
import { QuickView as QV } from "./examples/quick-view/QuickView";
import { QuickView as QV } from "./examples/collections/QuickView";
import { Collections as CL } from "./examples/collections/Collections";
import { Details as DT } from "./examples/collections/Details";

Expand Down

0 comments on commit f84b931

Please sign in to comment.