Skip to content

Commit

Permalink
Bump version to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robbevp committed May 6, 2024
1 parent 08c4163 commit 21d2c99
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 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.4.1 - 2024/05/06
* Fix filename for main import

# v0.4.0 - 2024/05/06
* Bump required version of eslint to v9.2.x
* Rewrite configs to use eslint's new flat config
Expand Down
2 changes: 1 addition & 1 deletion eslint-config/default.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.4.0",
version: "0.4.1",
},
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.4.0",
"version": "0.4.1",
"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.4.0",
"version": "0.4.1",
"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.1 - 2024/05/06
Nothing changed - version bump to match other packages

# v0.4.0 - 2024/05/06
* Bump required version of stylelint to v16.5.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.4.0",
"version": "0.4.1",
"repository": "[email protected]:tree-company/developer-handbook",
"author": "Tree company <[email protected]>",
"contributors": ["Robbe Van Petegem <[email protected]>"],
Expand Down

0 comments on commit 21d2c99

Please sign in to comment.