Skip to content

Commit 612ba33

Browse files
chore(release): Publish
- @bam.tech/eslint-plugin@4.0.0
1 parent 893c08b commit 612ba33

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

packages/eslint-plugin/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.0.0](https://github.com/bamlab/react-native-project-config/compare/@bam.tech/eslint-plugin@3.1.2...@bam.tech/eslint-plugin@4.0.0) (2023-11-15)
7+
8+
### Bug Fixes
9+
10+
- dependencies ([#100](https://github.com/bamlab/react-native-project-config/issues/100)) ([893c08b](https://github.com/bamlab/react-native-project-config/commit/893c08bc273794b7409e9ec223f088548c193c4a))
11+
- **deps:** update js dependencies (major) ([#77](https://github.com/bamlab/react-native-project-config/issues/77)) ([b223505](https://github.com/bamlab/react-native-project-config/commit/b223505b96334dd03584e5309b76d232b79b2f56))
12+
13+
### BREAKING CHANGES
14+
15+
- update peer dependencies to match dev deps
16+
- move some dependencies to peer deps
17+
618
## [3.1.2](https://github.com/bamlab/react-native-project-config/compare/@bam.tech/eslint-plugin@3.1.1...@bam.tech/eslint-plugin@3.1.2) (2023-11-13)
719

820
### Reverts

packages/eslint-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bam.tech/eslint-plugin",
3-
"version": "3.1.2",
3+
"version": "4.0.0",
44
"description": "eslint plugin for bam projects",
55
"keywords": [
66
"eslint",
@@ -45,8 +45,8 @@
4545
},
4646
"devDependencies": {
4747
"@types/eslint": "^8.44.7",
48-
"@typescript-eslint/parser": "^6.0.0",
4948
"@typescript-eslint/eslint-plugin": "^6.0.0",
49+
"@typescript-eslint/parser": "^6.0.0",
5050
"eslint": "^8.44.0",
5151
"eslint-config-prettier": "^9.0.0",
5252
"eslint-doc-generator": "^1.4.3",

0 commit comments

Comments
 (0)