Skip to content

Commit

Permalink
📦 applying package updates [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbot committed Nov 26, 2021
1 parent 67c9301 commit c38e746
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 10 deletions.

This file was deleted.

15 changes: 15 additions & 0 deletions packages/eslint-config/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@rnx-kit/eslint-config",
"entries": [
{
"date": "Fri, 26 Nov 2021 09:20:19 GMT",
"tag": "@rnx-kit/eslint-config_v0.0.1",
"version": "0.0.1",
"comments": {
"none": [
{
"author": "beachball",
"package": "@rnx-kit/eslint-config",
"comment": "Bump @rnx-kit/eslint-plugin to v0.2.7",
"commit": "67c93019f3c30f57f695a4f198f0c3d41dfb1b8e"
}
]
}
},
{
"date": "Tue, 23 Nov 2021 07:25:36 GMT",
"tag": "@rnx-kit/eslint-config_v0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"format": "rnx-kit-scripts format"
},
"dependencies": {
"@rnx-kit/eslint-plugin": "^0.2.6",
"@rnx-kit/eslint-plugin": "^0.2.7",
"eslint": "^8.0.0"
}
}
15 changes: 15 additions & 0 deletions packages/eslint-plugin/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@rnx-kit/eslint-plugin",
"entries": [
{
"date": "Fri, 26 Nov 2021 09:20:19 GMT",
"tag": "@rnx-kit/eslint-plugin_v0.2.7",
"version": "0.2.7",
"comments": {
"patch": [
{
"author": "4123478+tido64@users.noreply.github.com",
"package": "@rnx-kit/eslint-plugin",
"commit": "67c93019f3c30f57f695a4f198f0c3d41dfb1b8e",
"comment": "Add proper support for `const` enums"
}
]
}
},
{
"date": "Tue, 23 Nov 2021 07:25:36 GMT",
"tag": "@rnx-kit/eslint-plugin_v0.2.6",
Expand Down
10 changes: 9 additions & 1 deletion packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @rnx-kit/eslint-plugin

This log was last generated on Tue, 23 Nov 2021 07:25:36 GMT and should not be manually modified.
This log was last generated on Fri, 26 Nov 2021 09:20:19 GMT and should not be manually modified.

<!-- Start content -->

## 0.2.7

Fri, 26 Nov 2021 09:20:19 GMT

### Patches

- Add proper support for `const` enums (4123478+tido64@users.noreply.github.com)

## 0.2.6

Tue, 23 Nov 2021 07:25:36 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/eslint-plugin",
"version": "0.2.6",
"version": "0.2.7",
"description": "A set of ESLint rules for React developers",
"keywords": [
"eslint",
Expand Down

0 comments on commit c38e746

Please sign in to comment.