Skip to content

Commit

Permalink
release: @pod-os/elements:0.21.0, @pod-os/core:0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo-v committed Dec 16, 2024
1 parent 33657ab commit 5f6551f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions contacts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"build:pwa": "pwa-asset-generator ../assets/logo.png ./www/icons --index ./www/index.html --manifest ./www/manifest.json"
},
"dependencies": {
"@pod-os/core": "^0.12.0",
"@pod-os/elements": "^0.20.0",
"@pod-os/core": "^0.13.0",
"@pod-os/elements": "^0.21.0",
"@solid-data-modules/contacts-rdflib": "^0.7.0",
"@stencil/core": "^4.21.0",
"pollen-css": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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.13.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.12.0",
"version": "0.13.0",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions elements/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ 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.21.0

## Added
### Added

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

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.20.0",
"version": "0.21.0",
"description": "Custom elements for usage with Solid Pods",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@ionic/core": "^7.8.6",
"@pod-os/core": "^0.12.0",
"@pod-os/core": "^0.13.0",
"@stencil/core": "^4.23.0",
"@stencil/store": "^2.0.16",
"pollen-css": "^5.0.1",
Expand Down
10 changes: 5 additions & 5 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 5f6551f

Please sign in to comment.