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

Commit 4e702c1

Browse files
committed
chore(release): 2.0.0 [skip ci]
## [2.0.0](v1.0.6...v2.0.0) (2022-09-02) ### ⚠ BREAKING CHANGES * use playwright instead of jest and testing-library for testing * use vite instead of cra for compiling ### Features * **hooks:** add options to update search-params ([947c187](947c187)) * **capacitor:** migrate to new version ([19dacfa](19dacfa)) ### Bug Fixes * **scripts:** breaking changes not recognized as major version ([900e217](900e217)) * disable eslint rule on next line ([9269e5f](9269e5f)) * remove unused variables ([03bd72f](03bd72f)) * **theme:** rename variable that is already declared ([0feb530](0feb530)) * reset values to `COMPONENTID` and `PROJECTID` ([a997b2d](a997b2d)) * **scripts:** support `sed` on macOS systems ([0a53db3](0a53db3)) * **scripts:** support hyphens in badge version ([56345ea](56345ea)) * **sso:** update default client and tenant id ([074bde4](074bde4)) * **technology-stack:** update resources ([d4feb1d](d4feb1d)) ### Code Refactoring * remove import of react module ([ef2ab3c](ef2ab3c)) * remove unnecessary `React.FC` type ([91920d5](91920d5)) * **services:** remove unused code from microsoft-graph endpoint ([38594b0](38594b0)) * **tests:** remove unused code ([a3989e7](a3989e7)) ### Build System * **husky:** add git hook post-checkout ([188b1f1](188b1f1)) * **vscode:** add markdownlint extension ([9d00704](9d00704)) * **sonarqube:** exclude specific rules from specific files ([69300dd](69300dd)) * **husky:** fix commit-msg hook to handle git parameter ([c307714](c307714)) * rename repository and use link to new url ([55c06c6](55c06c6)) * **eslint:** replace `eslint-config-react-app` with less and related plugins ([bcd9a40](bcd9a40)) * replace create-react-app with vite ([45dbf28](45dbf28)) * replace testing-library with playwright ([973d42b](973d42b)) * **deps:** update capacitor dependencies ([736f366](736f366)) * **eslint:** update configuration ([1583902](1583902)) * **deps:** update dependencies for vite and playwright ([8363f74](8363f74)) * **deps:** update dependencies ([62b759a](62b759a)) * **deps:** update dependencies ([a385347](a385347)) * **deps:** update dependencies ([e5305a6](e5305a6)) * **deps:** update dependencies ([8bae446](8bae446)) * **deps:** update dependencies ([227ebd3](227ebd3)) * **eslint:** update rule `no-console` ([fdb3ab8](fdb3ab8)) * **vscode:** update settings ([7472f49](7472f49)) ### Documentation * **README:** add emojis to headlines ([14409e5](14409e5)) * **README:** revision of the content ([8947ff0](8947ff0)) * **README:** update further resources ([25bce14](25bce14)) * **README:** update section about known issues ([3922bcd](3922bcd)) * **README:** update section prerequisites ([f6d2d9c](f6d2d9c)) * **README:** update technology stack badges ([11ef1a4](11ef1a4)) ### Continuous Integration * **github:** disable git hooks on release workflow ([c3ab649](c3ab649)) * **jenkins:** improve compatibility with release manager in case of releasing multiple repositories ([fe14964](fe14964)) * **jenkins:** improve error handling on helm upgrade ([3580dbb](3580dbb)) * **github:** support hyphens in badge version ([364419c](364419c)) * **jenkins:** update expectation of test result reports ([7df657b](7df657b)) * **jenkins:** use default ods jenkins agent with nodejs v16 ([52a4074](52a4074))
1 parent 900e217 commit 4e702c1

File tree

2 files changed

+77
-1
lines changed

2 files changed

+77
-1
lines changed

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/compare/v1.0.6...v2.0.0) (2022-09-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* use playwright instead of jest and testing-library for testing
9+
* use vite instead of cra for compiling
10+
11+
### Features
12+
13+
* **hooks:** add options to update search-params ([947c187](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/947c1873510da5f52da194218a477e975782a60a))
14+
* **capacitor:** migrate to new version ([19dacfa](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/19dacfad59cf91e3e85bbf26682246722f7b994a))
15+
16+
17+
### Bug Fixes
18+
19+
* **scripts:** breaking changes not recognized as major version ([900e217](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/900e21703c527528666fb58537a07a2e3382b704))
20+
* disable eslint rule on next line ([9269e5f](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/9269e5fa21cc794d29b943f968d15888bca62ebb))
21+
* remove unused variables ([03bd72f](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/03bd72fe2dbf4aefbb54fe151601b9db728335d1))
22+
* **theme:** rename variable that is already declared ([0feb530](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/0feb5309765e5b80caa9094435408815ee161844))
23+
* reset values to `COMPONENTID` and `PROJECTID` ([a997b2d](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/a997b2d4494c1bbe8d18dd90255f0be3533ec58b))
24+
* **scripts:** support `sed` on macOS systems ([0a53db3](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/0a53db3ba118a76ad10f658387fabc158be5ce0f))
25+
* **scripts:** support hyphens in badge version ([56345ea](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/56345ea746d8606476a8996a92dfdf56b8876e88))
26+
* **sso:** update default client and tenant id ([074bde4](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/074bde41fd95d29185f83ca602eb1f7d453b2651))
27+
* **technology-stack:** update resources ([d4feb1d](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/d4feb1d1ae1edba3d29cd475f020eb4d10fa9965))
28+
29+
30+
### Code Refactoring
31+
32+
* remove import of react module ([ef2ab3c](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/ef2ab3c7477530c9d547dbcd98dd469458da3b8c))
33+
* remove unnecessary `React.FC` type ([91920d5](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/91920d56e22e5dc032fb0a7aacc1f00206cb78e8))
34+
* **services:** remove unused code from microsoft-graph endpoint ([38594b0](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/38594b0d55b3700c724a81723116f3e962233e33))
35+
* **tests:** remove unused code ([a3989e7](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/a3989e76a86c9b065985728950c496b1de7183dc))
36+
37+
38+
### Build System
39+
40+
* **husky:** add git hook post-checkout ([188b1f1](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/188b1f1f63e60001f518a41f75b22a11571d8e86))
41+
* **vscode:** add markdownlint extension ([9d00704](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/9d0070430afedfa366a8d7bf7e5ae9599e4249b2))
42+
* **sonarqube:** exclude specific rules from specific files ([69300dd](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/69300dd525afce69b0c3613b6af1a432d6b4c41c))
43+
* **husky:** fix commit-msg hook to handle git parameter ([c307714](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/c307714e4f991928c3267c40e04689db0941fea1))
44+
* rename repository and use link to new url ([55c06c6](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/55c06c67c29a2a6a6433ad6a1eca565f09bb906f))
45+
* **eslint:** replace `eslint-config-react-app` with less and related plugins ([bcd9a40](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/bcd9a40ad530732135c2e6b3a4f66bdbfd0bb7cd))
46+
* replace create-react-app with vite ([45dbf28](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/45dbf2862c08fb471d9919ff81ddb79e0d55b8ca))
47+
* replace testing-library with playwright ([973d42b](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/973d42b5f1a99528542b944146d9c6f99a0c4ce1))
48+
* **deps:** update capacitor dependencies ([736f366](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/736f366a9b66644c2d0c0b12d28803ae6dfcff43))
49+
* **eslint:** update configuration ([1583902](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/15839021c10a14156b6c0453bab548419d31361d))
50+
* **deps:** update dependencies for vite and playwright ([8363f74](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/8363f74a4b7c565703414141c9e05694347ec585))
51+
* **deps:** update dependencies ([62b759a](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/62b759a7bc813151cd02f70e3fe6dcccf0efa945))
52+
* **deps:** update dependencies ([a385347](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/a38534751973cc02d1d024f877675bffe43dcbcc))
53+
* **deps:** update dependencies ([e5305a6](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/e5305a69c16fd6867dd99f1121f623e644950315))
54+
* **deps:** update dependencies ([8bae446](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/8bae44676187659419b8b68f7bde130b3b8c9229))
55+
* **deps:** update dependencies ([227ebd3](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/227ebd3709585a05a1c77206161678b85658eb9c))
56+
* **eslint:** update rule `no-console` ([fdb3ab8](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/fdb3ab889f670db53c86e79b4229f5cf418f0c18))
57+
* **vscode:** update settings ([7472f49](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/7472f49fafdda4a254bda69251d14cdfa2543c4c))
58+
59+
60+
### Documentation
61+
62+
* **README:** add emojis to headlines ([14409e5](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/14409e556c1ce964ef8d8b0b87aeef65b854aa9f))
63+
* **README:** revision of the content ([8947ff0](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/8947ff0aad7c19e1f6ae26cc7b41f1579193a4d0))
64+
* **README:** update further resources ([25bce14](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/25bce14cbf97a791e8edeef81ee6fbfc89e84994))
65+
* **README:** update section about known issues ([3922bcd](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/3922bcda02a79dbe4202ea8875a3ed5b9d2e18a7))
66+
* **README:** update section prerequisites ([f6d2d9c](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/f6d2d9c4ae7f1c8853678ad718521d9edf2a3e12))
67+
* **README:** update technology stack badges ([11ef1a4](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/11ef1a421eb1f6adca43cdbe195f1af92fa8be6a))
68+
69+
70+
### Continuous Integration
71+
72+
* **github:** disable git hooks on release workflow ([c3ab649](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/c3ab649a1bee158d3379bc7e864fb23483fe1e86))
73+
* **jenkins:** improve compatibility with release manager in case of releasing multiple repositories ([fe14964](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/fe149649795ca3f53c79220f276e17b9f8985610))
74+
* **jenkins:** improve error handling on helm upgrade ([3580dbb](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/3580dbb812eefec3101f6f2439e8d0d82064c6a4))
75+
* **github:** support hyphens in badge version ([364419c](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/364419c3d45580b2a598aa16fb487bf2bfd6792e))
76+
* **jenkins:** update expectation of test result reports ([7df657b](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/7df657b20f09a788a85cca77caa24160ba946cf8))
77+
* **jenkins:** use default ods jenkins agent with nodejs v16 ([52a4074](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/commit/52a40745fe2189c310b6f845e63eb7e5acc566ef))
78+
379
## [1.0.6](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react/compare/v1.0.5...v1.0.6) (2022-07-03)
480

581

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-1.0.6-blue.svg?style=for-the-badge&cacheSeconds=2592000)
5+
![Version](https://img.shields.io/badge/version-2.0.0-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)