Skip to content

Commit

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

## [0.1.4](https://github.com/lightbasenl/platforms/compare/eslint-config-v0.1.3...eslint-config-v0.1.4) (2024-06-07)


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

View workflow job for this annotation

GitHub Actions / build-lint-test

Delete `⏎`
### Dependencies

* Bump globals from 15.3.0 to 15.4.0 ([#94](https://github.com/lightbasenl/platforms/issues/94)) ([a7ff9d9](https://github.com/lightbasenl/platforms/commit/a7ff9d94de362092f81c8cf354f9653eed81e1d3))

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

View workflow job for this annotation

GitHub Actions / build-lint-test

Replace `*·Bump·globals·from·15.3.0·to·15.4.0·([#94](https://github.com/lightbasenl/platforms/issues/94))` with `-·Bump·globals·from·15.3.0·to·15.4.0⏎··([#94](https://github.com/lightbasenl/platforms/issues/94))⏎·`
* Bump prettier from 3.3.0 to 3.3.1 ([#92](https://github.com/lightbasenl/platforms/issues/92)) ([93356b8](https://github.com/lightbasenl/platforms/commit/93356b825e9bb210119858ea3a3f79bc9bb7e4da))

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

View workflow job for this annotation

GitHub Actions / build-lint-test

Replace `*·Bump·prettier·from·3.3.0·to·3.3.1·([#92](https://github.com/lightbasenl/platforms/issues/92))` with `-·Bump·prettier·from·3.3.0·to·3.3.1⏎··([#92](https://github.com/lightbasenl/platforms/issues/92))⏎·`
* Bump typescript-eslint from 7.11.0 to 7.12.0 ([#89](https://github.com/lightbasenl/platforms/issues/89)) ([dc54716](https://github.com/lightbasenl/platforms/commit/dc5471622a8f8e67970a39b4429be05525cc68ca))

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

View workflow job for this annotation

GitHub Actions / build-lint-test

Replace `*·Bump·typescript-eslint·from·7.11.0·to·7.12.0·([#89](https://github.com/lightbasenl/platforms/issues/89))` with `-·Bump·typescript-eslint·from·7.11.0·to·7.12.0⏎··([#89](https://github.com/lightbasenl/platforms/issues/89))⏎·`

## [0.1.3](https://github.com/lightbasenl/platforms/compare/eslint-config-v0.1.2...eslint-config-v0.1.3) (2024-06-04)

### Miscellaneous
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": "0.1.3",
"version": "0.1.4",
"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

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": "0.1.3",
"packages/eslint-config": "0.1.4",
"packages/pull-through-cache": "0.1.2"
}

0 comments on commit 0aaeb63

Please sign in to comment.