Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion examples/chat-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# pcn-example-chat-app

## 0.0.5

### Patch Changes

- Updated dependencies
- @pcn-js/data360@0.1.4

## 0.0.4

### Patch Changes
Expand All @@ -17,7 +24,6 @@
- @pcn-js/data360@0.1.2
- @pcn-js/ui@0.1.2


## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/chat-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pcn-example-chat-app",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/data360/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pcn-js/data360

## 0.1.4

### Patch Changes

- Fix custom claim extractors and type definitions.

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/data360/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pcn-js/data360",
"version": "0.1.3",
"version": "0.1.4",
"description": "PCN preset for Data360 get_data: ClaimsProvider + extractor for claim_id/OBS_VALUE/REF_AREA/TIME_PERIOD.",
"license": "Apache-2.0",
"type": "module",
Expand Down
Loading