Skip to content

Commit

Permalink
release: @pod-os/core 0.6.0 and @pod-os/elements 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo-v committed Nov 16, 2022
1 parent 3aafd21 commit 9563c6f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.6.0

### Changed

Expand Down
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.5.0",
"version": "0.6.0",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion elements/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.6.0

## Added

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.5.0",
"version": "0.6.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.5.0",
"@pod-os/core": "^0.6.0",
"@stencil/core": "^2.19.1",
"@stencil/store": "^1.5.0",
"jest-when": "^3.5.2",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9563c6f

Please sign in to comment.