Skip to content

Commit

Permalink
Bump version to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robbevp committed Jan 18, 2024
1 parent 15e5767 commit f524a5f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v0.3.2 - 2024/01/18
* Bump required version of prettier to v3.2.x
* Bump required version of eslint to v8.56.x
# v0.3.1 - 2023/09/19
Bump required version of prettier to v3.0.x

Expand Down
2 changes: 1 addition & 1 deletion eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tree-company/eslint-config",
"description": "Default configurations for eslint",
"version": "0.3.1",
"version": "0.3.2",
"repository": "[email protected]:tree-company/developer-handbook",
"author": "Tree company <[email protected]>",
"contributors": ["Robbe Van Petegem <[email protected]>"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tree-company/linting-config",
"version": "0.3.1",
"version": "0.3.2",
"description": "Default linting configs for Tree company projects",
"main": "index.js",
"repository": "https://github.com/tree-company/linting-config",
Expand Down
4 changes: 4 additions & 0 deletions stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.3.2 - 2024/01/18
* Bump required version of prettier to v3.2.x
* Bump required version of stylelint to v16.1.x

# v0.3.1 - 2023/09/19
Bump required version of prettier to v3.0.x

Expand Down
2 changes: 1 addition & 1 deletion stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tree-company/stylelint-config",
"description": "Default configurations for stylelint",
"version": "0.3.1",
"version": "0.3.2",
"repository": "[email protected]:tree-company/developer-handbook",
"author": "Tree company <[email protected]>",
"contributors": ["Robbe Van Petegem <[email protected]>"],
Expand Down

0 comments on commit f524a5f

Please sign in to comment.