Skip to content

Commit

Permalink
Bump version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robbevp committed May 6, 2024
1 parent 152c40b commit 57a1996
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
4 changes: 4 additions & 0 deletions eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.4.0 - 2024/05/06
* Bump required version of eslint to v9.2.x
* Rewrite configs to use eslint's new flat config

# v0.3.2 - 2024/01/18
* Bump required version of prettier to v3.2.x
* Bump required version of eslint to v8.56.x
Expand Down
2 changes: 1 addition & 1 deletion eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const plugin = {
// We have to repeat the information from our package.json. [see](https://eslint.org/docs/latest/extend/plugin-migration-flat-config#adding-plugin-meta-information)
meta: {
name: "@tree-company/eslint-config",
version: "0.3.2",
version: "0.4.0",
},
configs: {
default: defaultConfig,
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.2",
"version": "0.4.0",
"repository": "[email protected]:tree-company/developer-handbook",
"author": "Tree company <[email protected]>",
"contributors": [
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.2",
"version": "0.4.0",
"description": "Default linting configs for Tree company projects",
"main": "index.js",
"repository": "https://github.com/tree-company/linting-config",
Expand Down
3 changes: 3 additions & 0 deletions stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v0.4.0 - 2024/05/06
* Bump required version of stylelint to v16.5.x

# v0.3.2 - 2024/01/18
* Bump required version of prettier to v3.2.x
* Bump required version of stylelint to v16.1.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.2",
"version": "0.4.0",
"repository": "[email protected]:tree-company/developer-handbook",
"author": "Tree company <[email protected]>",
"contributors": ["Robbe Van Petegem <[email protected]>"],
Expand Down

0 comments on commit 57a1996

Please sign in to comment.