Skip to content

Commit

Permalink
increase version numbers and script to pack
Browse files Browse the repository at this point in the history
  • Loading branch information
nishkohli96 committed Jan 24, 2025
1 parent 537aa73 commit b66646e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
1 change: 0 additions & 1 deletion apps/eslint-config-docs/docs/changelog/v2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ title: Changelog-v2.1
|[typescript-eslint](https://www.npmjs.com/package/typescript-eslint)|`8.18.0` to `8.21.0`|



## [2.1.2](https://github.com/nishkohli96/eslint-config/tree/v2.1.2)

**Released - 17 December, 2024**
Expand Down
12 changes: 12 additions & 0 deletions pack.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This script will generate the tgz file for the each eslint
# package in the packages directory.

echo '🏁 Initiating Packing...'

cd ./packages/eslint-config
npm pack
echo "Packed 📦: @nish1896/eslint-config successfully! 🥳🥳🥳"

cd ../eslint-flat-config
npm pack
echo "Packed 📦: @nish1896/eslint-flat-config successfully! 🥳🥳🥳"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nish1896/eslint-config-root",
"version": "2.1.2",
"version": "2.1.3",
"description": "eslint and stylistic rules to help you focus more on the code logic, while they take care of the code formatting",
"author": "Nishant Kohli",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nish1896/eslint-config",
"version": "2.1.2",
"version": "2.1.3",
"description": "eslint and stylistic rules for eslint 8.57.0 or below to take care of the code formatting.",
"author": "Nishant Kohli",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-flat-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nish1896/eslint-flat-config",
"version": "1.1.2",
"version": "1.1.3",
"description": "Linting rules configured for ESLint v9 and above to ensure consistent code formatting.",
"author": "Nishant Kohli",
"engines": {
Expand Down

0 comments on commit b66646e

Please sign in to comment.