Skip to content

Commit

Permalink
chore: update package visibility and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Sep 30, 2024
1 parent 41c838a commit c5210a4
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ plugins:
- path: ./exadel-esl-*.tgz
label: Released Core NPM Tarball
- path: ./exadel-eslint-plugin-esl-*.tgz
label: Released ESLint Config NPM Tarball
- path: ./exadel-eslint-config-esl-*.tgz
label: Released ESLint Plugin NPM Tarball
- path: ./exadel-eslint-config-esl-*.tgz
label: Released ESLint Config NPM Tarball
- path: CHANGELOG.md
label: Changelog
12 changes: 0 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
## [5.0.0-beta.35](https://github.com/exadel-inc/esl/compare/v5.0.0-beta.34...v5.0.0-beta.35) (2024-09-30)

### Features

* **esl-carousel:** add attribute to carousel if it has only one slide ([25dc3bb](https://github.com/exadel-inc/esl/commit/25dc3bba2c614362c5d8abee99e78cc0f83c5f86))
* **eslint-config:** introducing shared eslint-config for esl projects (internal use only for now) ([ca5f454](https://github.com/exadel-inc/esl/commit/ca5f4549645683a3cf191943ab7df098cb206915))
* **lint:** adapt eslint plugin to be used with ESLint 9 ([93c90d2](https://github.com/exadel-inc/esl/commit/93c90d2678d463c2e5c4c1d3c141db68eb1982fb))

### Bug Fixes

* **lint:** fix Literal import processing & update eslint 9.11.1 ([3345564](https://github.com/exadel-inc/esl/commit/334556429dc2f976c669d0662654056ab0876e90))

## [5.0.0-beta.34](https://github.com/exadel-inc/esl/compare/v5.0.0-beta.33...v5.0.0-beta.34) (2024-09-19)

### Features
Expand Down
29 changes: 28 additions & 1 deletion eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"name": "@exadel/eslint-config-esl",
"private": false,
"version": "5.0.0-beta.35",
"keywords": [
"eslint",
"eslint-config",
"esl"
],
"publishConfig": {
"access": "public",
"scope": "@exadel"
},
"license": "MIT",
"description": "Shared ESLint config used by ESL (@exadel/esl) team. Internal projects usage.",
"main": "index.js",
Expand All @@ -27,5 +32,27 @@
},
"peerDependencies": {
"eslint": ">=9.0.0"
}
},
"maintainers": [
{
"name": "ala-n",
"email": "astsefanovich@exadel.com"
},
{
"name": "yadamska",
"email": "yadamska@exadel.com"
},
{
"name": "dshovchko",
"email": "dshovchko@exadel.com"
},
{
"name": "abarmina",
"email": "abarmina@exadel.com"
},
{
"name": "alesun",
"email": "alesun@exadel.com"
}
]
}
29 changes: 28 additions & 1 deletion eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"name": "@exadel/eslint-plugin-esl",
"private": false,
"version": "5.0.0-beta.35",
"keywords": [
"eslint",
"eslint-plugin",
"esl"
],
"publishConfig": {
"access": "public",
"scope": "@exadel"
},
"license": "MIT",
"description": "Helper ESLint rules to find and migrate ESL (@exadel/esl) library deprecations",
"main": "dist/index.js",
Expand All @@ -29,5 +34,27 @@
"peerDependencies": {
"@exadel/esl": "^5.0.0 || ^5.0.0-beta.0",
"eslint": ">=8.0.0 || >=9.0.0"
}
},
"maintainers": [
{
"name": "ala-n",
"email": "astsefanovich@exadel.com"
},
{
"name": "yadamska",
"email": "yadamska@exadel.com"
},
{
"name": "dshovchko",
"email": "dshovchko@exadel.com"
},
{
"name": "abarmina",
"email": "abarmina@exadel.com"
},
{
"name": "alesun",
"email": "alesun@exadel.com"
}
]
}
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,6 @@
"name": "ala-n",
"email": "astsefanovich@exadel.com"
},
{
"name": "ymurashka",
"email": "ymurashka@exadel.com"
},
{
"name": "yadamska",
"email": "yadamska@exadel.com"
Expand Down

0 comments on commit c5210a4

Please sign in to comment.