Skip to content

Commit

Permalink
chore: release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVanleynseele committed Oct 26, 2023
1 parent bd06122 commit d67d308
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@


## 0.5.0 (2023-10-26)


### Features

* add grouping rules for import sort ([bfba854](https://github.com/novemberfiveco/eslint-config/commit/bfba854ed5549bd9efe5c0d954e7ff5efaa99fa1))
* add nvmrc ([c3708e5](https://github.com/novemberfiveco/eslint-config/commit/c3708e5b6429100d74e3c778a7ba5af866664a5e))
* add prettier 3.0 support for next and vite ([1c04b92](https://github.com/novemberfiveco/eslint-config/commit/1c04b92f56564299ada70f2ce9b392c8d8b9b2a2))
* add serverless eslint config ([882d094](https://github.com/novemberfiveco/eslint-config/commit/882d0940a6878ebc7638075bba84bd34c90c2ff2))
* initial version ([0a45f09](https://github.com/novemberfiveco/eslint-config/commit/0a45f09600ddd2befcf89e2ccc0f5ed6c71ebff5))
* react native config ([a6c8cb9](https://github.com/novemberfiveco/eslint-config/commit/a6c8cb974c2e082f8a035c73b6ec001ff8abcdb2))
* react native config ([bfb5bf9](https://github.com/novemberfiveco/eslint-config/commit/bfb5bf94df6ac898137d0dcea4259b77ccb6c1e0))


### Bug Fixes

* add missing deps in package json ([7acfe30](https://github.com/novemberfiveco/eslint-config/commit/7acfe30feb8af89e1e9bc0dc5db1c3a5a22bee5e))
* align cra config with next ([f02de00](https://github.com/novemberfiveco/eslint-config/commit/f02de00ed8ba86742e55c7fc2bcc8b39275dd1d7))
* allow minor patch updates + bump deps ([#10](https://github.com/novemberfiveco/eslint-config/issues/10)) ([bd06122](https://github.com/novemberfiveco/eslint-config/commit/bd06122161f8a1c6cc49d4da22553a3acedacbc8))
* bump version locally, remove wrong changelog ([e552222](https://github.com/novemberfiveco/eslint-config/commit/e55222220c9bd081a2bd5200aae225874ff7dfed))
* cleanup and use proper configuration for mono repo and publishing ([5040cac](https://github.com/novemberfiveco/eslint-config/commit/5040caccf23080b0c7f2815c468e8b3381054970))
* devDependencies --> dependencies ([3fa82e7](https://github.com/novemberfiveco/eslint-config/commit/3fa82e7ec8817f0ea933081f1913adecf7d77813))
* dont try to publish to npm ([002edad](https://github.com/novemberfiveco/eslint-config/commit/002edadcc00670e6d3d7dc1142218c4e93cca6c4))
* ensure we pass the args to release it ([f4e3ed6](https://github.com/novemberfiveco/eslint-config/commit/f4e3ed65ef3fa5650103c026dcafe6766fecc516))
* package lock ([b2c4679](https://github.com/novemberfiveco/eslint-config/commit/b2c4679778aad397df965cd3424995d2c705ad3b))
* release v0.1.1 of next config ([57eb7c3](https://github.com/novemberfiveco/eslint-config/commit/57eb7c3a048bc7b60527d5c17c65e61d3828883b))
* remove unnecessary peer dependencies and update dependencies ([54015d9](https://github.com/novemberfiveco/eslint-config/commit/54015d94c87865afbfcc689b1e5440df209f20fe))
* revert version bump ([874127b](https://github.com/novemberfiveco/eslint-config/commit/874127bbc4f9d4e5a2221388b4ff7e52bb608766))
* specify run name ([9bdd0ef](https://github.com/novemberfiveco/eslint-config/commit/9bdd0ef60d4d7c1243e067a61e7f9fcb647e9a72))
* use PAT for pulling ([bc26a0a](https://github.com/novemberfiveco/eslint-config/commit/bc26a0ad857534dfcd5ad10788e241535c0aa75f))
* use proper npmrc config ([8af6019](https://github.com/novemberfiveco/eslint-config/commit/8af6019181040d637f067ff5e0ebd4a75293651b))
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novemberfiveco/eslint-config-react-native",
"version": "0.4.0",
"version": "0.5.0",
"private": false,
"description": "ESLint configuration for React Native projects used by November Five",
"keywords": [
Expand Down

0 comments on commit d67d308

Please sign in to comment.