Skip to content

Commit 3618fb7

Browse files
committed
release: core 0.4.0 & elements 0.3.0
1 parent 0290fcb commit 3618fb7

File tree

5 files changed

+53
-20
lines changed

5 files changed

+53
-20
lines changed

core/CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
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).
6+
7+
## 0.4.0
8+
9+
### Added
10+
11+
- get picture of a thing
12+
13+
## 0.3.0
14+
15+
### Added
16+
17+
- fetching files
18+
19+
## 0.2.0
20+
21+
### Added
22+
23+
- get reverse relations of a Thing
24+
25+
## 0.1.0
26+
27+
### Added
28+
29+
- PodOS
30+
- Browser authentication
31+
- Thing

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.3.0",
3+
"version": "0.4.0",
44
"main": "./lib/index.js",
55
"module": "./dist/index.js",
66
"types": "./types/index.d.ts",

elements/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

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

7-
## Unreleased
7+
## 0.3.0
88

99
### Added
1010

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.2.0",
3+
"version": "0.3.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.3.0",
25+
"@pod-os/core": "^0.4.0",
2626
"@stencil/core": "^2.19.1",
2727
"@stencil/store": "^1.5.0",
2828
"jest-when": "^3.5.2",

package-lock.json

Lines changed: 18 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)