From 6dc3743952690befec3b61da52e89a104a691bd0 Mon Sep 17 00:00:00 2001 From: peterpeterparker Date: Sat, 2 Apr 2022 18:32:42 +0200 Subject: [PATCH] build: match version 0.0.3 --- CHANGELOG.md | 12 ------------ package-lock.json | 2 +- package.json | 2 +- providers/ic/CHANGELOG.md | 7 +++++++ providers/ic/package.json | 2 +- 5 files changed, 10 insertions(+), 15 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index e53c632..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,12 +0,0 @@ -# 1.1.0 (2022-03-31) - -### Features - -- expose admin function to query data and storage canister status -- publish `theme` option - -# 1.0.0 (2022-03-20) - -### Features - -- Hello World 👋 diff --git a/package-lock.json b/package-lock.json index f919bc4..3ab4730 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ic", - "version": "1.1.0", + "version": "0.0.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index d2d86dc..1a53488 100644 --- a/package.json +++ b/package.json @@ -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, diff --git a/providers/ic/CHANGELOG.md b/providers/ic/CHANGELOG.md index 97befdb..c9d47c3 100644 --- a/providers/ic/CHANGELOG.md +++ b/providers/ic/CHANGELOG.md @@ -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 diff --git a/providers/ic/package.json b/providers/ic/package.json index 36d5744..35b9068 100644 --- a/providers/ic/package.json +++ b/providers/ic/package.json @@ -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",