Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
build: match version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Apr 2, 2022
1 parent 972a656 commit 6dc3743
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 15 deletions.
12 changes: 0 additions & 12 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ic",
"version": "1.1.0",
"version": "0.0.3",
"author": "David Dal Busco",
"description": "Backend canisters and providers of Papyrs",
"private": true,
Expand Down
7 changes: 7 additions & 0 deletions providers/ic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.0.3 (2022-04-02)

### Features

- expose admin function to query data and storage canister status
- publish `theme` option

# 0.0.2 (2022-03-19)

- support `cleanNode` that cleans attributes of children of HTML element too
Expand Down
2 changes: 1 addition & 1 deletion providers/ic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@papyrs/ic",
"version": "0.0.2",
"version": "0.0.3",
"description": "The Internet Computer providers of Papyrs",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 6dc3743

Please sign in to comment.