From e4ec956e3b772837c4b190ef508029e414d519e3 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Fri, 7 Aug 2020 10:00:51 +0000 Subject: [PATCH] chore(release): version 2.0.1 ## [2.0.1](https://github.com/SocialGouv/sample-next-app/compare/v2.0.0...v2.0.1) (2020-08-07) ### Bug Fixes * **k8s:** add preprod subDomain ([#384](https://github.com/SocialGouv/sample-next-app/issues/384)) ([f8659d2](https://github.com/SocialGouv/sample-next-app/commit/f8659d21679c165ff3bd5a081e9636dc8e3d4ae1)) --- CHANGELOG.md | 7 +++++++ package.json | 19 ++++--------------- 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 081a617a..048af545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.1](https://github.com/SocialGouv/sample-next-app/compare/v2.0.0...v2.0.1) (2020-08-07) + + +### Bug Fixes + +* **k8s:** add preprod subDomain ([#384](https://github.com/SocialGouv/sample-next-app/issues/384)) ([f8659d2](https://github.com/SocialGouv/sample-next-app/commit/f8659d21679c165ff3bd5a081e9636dc8e3d4ae1)) + # [2.0.0](https://github.com/SocialGouv/sample-next-app/compare/v1.0.0...v2.0.0) (2020-08-03) diff --git a/package.json b/package.json index 72c91ccf..73f90e82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sample-next-app", - "version": "2.0.0", + "version": "2.0.1", "commitlint": { "extends": [ "@commitlint/config-conventional" @@ -37,12 +37,12 @@ "devDependencies": { "@commitlint/cli": "^9.1.1", "@commitlint/config-conventional": "^9.1.1", - "@socialgouv/eslint-config-react": "^1.21.0", - "@socialgouv/eslint-config-recommended": "^1.21.0", + "@socialgouv/eslint-config-react": "^0.35.0", + "@socialgouv/eslint-config-recommended": "^0.35.0", "eslint": "^7.6.0", "eslint-plugin-import": "^2.22.0", "husky": "^4.2.5", - "jest": "^26.2.2", + "jest-cli": "^26.2.2", "prettier": "^2.0.5" }, "husky": { @@ -62,16 +62,5 @@ "start": "NODE_ENV=production node server.js", "test": "jest", "e2e": "yarn --cwd=./optional/e2e/runners/puppeteer" - }, - "devDependencies": { - "@commitlint/cli": "^9.1.1", - "@commitlint/config-conventional": "^9.1.1", - "@socialgouv/eslint-config-react": "^0.35.0", - "@socialgouv/eslint-config-recommended": "^0.35.0", - "eslint": "^7.6.0", - "eslint-plugin-import": "^2.22.0", - "husky": "^4.2.5", - "jest-cli": "^26.2.2", - "prettier": "^2.0.5" } }