Skip to content

Commit

Permalink
chore: release v1.3.0 (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoota authored Nov 19, 2021
1 parent 1471df2 commit fb157b9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-globis/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz#318dbf312e06fab1c835a4abef00121751ac1172"
integrity sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==

[email protected].1:
[email protected].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==
Expand Down

0 comments on commit fb157b9

Please sign in to comment.