Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 10, 2024
1 parent c3f7b03 commit bcee395
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 65 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://json.schemastore.org/lerna.json",
"packages": ["packages/*"],
"version": "1.6.0"
"version": "1.7.0"
}
64 changes: 9 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/stylelint-config-css-in-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mediamonks/stylelint-config-css-in-js",
"version": "1.6.0",
"version": "1.7.0",
"description": "Sharable stylelint config based on Media.Monks Frontend Coding Standards",
"keywords": [
"Media.Monks",
Expand All @@ -26,7 +26,7 @@
".": "./index.mjs"
},
"dependencies": {
"@mediamonks/stylelint-config": "^1.6.0",
"@mediamonks/stylelint-config": "^1.7.0",
"postcss-styled-syntax": "^0.6.2",
"stylelint-config-recommended": "^14.0.0",
"stylelint-use-nesting": "^5.1.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-config-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mediamonks/stylelint-config-css",
"version": "1.6.0",
"version": "1.7.0",
"description": "Sharable stylelint config based on Media.Monks Frontend Coding Standards",
"keywords": [
"Media.Monks",
Expand All @@ -25,7 +25,7 @@
".": "./index.mjs"
},
"dependencies": {
"@mediamonks/stylelint-config": "^1.6.0",
"@mediamonks/stylelint-config": "^1.7.0",
"stylelint-config-recommended": "^14.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/stylelint-config-scss-muban/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mediamonks/stylelint-config-scss-muban",
"version": "1.6.0",
"version": "1.7.0",
"description": "Sharable stylelint config based on Media.Monks Frontend Coding Standards",
"keywords": [
"Media.Monks",
Expand All @@ -21,7 +21,7 @@
"license": "MIT",
"author": "frontend.monks",
"dependencies": {
"@mediamonks/stylelint-config-scss": "^1.6.0"
"@mediamonks/stylelint-config-scss": "^1.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-config-scss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mediamonks/stylelint-config-scss",
"version": "1.6.0",
"version": "1.7.0",
"description": "Sharable stylelint config based on Media.Monks Frontend Coding Standards",
"keywords": [
"Media.Monks",
Expand All @@ -26,7 +26,7 @@
".": "./index.mjs"
},
"dependencies": {
"@mediamonks/stylelint-config": "^1.6.0",
"@mediamonks/stylelint-config": "^1.7.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-use-nesting": "^5.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mediamonks/stylelint-config",
"version": "1.6.0",
"version": "1.7.0",
"description": "Sharable stylelint config based on Media.Monks Frontend Coding Standards",
"keywords": [
"Media.Monks",
Expand Down

0 comments on commit bcee395

Please sign in to comment.