Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pfferrari committed Apr 3, 2024
1 parent 261e904 commit 9f76d69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0",
"version": "1.2.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": false,
"npmClient": "pnpm",
Expand All @@ -8,4 +8,4 @@
"preid": "stg"
}
}
}
}
6 changes: 3 additions & 3 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mfe-identity",
"description": "A Commerce Layer Single Page Application to provide login and signup.",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"author": {
"name": "Pier Francesco Ferrari",
Expand Down Expand Up @@ -72,9 +72,9 @@
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "5.4.3",
"vitest": "^1.4.0",
"vite": "^5.2.7",
"vite-tsconfig-paths": "^4.3.2"
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.4.0"
},
"engines": {
"node": ">=18",
Expand Down

0 comments on commit 9f76d69

Please sign in to comment.