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

Commit

Permalink
build: bump papyrs providers to fix publish issue
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
  • Loading branch information
peterpeterparker committed Sep 18, 2022
1 parent 5ed45d2 commit 0762539
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .env.production
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VITE_CLOUD_API_CDN=https://cdn.papy.rs/libs/@papyrs/ic/0.0.23/dist/papyrs-ic/index.esm.js
VITE_CLOUD_SIGN_IN_CDN=https://cdn.papy.rs/libs/@papyrs/ic/0.0.23/dist/papyrs-ic/papyrs-ic.esm.js
VITE_CLOUD_API_CDN=https://cdn.papy.rs/libs/@papyrs/ic/0.0.24/dist/papyrs-ic/index.esm.js
VITE_CLOUD_SIGN_IN_CDN=https://cdn.papy.rs/libs/@papyrs/ic/0.0.24/dist/papyrs-ic/papyrs-ic.esm.js
VITE_JSZIP_CDN=https://cdn.papy.rs/libs/jszip/3.9.0/dist/jszip.min.js
VITE_PRISMJS_CDN=https://cdn.papy.rs/libs/prismjs/1.27.0
VITE_UNSPLASH_PROXY=https://us-central1-unsplash-proxy.cloudfunctions.net/unsplash
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.0.18 (2022-09-18)

### Fix

- fix publish by uploading only the assets (js, css, etc.) with `sha256` based comparison

# 0.0.17 (2022-09-18)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Up @@ -2,7 +2,7 @@
"name": "papyrs",
"private": true,
"description": "Blog on web3",
"version": "0.0.17",
"version": "0.0.18",
"author": "David Dal Busco <david@fluster.io>",
"license": "AGPL-3.0-or-later",
"type": "module",
Expand Down

0 comments on commit 0762539

Please sign in to comment.