Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkdev98 committed Oct 28, 2024
1 parent a0923bd commit 1b01f79
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.0](https://github.com/lightbasenl/platforms/compare/eslint-config-v2.0.0...eslint-config-v2.1.0) (2024-10-28)


Check failure on line 5 in packages/eslint-config/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / build-lint-test (22) / ci

Delete `⏎`

Check failure on line 5 in packages/eslint-config/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / build-lint-test (20) / ci

Delete `⏎`
### Features

* Upperbound the time spend creating Prettier auto-fixes ([a4b5968](https://github.com/lightbasenl/platforms/commit/a4b5968eb96a4b93198741f6eea03078d780f554))

Check failure on line 8 in packages/eslint-config/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / build-lint-test (22) / ci

Replace `*·Upperbound·the·time·spend·creating·Prettier·auto-fixes` with `-·Upperbound·the·time·spend·creating·Prettier·auto-fixes⏎·`

Check failure on line 8 in packages/eslint-config/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / build-lint-test (20) / ci

Replace `*·Upperbound·the·time·spend·creating·Prettier·auto-fixes` with `-·Upperbound·the·time·spend·creating·Prettier·auto-fixes⏎·`

## [2.0.0](https://github.com/lightbasenl/platforms/compare/eslint-config-v1.2.0...eslint-config-v2.0.0) (2024-10-22)

### ⚠ BREAKING CHANGES
Expand Down
8 changes: 6 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightbase/eslint-config",
"version": "2.0.0",
"version": "2.1.0",
"description": "ESLint based linting and formatting configuration",
"type": "module",
"license": "MIT",
Expand All @@ -19,7 +19,11 @@
},
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"files": ["README.md", "LICENSE", "dist/src"],
"files": [

Check failure on line 22 in packages/eslint-config/package.json

View workflow job for this annotation

GitHub Actions / build-lint-test (22) / ci

Replace `⏎↹↹"README.md",⏎↹↹"LICENSE",⏎↹↹"dist/src"⏎↹` with `"README.md",·"LICENSE",·"dist/src"`

Check failure on line 22 in packages/eslint-config/package.json

View workflow job for this annotation

GitHub Actions / build-lint-test (20) / ci

Replace `⏎↹↹"README.md",⏎↹↹"LICENSE",⏎↹↹"dist/src"⏎↹` with `"README.md",·"LICENSE",·"dist/src"`
"README.md",
"LICENSE",
"dist/src"
],
"scripts": {
"build": "tsc -p ./tsconfig.json",
"lint": "eslint . --fix --cache --cache-strategy content --cache-location .cache/eslint/ --color",
Expand Down
2 changes: 1 addition & 1 deletion release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/eslint-config": "2.0.0",
"packages/eslint-config": "2.1.0",
"packages/pull-through-cache": "0.2.2"
}

0 comments on commit 1b01f79

Please sign in to comment.