Skip to content

Commit 12ffa9b

Browse files
authored
Merge pull request #363 from oasisprotocol/mz/release
Assemble changes for 1.1.1 release
2 parents aac1afd + 86226bf commit 12ffa9b

9 files changed

Lines changed: 28 additions & 16 deletions

File tree

.changelog/321.internal.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/344.internal.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/348.internal.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/357.doc.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/358.bugfix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changelog/360.bugfix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changelog/362.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,33 @@ The format is inspired by [Keep a Changelog].
1212

1313
<!-- TOWNCRIER -->
1414

15+
## 1.1.1 (2025-11-20)
16+
17+
### Bug Fixes and Improvements
18+
19+
- Small UI improvements:
20+
([#358](https://github.com/oasisprotocol/rofl-app/issues/358),
21+
[#360](https://github.com/oasisprotocol/rofl-app/issues/360))
22+
23+
- align tooltip terminology with Explorer
24+
- update custom template compose placeholder
25+
- update labels
26+
27+
- Enable testnet deployment for custom-build template
28+
([#362](https://github.com/oasisprotocol/rofl-app/issues/362))
29+
30+
### Documentation Improvements
31+
32+
- Rewrite README to make it clearer and up-to-date
33+
([#357](https://github.com/oasisprotocol/rofl-app/issues/357))
34+
35+
### Internal Changes
36+
37+
- Update dependencies
38+
([#321](https://github.com/oasisprotocol/rofl-app/issues/321),
39+
[#344](https://github.com/oasisprotocol/rofl-app/issues/344),
40+
[#348](https://github.com/oasisprotocol/rofl-app/issues/348))
41+
1542
## 1.1.0 (2025-11-18)
1643

1744
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rofl-app",
33
"private": true,
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"type": "module",
66
"scripts": {
77
"checkTs": "tsc --noEmit",

0 commit comments

Comments
 (0)