Skip to content

Commit 86bcd55

Browse files
dirkdev98actions-bot
andauthoredJun 4, 2024··
chore: release main (#74)
🤖 I have created a release *beep* *boop* --- <details><summary>eslint-config: 0.1.3</summary> ## [0.1.3](eslint-config-v0.1.2...eslint-config-v0.1.3) (2024-06-04) ### Miscellaneous * Bump eslint-plugin-react-hooks from 4.6.0 to 4.6.2 ([#65](#65)) ([773fa1e](773fa1e)) ### Dependencies * Bump eslint-plugin-import-x from 0.5.0 to 0.5.1 ([#73](#73)) ([d9d13ff](d9d13ff)) * Bump eslint-plugin-jsdoc from 48.2.6 to 48.2.7 ([#87](#87)) ([73f589e](73f589e)) * Bump prettier from 3.2.5 to 3.3.0 ([#88](#88)) ([5e34e9b](5e34e9b)) * Bump typescript-eslint from 7.10.0 to 7.11.0 ([#78](#78)) ([da84242](da84242)) </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 <58130806+actions-bot@users.noreply.github.com>
1 parent 73f589e commit 86bcd55

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed
 

‎packages/eslint-config/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [0.1.3](https://github.com/lightbasenl/platforms/compare/eslint-config-v0.1.2...eslint-config-v0.1.3) (2024-06-04)
4+
5+
### Miscellaneous
6+
7+
- Bump eslint-plugin-react-hooks from 4.6.0 to 4.6.2
8+
([#65](https://github.com/lightbasenl/platforms/issues/65))
9+
([773fa1e](https://github.com/lightbasenl/platforms/commit/773fa1e7ddd77803f70ef5e5944025cbfac57f1f))
10+
11+
### Dependencies
12+
13+
- Bump eslint-plugin-import-x from 0.5.0 to 0.5.1
14+
([#73](https://github.com/lightbasenl/platforms/issues/73))
15+
([d9d13ff](https://github.com/lightbasenl/platforms/commit/d9d13ffaa0ce2a10a702d12e8f0b4051b52b5508))
16+
- Bump eslint-plugin-jsdoc from 48.2.6 to 48.2.7
17+
([#87](https://github.com/lightbasenl/platforms/issues/87))
18+
([73f589e](https://github.com/lightbasenl/platforms/commit/73f589e8dd052eedbfbdcb13ca87990856b5fd1a))
19+
- Bump prettier from 3.2.5 to 3.3.0
20+
([#88](https://github.com/lightbasenl/platforms/issues/88))
21+
([5e34e9b](https://github.com/lightbasenl/platforms/commit/5e34e9bd0b52e0a37ef3b4084c01180e0a47029f))
22+
- Bump typescript-eslint from 7.10.0 to 7.11.0
23+
([#78](https://github.com/lightbasenl/platforms/issues/78))
24+
([da84242](https://github.com/lightbasenl/platforms/commit/da842428fd0b5eddfe6668706932607e4fa3ea2a))
25+
326
## [0.1.2](https://github.com/lightbasenl/platforms/compare/eslint-config-v0.1.1...eslint-config-v0.1.2) (2024-05-24)
427

528
### Miscellaneous

‎packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightbase/eslint-config",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "ESLint based linting and formatting configuration",
55
"type": "module",
66
"license": "MIT",

‎release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/eslint-config": "0.1.2",
2+
"packages/eslint-config": "0.1.3",
33
"packages/pull-through-cache": "0.1.2"
44
}

0 commit comments

Comments
 (0)
Please sign in to comment.