Skip to content

Commit

Permalink
chore: release main (#357)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>eslint-config: 2.2.0</summary>

##
[2.2.0](eslint-config-v2.1.2...eslint-config-v2.2.0)
(2025-01-10)


### Features

* **import:** Disable `import-x/named` rule
([1241261](1241261))


### Dependencies

* Bump eslint-config-flat-gitignore from 0.3.0 to 1.0.0
([#355](#355))
([147032d](147032d))
* Bump eslint-merge-processors from 0.1.0 to 1.0.0
([#354](#354))
([cb67a3d](cb67a3d))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: actions-bot <[email protected]>
  • Loading branch information
dirkdev98 and actions-bot authored Jan 10, 2025
1 parent cb67a3d commit aa0aff6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.2.0](https://github.com/lightbasenl/platforms/compare/eslint-config-v2.1.2...eslint-config-v2.2.0) (2025-01-10)

### Features

- **import:** Disable `import-x/named` rule
([1241261](https://github.com/lightbasenl/platforms/commit/12412614f3e76f14f0607a5a7f09157c8c1a0634))

### Dependencies

- Bump eslint-config-flat-gitignore from 0.3.0 to 1.0.0
([#355](https://github.com/lightbasenl/platforms/issues/355))
([147032d](https://github.com/lightbasenl/platforms/commit/147032dde19d685d5b0e3d11bb19ad7b8450f0da))
- Bump eslint-merge-processors from 0.1.0 to 1.0.0
([#354](https://github.com/lightbasenl/platforms/issues/354))
([cb67a3d](https://github.com/lightbasenl/platforms/commit/cb67a3ddf3e700315a06a6eff1cfa265af8056ec))

## [2.1.2](https://github.com/lightbasenl/platforms/compare/eslint-config-v2.1.1...eslint-config-v2.1.2) (2025-01-07)

### Dependencies
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": "@lightbase/eslint-config",
"version": "2.1.2",
"version": "2.2.0",
"description": "ESLint based linting and formatting configuration",
"type": "module",
"license": "MIT",
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.1.2",
"packages/eslint-config": "2.2.0",
"packages/pull-through-cache": "0.2.2"
}

0 comments on commit aa0aff6

Please sign in to comment.