Skip to content

Commit

Permalink
release new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo-v committed Oct 12, 2022
1 parent 244d8d3 commit 0e3647a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pod-os/core",
"version": "0.2.0",
"version": "0.3.0",
"main": "./lib/index.js",
"module": "./dist/index.js",
"types": "./types/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pod-os/elements",
"version": "0.1.1",
"version": "0.2.0",
"description": "Stencil Component Starter",
"main": "dist/index.cjs.js",
"module": "dist/custom-elements/index.js",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@ionic/core": "^5.9.4",
"@pod-os/core": "^0.2.0",
"@pod-os/core": "^0.3.0",
"@stencil/core": "^2.17.4",
"@stencil/store": "^1.5.0",
"jest-when": "^3.5.1",
Expand Down

0 comments on commit 0e3647a

Please sign in to comment.