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

Commit ac2be90

Browse files
committed
chore(release): 2.0.8 [skip ci]
## [2.0.8](v2.0.7...v2.0.8) (2023-01-20) ### Styles * use of double quotes to match the prettier configuration ([30f4ee2](30f4ee2)) ### Code Refactoring * **Navigation:** use `react-router-dom` dependency ([53cb845](53cb845)) ### Continuous Integration * **github:** update dependencies ([e068543](e068543)) * **github:** update dependencies ([85415e2](85415e2)) * **github:** update dependencies ([e359579](e359579)) * **jenkins:** update dependencies ([bb13ace](bb13ace)) ### Build System * **eslint:** add playwright specific rules ([ed461f6](ed461f6)) * **deps:** fix `@azure/msal` dependencies ([89640b3](89640b3)) * **eslint:** replace deprecated `react/jsx-sort-default-props` rule ([44a3e04](44a3e04)) * **deps:** update dependencies ([9233b97](9233b97)) * **deps:** update dependencies ([e25b5ba](e25b5ba)) * **deps:** update dependencies ([d290837](d290837)) * **eslint:** use default groups for import/order rule ([cedb2b5](cedb2b5))
1 parent 0068a56 commit ac2be90

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## [2.0.8](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/compare/v2.0.7...v2.0.8) (2023-01-20)
4+
5+
6+
### Styles
7+
8+
* use of double quotes to match the prettier configuration ([30f4ee2](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/30f4ee24da1feb192c063f27d3d37a0f349607b5))
9+
10+
11+
### Code Refactoring
12+
13+
* **Navigation:** use `react-router-dom` dependency ([53cb845](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/53cb8452633e0fb3048415ade129149ed761dd56))
14+
15+
16+
### Continuous Integration
17+
18+
* **github:** update dependencies ([e068543](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/e068543dfdb276e5fe3498e8ff96269dedabfc2b))
19+
* **github:** update dependencies ([85415e2](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/85415e2f16bb415d7de056e63478726fc36ce0ac))
20+
* **github:** update dependencies ([e359579](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/e359579d974f8789b709c51bcdec7047e3146799))
21+
* **jenkins:** update dependencies ([bb13ace](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/bb13aced2fb30ac6582f134e376edb585faa621f))
22+
23+
24+
### Build System
25+
26+
* **eslint:** add playwright specific rules ([ed461f6](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/ed461f6306d8cf9adc75df7cb91950c39af25184))
27+
* **deps:** fix `@azure/msal` dependencies ([89640b3](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/89640b3549762be64689613bda3e391a4f2b5ce2))
28+
* **eslint:** replace deprecated `react/jsx-sort-default-props` rule ([44a3e04](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/44a3e04d99b3eb6e004a864a109fbbce0fa89ce0))
29+
* **deps:** update dependencies ([9233b97](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/9233b97a18dc1a0a940546beb12d2cdd808149e7))
30+
* **deps:** update dependencies ([e25b5ba](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/e25b5ba9af5e5920867e3e0c93cbe53e3b3a71a0))
31+
* **deps:** update dependencies ([d290837](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/d290837ccb8e077f814cb7693a773a14860a6680))
32+
* **eslint:** use default groups for import/order rule ([cedb2b5](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/cedb2b5023fb7d12e2a84444e7f2dcb61aecee95))
33+
334
## [2.0.7](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/compare/v2.0.6...v2.0.7) (2022-12-21)
435

536

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> An advanced OpenDevStack Frontend Quickstarter to build mobile and desktop apps with the ionic framework, react, vite and playwright.
44
5-
![Version](https://img.shields.io/badge/version-2.0.7-blue.svg?style=for-the-badge&cacheSeconds=2592000)
5+
![Version](https://img.shields.io/badge/version-2.0.8-blue.svg?style=for-the-badge&cacheSeconds=2592000)
66
[![License: Apache-2.0](https://img.shields.io/github/license/simongolms/ods-quickstarter-fe-ionic-react-vite-playwright?style=for-the-badge)](https://github.com/simongolms/ods-quickstarter-fe-ionic-react-vite-playwright/blob/master/LICENSE)
77
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg?style=for-the-badge)](https://github.com/simongolms/ods-quickstarter-fe-ionic-react-vite-playwright/graphs/commit-activity)
88
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-green.svg?style=for-the-badge)](https://conventionalcommits.org)

0 commit comments

Comments
 (0)