From fb157b9feabea42ad27c89194ab61ba41356cbdf Mon Sep 17 00:00:00 2001 From: Shoota Kumano Date: Fri, 19 Nov 2021 15:49:15 +0900 Subject: [PATCH] chore: release v1.3.0 (#257) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- packages/eslint-config-globis/package.json | 2 +- yarn.lock | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d827339..a4a8649 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.3.0](https://github.com/globis-org/frontend-standard/compare/v1.2.0...v1.3.0) (2021-11-19) + + +### Bug Fixes + +* **deps:** update dependency eslint-config-airbnb-typescript to v14 ([#244](https://github.com/globis-org/frontend-standard/issues/244)) ([d174a71](https://github.com/globis-org/frontend-standard/commit/d174a71276cf27562961133b95741880a9897659)) + + + # [1.2.0](https://github.com/globis-org/frontend-standard/compare/v1.1.1...v1.2.0) (2021-10-08) diff --git a/package.json b/package.json index 3036bf5..966bde4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@globis/frontend-standard", - "version": "1.2.0", + "version": "1.3.0", "description": "standard configuraton for frontend development at globis", "license": "MIT", "homepage": "https://github.com/globis-org/frontend-standard#readme", diff --git a/packages/eslint-config-globis/package.json b/packages/eslint-config-globis/package.json index d326793..e451730 100644 --- a/packages/eslint-config-globis/package.json +++ b/packages/eslint-config-globis/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "eslint-config-globis", - "version": "1.2.0", + "version": "1.3.0", "description": "standard configuration of eslint at globis", "license": "MIT", "repository": { diff --git a/yarn.lock b/yarn.lock index 8eeaa9a..46225fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1169,7 +1169,7 @@ eslint-plugin-react-hooks@4.3.0: resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz#318dbf312e06fab1c835a4abef00121751ac1172" integrity sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA== -eslint-plugin-react@7.27.1: +eslint-plugin-react@7.27.0: version "7.27.0" resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.27.0.tgz#f952c76517a3915b81c7788b220b2b4c96703124" integrity sha512-0Ut+CkzpppgFtoIhdzi2LpdpxxBvgFf99eFqWxJnUrO7mMe0eOiNpou6rvNYeVVV6lWZvTah0BFne7k5xHjARg==