merge: change version to 0.1.0, publish new version which adds (#847)

## Changes:

- @portaljs/components version bumped from 0.0.3 to 0.1.0
- New version adds the Catalog component
This commit is contained in:
João Demenech
2023-05-04 13:56:17 -03:00
committed by GitHub
parent 5834a4a470
commit edb2354945
2 changed files with 3 additions and 2 deletions

View File

@@ -44,7 +44,8 @@
"remark-math": "^5.1.1",
"remark-smartypants": "^2.0.0",
"remark-toc": "^8.0.1",
"typescript": "5.0.4"
"typescript": "5.0.4",
"@portaljs/components": "^0.1.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",