Skip to content

Commit

Permalink
pnpm issue w 9.x; downgrading to 8.15.7 (#97)
Browse files Browse the repository at this point in the history
* [email protected], [email protected], [email protected]
ui:
 Added "textTransform: 'uppercase'" to Typography plugin for h1,2,3
cmmc:
 moved context to a dir at the top level
CommerceContextValue now has the Service, and a CommerceUI store
new useCommerceUI to access store
* pnpm 9.x issue, downgrading to 8.15.7
  • Loading branch information
artemis-prime authored Apr 20, 2024
1 parent f4f33b5 commit 7514d07
Show file tree
Hide file tree
Showing 5 changed files with 6,028 additions and 7,622 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"clean:all": "rm -rf node_modules && pnpm -r clean"
},
"packageManager": "pnpm@9.0.4",
"packageManager": "pnpm@8.15.7",
"dependencies": {
"husky": "^8.0.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hanzo/auth",
"version": "2.4.5",
"version": "2.4.6",
"description": "Library with Firebase authentication.",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down Expand Up @@ -31,7 +31,7 @@
"firebase-admin": "^12.0.0"
},
"peerDependencies": {
"@hanzo/ui": "^3.6.4",
"@hanzo/ui": "^3.6.5",
"@hookform/resolvers": "^3.3.4",
"firebase": "^10.8.0",
"lucide-react": "^0.344.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/commerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hanzo/commerce",
"version": "6.4.6",
"version": "6.4.7",
"description": "e-commerce framework.",
"type": "module",
"publishConfig": {
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": "@hanzo/ui",
"version": "3.6.4",
"version": "3.6.5",
"description": "Library that contains shared UI primitives, support for a common design system, and other boilerplate support.",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
Loading

0 comments on commit 7514d07

Please sign in to comment.