We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244d8d3 commit 0e3647aCopy full SHA for 0e3647a
core/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@pod-os/core",
3
- "version": "0.2.0",
+ "version": "0.3.0",
4
"main": "./lib/index.js",
5
"module": "./dist/index.js",
6
"types": "./types/index.d.ts",
elements/package.json
"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",
@@ -22,7 +22,7 @@
22
},
23
"dependencies": {
24
"@ionic/core": "^5.9.4",
25
- "@pod-os/core": "^0.2.0",
+ "@pod-os/core": "^0.3.0",
26
"@stencil/core": "^2.17.4",
27
"@stencil/store": "^1.5.0",
28
"jest-when": "^3.5.1",
0 commit comments