Skip to content

Commit 0e3647a

Browse files
committed
release new versions
1 parent 244d8d3 commit 0e3647a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pod-os/core",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"main": "./lib/index.js",
55
"module": "./dist/index.js",
66
"types": "./types/index.d.ts",

elements/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pod-os/elements",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Stencil Component Starter",
55
"main": "dist/index.cjs.js",
66
"module": "dist/custom-elements/index.js",
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@ionic/core": "^5.9.4",
25-
"@pod-os/core": "^0.2.0",
25+
"@pod-os/core": "^0.3.0",
2626
"@stencil/core": "^2.17.4",
2727
"@stencil/store": "^1.5.0",
2828
"jest-when": "^3.5.1",

0 commit comments

Comments
 (0)