Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
linchen1987 committed Apr 9, 2021
1 parent bb5f0cc commit 13a30dd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.1 (April 09, 2021)

- fix bug

## 1.3.0 (April 09, 2021)

- update homepage of publicUrl
Expand Down
2 changes: 1 addition & 1 deletion app/view/public.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h3>Api(fetch from ${prefix}/api)</h3>
const metaLog = document.getElementById('metaLog')
metaLog.appendChild(document.createTextNode(JSON.stringify(window.blocklet, null, 2)))

fetch(`${window.blocklet.groupPrefix.replace(/\/+$/, '')}/api${window.location.search}`)
fetch(`${window.blocklet.prefix.replace(/\/+$/, '')}/api${window.location.search}`)
.then(response => response.json())
.then(data => {
const apiLog = document.getElementById('apiLog')
Expand Down
2 changes: 1 addition & 1 deletion blocklet.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kitchen-sink-blocklet
title: Kitchen Sink
version: 1.3.0
version: 1.3.1
description: Demo blocklet that showing how blocklet works in ABT node
files:
- blocklet.md
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.3.0",
"version": "1.3.1",
"description": "Demo blocklet that showing how blocklet works in ABT node",
"files": [
"blocklet.md",
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.3.1

0 comments on commit 13a30dd

Please sign in to comment.