Skip to content

Commit

Permalink
Merge pull request #3086 from nervosnetwork/rc/v0.114.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY authored Mar 15, 2024
2 parents d8c2f80 + 4c63c6a commit 7bb60a1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.114.1 (2024-03-15)
# 0.114.2 (2024-03-15)

### CKB Node & Light Client

Expand All @@ -23,15 +23,15 @@ With optimizations to settings and transaction overviews, Neuron continues to pr

Upgrade now and experience seamless transaction management with Neuron.

[![[email protected].1](https://github.com/nervosnetwork/neuron/assets/7271329/883aba6e-ceb0-402d-9de0-d46609c528b7)](https://youtu.be/df29-EUZG0Y)
[![[email protected].2](https://github.com/nervosnetwork/neuron/assets/7271329/883aba6e-ceb0-402d-9de0-d46609c528b7)](https://youtu.be/df29-EUZG0Y)

---

## Bug fixes

- #3081: fix start-sync confirmation in light client mode.(@yanguoyu)

**Full Changelog**: https://github.com/nervosnetwork/neuron/compare/v0.114.0...v0.114.1
**Full Changelog**: https://github.com/nervosnetwork/neuron/compare/v0.114.0...v0.114.2

# 0.114.0 (2024-03-15)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "0.114.1",
"version": "0.114.2",
"npmClient": "yarn",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
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": "neuron",
"productName": "Neuron",
"description": "CKB Neuron Wallet",
"version": "0.114.1",
"version": "0.114.2",
"private": true,
"author": {
"name": "Nervos Core Dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/neuron-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neuron-ui",
"version": "0.114.1",
"version": "0.114.2",
"private": true,
"author": {
"name": "Nervos Core Dev",
Expand Down
4 changes: 2 additions & 2 deletions packages/neuron-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "Neuron",
"description": "CKB Neuron Wallet",
"homepage": "https://www.nervos.org/",
"version": "0.114.1",
"version": "0.114.2",
"private": true,
"author": {
"name": "Nervos Core Dev",
Expand Down Expand Up @@ -98,7 +98,7 @@
"electron-builder": "24.9.1",
"electron-devtools-installer": "3.2.0",
"jest-when": "3.6.0",
"neuron-ui": "0.114.1",
"neuron-ui": "0.114.2",
"typescript": "5.3.3"
}
}

1 comment on commit 7bb60a1

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 8299899140

Please sign in to comment.