Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 7, 2023
1 parent 545ed43 commit e775b06
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 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.2.1"
"version": "1.2.2"
}
18 changes: 9 additions & 9 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.2.1",
"version": "1.2.2",
"description": "Sharable stylelint config based on Media.Monks Frontend Coding Standards",
"keywords": [
"Media.Monks",
Expand All @@ -24,7 +24,7 @@
},
"main": "index.js",
"dependencies": {
"@mediamonks/stylelint-config": "^1.2.1"
"@mediamonks/stylelint-config": "^1.2.2"
},
"peerDependencies": {
"postcss-styled-syntax": "^0.4.0",
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.2.1",
"version": "1.2.2",
"description": "Sharable stylelint config based on Media.Monks Frontend Coding Standards",
"keywords": [
"Media.Monks",
Expand All @@ -23,7 +23,7 @@
},
"main": "index.js",
"dependencies": {
"@mediamonks/stylelint-config": "^1.2.1",
"@mediamonks/stylelint-config": "^1.2.2",
"stylelint-config-recommended": "^12.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.2.1",
"version": "1.2.2",
"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.2.1"
"@mediamonks/stylelint-config-scss": "^1.2.2"
},
"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.2.1",
"version": "1.2.2",
"description": "Sharable stylelint config based on Media.Monks Frontend Coding Standards",
"keywords": [
"Media.Monks",
Expand All @@ -24,7 +24,7 @@
},
"main": "index.js",
"dependencies": {
"@mediamonks/stylelint-config": "^1.2.1"
"@mediamonks/stylelint-config": "^1.2.2"
},
"peerDependencies": {
"stylelint-config-recommended-scss": "^9.0.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.2.1",
"version": "1.2.2",
"description": "Sharable stylelint config based on Media.Monks Frontend Coding Standards",
"keywords": [
"Media.Monks",
Expand Down

0 comments on commit e775b06

Please sign in to comment.