Skip to content

Commit 0cd969e

Browse files
prepare v0.0.3-beta.2
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent 64410f5 commit 0cd969e

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# v0.0.3-beta.2
2+
3+
## Fixed
4+
- miu bug with styled component in ssr mode ([commit](https://github.com/clightning4j/ln-dashboard/commit/303973f00329f5431e62df25266a705a2ae7408d)). @vincenzopalazzo 09-08-2022
5+
- update QRCode.react ([commit](https://github.com/clightning4j/ln-dashboard/commit/6962dd6fafb73f6168a6d4182f3da76fcf9878cb)). @gautamjajoo 09-08-2022

changelog.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"package_name": "ln-dashboard",
3+
"version": "v0.0.3-beta.2",
4+
"api": {
5+
"name": "github",
6+
"repository": "clightning4j/ln-dashboard",
7+
"branch": "main"
8+
},
9+
"generation_method": {
10+
"name": "semver-v2",
11+
"header_filter": false
12+
},
13+
"serialization_method": {
14+
"name": "md"
15+
}
16+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ln-dashboard",
3-
"version": "0.3.0-beta.1",
3+
"version": "0.3.0-beta.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)