Skip to content

Commit

Permalink
release: core 0.4.0 & elements 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo-v committed Oct 26, 2022
1 parent 0290fcb commit 3618fb7
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 20 deletions.
31 changes: 31 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Changelog

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).

## 0.4.0

### Added

- get picture of a thing

## 0.3.0

### Added

- fetching files

## 0.2.0

### Added

- get reverse relations of a Thing

## 0.1.0

### Added

- PodOS
- Browser authentication
- Thing
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.3.0",
"version": "0.4.0",
"main": "./lib/index.js",
"module": "./dist/index.js",
"types": "./types/index.d.ts",
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.3.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.2.0",
"version": "0.3.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.3.0",
"@pod-os/core": "^0.4.0",
"@stencil/core": "^2.19.1",
"@stencil/store": "^1.5.0",
"jest-when": "^3.5.2",
Expand Down
34 changes: 18 additions & 16 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 3618fb7

Please sign in to comment.