Skip to content

Commit 5f6551f

Browse files
committed
release: @pod-os/elements:0.21.0, @pod-os/core:0.13.0
1 parent 33657ab commit 5f6551f

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

contacts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"build:pwa": "pwa-asset-generator ../assets/logo.png ./www/icons --index ./www/index.html --manifest ./www/manifest.json"
2626
},
2727
"dependencies": {
28-
"@pod-os/core": "^0.12.0",
29-
"@pod-os/elements": "^0.20.0",
28+
"@pod-os/core": "^0.13.0",
29+
"@pod-os/elements": "^0.21.0",
3030
"@solid-data-modules/contacts-rdflib": "^0.7.0",
3131
"@stencil/core": "^4.21.0",
3232
"pollen-css": "^5.0.1",

core/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## Unreleased
9+
## 0.13.0
1010

1111
### Changed
1212

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.12.0",
3+
"version": "0.13.0",
44
"main": "./dist/index.js",
55
"types": "./types/index.d.ts",
66
"files": [

elements/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ 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.21.0
88

9-
## Added
9+
### Added
1010

1111
- [pos-predicate](../docs/elements/components/pos-predicate): a component to render a predicate in a human-centric way
1212

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.20.0",
3+
"version": "0.21.0",
44
"description": "Custom elements for usage with Solid Pods",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.js",
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@ionic/core": "^7.8.6",
25-
"@pod-os/core": "^0.12.0",
25+
"@pod-os/core": "^0.13.0",
2626
"@stencil/core": "^4.23.0",
2727
"@stencil/store": "^2.0.16",
2828
"pollen-css": "^5.0.1",

package-lock.json

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

0 commit comments

Comments
 (0)