Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit 538ab50

Browse files
committed
v9.8.1
1 parent 6cdddc1 commit 538ab50

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ Please document your changes in this format:
2121
```
2222

2323
## [Unreleased]
24+
25+
## [9.8.1] - 2022-03-25
2426
### Fixed
25-
- fix username pattern matching @nicksellen #2520
27+
- fix username pattern matching @nicksellen [#2520]
2628

2729
## [9.8.0] - 2022-03-23
2830
### Added
@@ -787,8 +789,10 @@ After months of planning and programming, the first version of ~the foodsaving t
787789
[#2483]: https://github.com/karrot-dev/karrot-frontend/issues/2483
788790
[#2486]: https://github.com/karrot-dev/karrot-frontend/issues/2486
789791
[#2516]: https://github.com/karrot-dev/karrot-frontend/issues/2516
792+
[#2520]: https://github.com/karrot-dev/karrot-frontend/issues/2520
790793

791-
[Unreleased]: https://github.com/karrot-dev/karrot-frontend/compare/v9.8.0...HEAD
794+
[Unreleased]: https://github.com/karrot-dev/karrot-frontend/compare/v9.8.1...HEAD
795+
[9.8.1]: https://github.com/karrot-dev/karrot-frontend/compare/v9.8.0...v9.8.1
792796
[9.8.0]: https://github.com/karrot-dev/karrot-frontend/compare/v9.7.0...v9.8.0
793797
[9.7.0]: https://github.com/karrot-dev/karrot-frontend/compare/v9.6.1...v9.7.0
794798
[9.6.1]: https://github.com/karrot-dev/karrot-frontend/compare/v9.6.0...v9.6.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "karrot-frontend",
44
"productName": "Karrot",
5-
"version": "9.8.0",
5+
"version": "9.8.1",
66
"description": "Karrot is a free and open-source tool for grassroots initiatives and groups of people that want to coordinate face-to-face activities on a local, autonomous and voluntary basis.",
77
"author": "Karrot Team <[email protected]>",
88
"homepage": "https://karrot.world/",

src-cordova/config/dev/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="world.karrot.dev" version="9.8.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="world.karrot.dev" version="9.8.1" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>Karrot Dev</name>
44
<description>Karrot is a free and open-source tool for grassroots initiatives and groups of people that want to coordinate face-to-face activities on a local, autonomous and voluntary basis.</description>
55
<author email="[email protected]" href="https://karrot.world">

src-cordova/config/prod/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="world.karrot" version="9.8.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="world.karrot" version="9.8.1" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>Karrot</name>
44
<description>Karrot is a free and open-source tool for grassroots initiatives and groups of people that want to coordinate face-to-face activities on a local, autonomous and voluntary basis.</description>
55
<author email="[email protected]" href="https://karrot.world">

0 commit comments

Comments
 (0)