Skip to content

Commit

Permalink
Increase version to 4.0.0
Browse files Browse the repository at this point in the history
- updated CHANGELOG
- updated README
- updated version number everywhere
  • Loading branch information
ardasnturk committed Jun 28, 2024
1 parent 5400ee4 commit 687f46f
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com),
and this project adheres to [Semantic Versioning](https://semver.org/).

## [v4.0.0] :dizzy:

This version includes the Expo SDK 50 and SDK 51 update, a new the defect report module and a new voucher module. Theming feature coming soon.

### Added

- added new defect report module (Sag's uns einfach)
- added new voucher module
- added the option to add time subtitle to the event list
- added options to add html at the top and bottom of the tile screen

### Changed

- upgraded Expo to version 50: https://blog.expo.dev/expo-sdk-50-afb524038906
- upgraded Expo to version 51: https://blog.expo.dev/expo-sdk-51-b73ed1798672
- updated `normalize` function according to current device sizes
- updated sentry integration

### Fixed

- fixed a bug in the development app that caused images not to be displayed on the Android platform
- fixed a bug that caused the app to crash in map view when `iconName` was missing
- fixed a bug that caused the settings screen to fail to load
- fixed a bug that caused street names on the map to appear twice on the iOS platform

## [v3.3.5]

This version fixes minor known issues and adds a new tab to the settings screen for mowas keys
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Smart Village App - Mobile App

![Project version](https://img.shields.io/badge/version-3.3.5-informational.svg) [![Maintainability](https://api.codeclimate.com/v1/badges/ee77a5fd8990be0158c1/maintainability)](https://codeclimate.com/github/ikuseiGmbH/smart-village-app-app/maintainability) ![Node version](https://img.shields.io/badge/node-16.13.0-informational.svg) ![Yarn version](https://img.shields.io/badge/yarn-1.22.19-informational.svg) ![Expo version](https://img.shields.io/badge/expo-49.0.0-informational.svg)
![Project version](https://img.shields.io/badge/version-4.0.0-informational.svg) [![Maintainability](https://api.codeclimate.com/v1/badges/ee77a5fd8990be0158c1/maintainability)](https://codeclimate.com/github/ikuseiGmbH/smart-village-app-app/maintainability) ![Node version](https://img.shields.io/badge/node-16.13.0-informational.svg) ![Yarn version](https://img.shields.io/badge/yarn-1.22.19-informational.svg) ![Expo version](https://img.shields.io/badge/expo-49.0.0-informational.svg)

The Smart Village App is a open source mobile app for villages, communities and counties. It is made with React Native for Android and iOS.

Expand Down Expand Up @@ -52,4 +52,4 @@ Have a look at the [changelog](./CHANGELOG.md) to be up to date with the develop

---

###### Version: 3.3.5
###### Version: 4.0.0
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"description": "An open source React Native app for smart villages merging regional offers and services in one place - in your pocket.",
"githubUrl": "https://github.com/ikuseiGmbH/smart-village-app-app",
"platforms": ["ios", "android"],
"version": "3.3.5",
"version": "4.0.0",
"runtimeVersion": { "policy": "nativeVersion" },
"extra": { "eas": { "projectId": "20540f3a-6e82-4038-8987-adb6d97f0e75" } },
"icon": "./assets/icon.png",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smart-village-app",
"version": "3.3.5",
"version": "4.0.0",
"scripts": {
"android": "npx expo run:android",
"ios": "npx expo run:ios",
Expand Down

0 comments on commit 687f46f

Please sign in to comment.