@etchteam/eslint-config 2.6.59 → 2.6.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## <small>2.6.59 (2026-03-24)</small>
1
+ ## <small>2.6.61 (2026-03-27)</small>
2
2
 
3
- * Merge pull request #540 from etchteam/dependabot/npm_and_yarn/eslint-plugin-storybook-10.3.3 ([4f7b809](https://github.com/etchteam/eslint/commit/4f7b809)), closes [#540](https://github.com/etchteam/eslint/issues/540)
4
- * fix: bump eslint-plugin-storybook from 10.3.2 to 10.3.3 ([d566d37](https://github.com/etchteam/eslint/commit/d566d37))
3
+ * Merge pull request #542 from etchteam/dependabot/npm_and_yarn/npm_and_yarn-8ffe74b2ea ([c9b5bc8](https://github.com/etchteam/eslint/commit/c9b5bc8)), closes [#542](https://github.com/etchteam/eslint/issues/542)
4
+ * fix: bump yaml in the npm_and_yarn group across 1 directory ([aa580d7](https://github.com/etchteam/eslint/commit/aa580d7))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "2.6.59",
3
+ "version": "2.6.61",
4
4
  "description": "Etch's standard eslint config",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",