Skip to content

Commit

Permalink
Update deltachat-core and rpc version to v1.135.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha committed Feb 14, 2024
1 parent 5efc007 commit 95f0ba5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- Add multiaccount notifications and mute/disable notifications for specific accounts #3680

### Changed
- Update `deltachat-node` and `deltachat/jsonrpc-client` to `v1.134.0`
- Update `deltachat-node` and `deltachat/jsonrpc-client` to `v1.135.0`
- Update `electron` from `v26.6.0` to version `v26.6.3`
- Update `filesize` dependency from `8.0.6` to `10.1.0`
- Introduce text formatting for chatlist item summary (use message-parser) #3476
Expand Down Expand Up @@ -62,7 +62,7 @@
- Delete old themes before rebuilding in build process #3645
- More contrast for audio elements in dark mode #3653
- Fix fullscreen view for avatar images #3669
- fix display of avatars with spaces in the name #3669
- Fix display of avatars with spaces in the name #3669
- Show search bar when searching chat in archived mode #3679

### Removed
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"dependencies": {
"@blueprintjs/core": "^4.1.2",
"@deltachat/jsonrpc-client": "^1.134.0",
"@deltachat/jsonrpc-client": "^1.135.0",
"@deltachat/message_parser_wasm": "^0.9.0",
"@deltachat/react-qr-reader": "^4.0.0",
"@emoji-mart/data": "1.1.2",
Expand All @@ -86,7 +86,7 @@
"application-config": "^1.0.1",
"classnames": "^2.3.2",
"debounce": "^1.2.0",
"deltachat-node": "^1.134.0",
"deltachat-node": "^1.135.0",
"emoji-js-clean": "^4.0.0",
"emoji-mart": "5.5.2",
"error-stack-parser": "^2.0.7",
Expand Down

0 comments on commit 95f0ba5

Please sign in to comment.