Skip to content

Commit 34053a8

Browse files
committed
chore: release main
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 050794c commit 34053a8

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

packages/eslint-config/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [3.2.3](https://github.com/lightbasenl/platforms/compare/eslint-config-v3.2.2...eslint-config-v3.2.3) (2025-04-09)
4+
5+
6+
### Dependencies
7+
8+
* Bump synckit from 0.11.2 to 0.11.3 ([#475](https://github.com/lightbasenl/platforms/issues/475)) ([4b6a5da](https://github.com/lightbasenl/platforms/commit/4b6a5da852c53261606daa1c6aa4e2229fd7a792))
9+
* Bump the typescript-eslint group with 3 updates ([#474](https://github.com/lightbasenl/platforms/issues/474)) ([f8dfc6b](https://github.com/lightbasenl/platforms/commit/f8dfc6b7897143566cf665a1df3a204f56a1f060))
10+
311
## [3.2.2](https://github.com/lightbasenl/platforms/compare/eslint-config-v3.2.1...eslint-config-v3.2.2) (2025-04-07)
412

513
### Dependencies

packages/eslint-config/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightbase/eslint-config",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"description": "ESLint based linting and formatting configuration",
55
"type": "module",
66
"license": "MIT",
@@ -19,7 +19,11 @@
1919
},
2020
"main": "./dist/src/index.js",
2121
"types": "./dist/src/index.d.ts",
22-
"files": ["README.md", "LICENSE", "dist/src"],
22+
"files": [
23+
"README.md",
24+
"LICENSE",
25+
"dist/src"
26+
],
2327
"scripts": {
2428
"build": "tsc -p ./tsconfig.json",
2529
"lint": "eslint . --fix --cache --cache-strategy content --cache-location .cache/eslint/ --color",

release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/eslint-config": "3.2.2",
2+
"packages/eslint-config": "3.2.3",
33
"packages/pull-through-cache": "0.2.3",
44
"packages/utils": "1.0.3"
55
}

0 commit comments

Comments
 (0)