Skip to content

Commit

Permalink
Increase version to 2.5.0
Browse files Browse the repository at this point in the history
- updated CHANGELOG
- updated version number everywhere
  • Loading branch information
donni106 committed Feb 17, 2022
1 parent 54d4db6 commit b985a44
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 9 deletions.
39 changes: 38 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,46 @@ 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/).

## [v2.5.0] :rocket:

Versioned static contents and further improvements.

## Breaking

This mobile app version needs an updated version of the main server (Februar 17th).

### Added

- refactored all places where we use static contents to use the `useStaticContent` hook
- added app.json version to `queryVariables` used in the `useStaticContent` hook
- added app.json version to `queryVariables` of the `globalSettings` query in `src/index.js`
- added new provider for permanent dataprovider filtering
- added new settings section for dataprovider filtering
- added feedback footer to detail screen
- added route info to send feedback info
- added filter for points of interests by location
- added option for multiple category ids for points of interest

### Changed

- return of public json contents from servers can now be considered as proper json format
and not string anymore, that needs to be parsed
- adjusted queries to respect the data provider filters
- adjusted `HomeSection` to allow for a placeholder component
- removed `big` prop for `BoldText`
- the `big` definition is already existing for `RegularText` thus was a duplication
- set the text color for the date picker of waste reminder to satisfy dark modes

### Fixed

- fixed app intro content below status bar

## [v2.4.2]

Dependencies and bugfixes.

### Changed

- updated a couple of dependencies under the hood
- moved sentry secrets from global secrets to namespaced secrets to more easily allow for individual instances

Expand All @@ -28,6 +63,7 @@ Integration of Sentry and fixes.
- integrated new GraphQL endpoint for bb-bus

### Changed

- unified top filter elements (those that simulate multiple tabs, e.g. within a POI category to switch between the location overview and the list)
- category screen can now filter the categories by id

Expand Down Expand Up @@ -107,6 +143,7 @@ Added usage of location services.
- the geolocation will be prioritized for the pin location if present

### Changed

- event index is now sectioned by date
- restructured code structure regarding lists
- split lists according to layout rather than the renderItem function (e.g. HorizontalList, VerticalList (now) <-> TextList, CardList (previous))
Expand Down Expand Up @@ -1243,7 +1280,7 @@ https://blog.expo.io/expo-sdk-v33-0-0-is-now-available-52d1c99dfe4c#c0d2

## Breaking

You need to remove `node_modules` and install your packages again.
You need to remove `node_modules` and install your packages again.s an updated version of the main server

`rm -rf node_modules/ && yarn cache clean && yarn`

Expand Down
14 changes: 7 additions & 7 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-2.4.2-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-14.18.1-informational.svg) ![Yarn version](https://img.shields.io/badge/yarn-1.22.4-informational.svg) ![Expo version](https://img.shields.io/badge/expo-43.0.0-informational.svg)
![Project version](https://img.shields.io/badge/version-2.5.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-14.18.1-informational.svg) ![Yarn version](https://img.shields.io/badge/yarn-1.22.4-informational.svg) ![Expo version](https://img.shields.io/badge/expo-43.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 @@ -34,16 +34,16 @@ For detailed documentation see the [docs](./docs/INDEX.md).

Information about currently used packages and their versions:

- Expo (43.0.0): https://github.com/expo/expo
- React Native (0.64.2): https://github.com/facebook/react-native
- Expo (43.0.1): https://github.com/expo/expo
- React Native (0.64.3): https://github.com/facebook/react-native
- React (17.0.1): https://github.com/facebook/react
- React Navigation (5.15.3): https://github.com/react-navigation/react-navigation
- React Navigation (5.16.1): https://github.com/react-navigation/react-navigation
- React Native WebView (11.13.0): https://github.com/react-native-webview/react-native-webview
- React Native Elements (1.2.7): https://github.com/react-native-training/react-native-elements
- React Native Calendars (1.1276.0): https://github.com/wix/react-native-calendars
- Apollo Client (2.6.10): https://github.com/apollographql/apollo-client
- GraphQL (14.6.0): https://github.com/graphql/graphql-js
- styled-components (4.3.2): https://github.com/styled-components/styled-components
- GraphQL (14.7.0): https://github.com/graphql/graphql-js
- styled-components (4.4.1): https://github.com/styled-components/styled-components
- Jest (25.5.4): https://github.com/facebook/jest

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

---

###### Version: 2.4.2
###### Version: 2.5.0
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ios",
"android"
],
"version": "2.4.2",
"version": "2.5.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"scheme": "smart-village-app",
Expand Down

0 comments on commit b985a44

Please sign in to comment.