Skip to content

Commit 845bcd9

Browse files
committed
chore: release main
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4d4a1ca commit 845bcd9

File tree

5 files changed

+29
-6
lines changed

5 files changed

+29
-6
lines changed

packages/eslint-config/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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-15)
4+
5+
6+
### Dependencies
7+
8+
* Bump eslint-plugin-import-x from 4.10.2 to 4.10.3 ([#480](https://github.com/lightbasenl/platforms/issues/480)) ([926a387](https://github.com/lightbasenl/platforms/commit/926a3877aaa4929c1dede65c3d31b6c51d801fc8))
9+
* 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))
10+
* Bump the typescript-eslint group with 3 updates ([#474](https://github.com/lightbasenl/platforms/issues/474)) ([f8dfc6b](https://github.com/lightbasenl/platforms/commit/f8dfc6b7897143566cf665a1df3a204f56a1f060))
11+
* Bump the typescript-eslint group with 3 updates ([#481](https://github.com/lightbasenl/platforms/issues/481)) ([4d4a1ca](https://github.com/lightbasenl/platforms/commit/4d4a1ca14b37e8f1476f6b7a890deaa7ad353eee))
12+
313
## [3.2.2](https://github.com/lightbasenl/platforms/compare/eslint-config-v3.2.1...eslint-config-v3.2.2) (2025-04-07)
414

515
### 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",

packages/utils/CHANGELOG.md

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

3+
## [1.1.0](https://github.com/lightbasenl/platforms/compare/utils-v1.0.3...utils-v1.1.0) (2025-04-15)
4+
5+
6+
### Features
7+
8+
* **utils:** Use cons generics in `isRecordWith` ([2c3f4f2](https://github.com/lightbasenl/platforms/commit/2c3f4f285da5e9e11d90adbe7f4e7650653f6349))
9+
310
## [1.0.3](https://github.com/lightbasenl/platforms/compare/utils-v1.0.2...utils-v1.0.3) (2025-03-04)
411

512
### Miscellaneous

packages/utils/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightbase/utils",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"type": "module",
55
"license": "MIT",
66
"bugs": {
@@ -11,7 +11,9 @@
1111
"url": "git+https://github.com/lightbasenl/platforms.git",
1212
"directory": "packages/utils"
1313
},
14-
"files": ["dist/src"],
14+
"files": [
15+
"dist/src"
16+
],
1517
"exports": {
1618
"./package.json": "./package.json",
1719
".": {

release-please-manifest.json

Lines changed: 2 additions & 2 deletions
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",
4-
"packages/utils": "1.0.3"
4+
"packages/utils": "1.1.0"
55
}

0 commit comments

Comments
 (0)