Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestTeluk committed May 24, 2023
1 parent 4ee2f98 commit 73926ab
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "presentify",
"version": "1.0.3",
"version": "1.1.0",
"private": true,
"author": "Ernest Teluk",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-presentify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-presentify",
"version": "1.0.3",
"version": "1.1.0",
"author": "Ernest Teluk",
"description": "CLI for presentify",
"repository": "https://github.com/ErnestTeluk/presentify/tree/main/packages/create-presentify",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-presentify/templates/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"remark-mdx-code-meta": "2.0.0",
"mdx-js/rollup": "^2.3.0",
"presentify": "1.0.3"
"mdx-js/rollup": "2.3.0",
"presentify": "1.1.0"
},
"devDependencies": {
"@vitejs/plugin-react": "3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-presentify/templates/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"remark-mdx-code-meta": "2.0.0",
"presentify": "1.0.3"
"presentify": "1.1.0"
},
"devDependencies": {
"@types/react": "18.0.28",
Expand Down
2 changes: 1 addition & 1 deletion packages/presentify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "presentify",
"version": "1.0.3",
"version": "1.1.0",
"license": "MIT",
"author": "Ernest Teluk",
"description": "Core package of Presentify",
Expand Down

0 comments on commit 73926ab

Please sign in to comment.