Skip to content

Commit

Permalink
chore(release): v3.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsneighbour committed Jul 2, 2021
1 parent 721f87b commit 7d5ee5e
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "3.0.15",
"version": "3.0.16",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-config/package.json
@@ -1,7 +1,7 @@
{
"name": "@dnb-hugo/babel-config",
"description": "Babel configuration for dnb-hugo projects.",
"version": "3.0.15",
"version": "3.0.16",
"author": {
"name": "Patrick Kollitsch",
"email": "patrick@davids-neighbour.com",
Expand All @@ -18,8 +18,8 @@
"@babel/preset-env": "^7.14.5"
},
"devDependencies": {
"@dnb-hugo/eslint-config": "^3.0.15",
"@dnb-hugo/textlint-config": "^3.0.15"
"@dnb-hugo/eslint-config": "^3.0.16",
"@dnb-hugo/textlint-config": "^3.0.16"
},
"engines": {
"node": ">=14.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/browserslist-config/package.json
@@ -1,7 +1,7 @@
{
"name": "@dnb-hugo/browserslist-config",
"description": "Browserslint configuration used in dnb-hugo projects.",
"version": "3.0.15",
"version": "3.0.16",
"author": {
"name": "Patrick Kollitsch",
"email": "patrick@davids-neighbour.com",
Expand All @@ -12,9 +12,9 @@
"browserslist": "^4.16.6"
},
"devDependencies": {
"@dnb-hugo/eslint-config": "^3.0.15",
"@dnb-hugo/remark-config": "^3.0.15",
"@dnb-hugo/textlint-config": "^3.0.15"
"@dnb-hugo/eslint-config": "^3.0.16",
"@dnb-hugo/remark-config": "^3.0.16",
"@dnb-hugo/textlint-config": "^3.0.16"
},
"engines": {
"node": ">=14.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/commitlint-config/package.json
@@ -1,7 +1,7 @@
{
"name": "@dnb-hugo/commitlint-config",
"description": "Commitlint configuration used in dnb-hugo projects.",
"version": "3.0.15",
"version": "3.0.16",
"author": {
"name": "Patrick Kollitsch",
"email": "patrick@davids-neighbour.com",
Expand All @@ -13,10 +13,10 @@
"@commitlint/config-conventional": "^12.1.4"
},
"devDependencies": {
"@dnb-hugo/eslint-config": "^3.0.15",
"@dnb-hugo/remark-config": "^3.0.15",
"@dnb-hugo/stylelint-config": "^3.0.15",
"@dnb-hugo/textlint-config": "^3.0.15"
"@dnb-hugo/eslint-config": "^3.0.16",
"@dnb-hugo/remark-config": "^3.0.16",
"@dnb-hugo/stylelint-config": "^3.0.16",
"@dnb-hugo/textlint-config": "^3.0.16"
},
"engines": {
"node": ">=14.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cssnano/package.json
@@ -1,7 +1,7 @@
{
"name": "@dnb-hugo/cssnano-config",
"description": "cssnano configuration for dnb-hugo projects.",
"version": "3.0.15",
"version": "3.0.16",
"author": {
"name": "Patrick Kollitsch",
"email": "patrick@davids-neighbour.com",
Expand All @@ -17,7 +17,7 @@
"cssnano": "^5.0.6"
},
"devDependencies": {
"@dnb-hugo/textlint-config": "^3.0.15"
"@dnb-hugo/textlint-config": "^3.0.16"
},
"engines": {
"node": ">=14.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/cypress-config/package.json
@@ -1,7 +1,7 @@
{
"name": "@dnb-hugo/cypress-config",
"description": "Cypress configuration for dnb-hugo projects.",
"version": "3.0.15",
"version": "3.0.16",
"author": {
"name": "Patrick Kollitsch",
"email": "patrick@davids-neighbour.com",
Expand All @@ -19,8 +19,8 @@
"deepmerge": "^4.2.2"
},
"devDependencies": {
"@dnb-hugo/eslint-config": "^3.0.15",
"@dnb-hugo/textlint-config": "^3.0.15"
"@dnb-hugo/eslint-config": "^3.0.16",
"@dnb-hugo/textlint-config": "^3.0.16"
},
"engines": {
"node": ">=14.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
@@ -1,7 +1,7 @@
{
"name": "@dnb-hugo/eslint-config",
"description": "ESlint configuration used in dnb-hugo projects.",
"version": "3.0.15",
"version": "3.0.16",
"author": {
"name": "Patrick Kollitsch",
"email": "patrick@davids-neighbour.com",
Expand All @@ -23,10 +23,10 @@
"standard-version": "^9.3.0"
},
"devDependencies": {
"@dnb-hugo/browserslist-config": "^3.0.15",
"@dnb-hugo/remark-config": "^3.0.15",
"@dnb-hugo/stylelint-config": "^3.0.15",
"@dnb-hugo/textlint-config": "^3.0.15"
"@dnb-hugo/browserslist-config": "^3.0.16",
"@dnb-hugo/remark-config": "^3.0.16",
"@dnb-hugo/stylelint-config": "^3.0.16",
"@dnb-hugo/textlint-config": "^3.0.16"
},
"engines": {
"node": ">=14.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/postcss-config/package.json
@@ -1,7 +1,7 @@
{
"name": "@dnb-hugo/postcss-config",
"description": "Postcss configuration for dnb-hugo projects.",
"version": "3.0.15",
"version": "3.0.16",
"author": {
"name": "Patrick Kollitsch",
"email": "patrick@davids-neighbour.com",
Expand All @@ -14,10 +14,10 @@
]
},
"dependencies": {
"@dnb-hugo/browserslist-config": "^3.0.15",
"@dnb-hugo/cssnano-config": "^3.0.15",
"@dnb-hugo/eslint-config": "^3.0.15",
"@dnb-hugo/stylelint-config": "^3.0.15",
"@dnb-hugo/browserslist-config": "^3.0.16",
"@dnb-hugo/cssnano-config": "^3.0.16",
"@dnb-hugo/eslint-config": "^3.0.16",
"@dnb-hugo/stylelint-config": "^3.0.16",
"@fullhuman/postcss-purgecss": "^4.0.3",
"autoprefixer": "^10.2.6",
"cssnano": "^5.0.6",
Expand All @@ -30,7 +30,7 @@
"postcss-sorting": "^6.0.0"
},
"devDependencies": {
"@dnb-hugo/textlint-config": "^3.0.15"
"@dnb-hugo/textlint-config": "^3.0.16"
},
"engines": {
"node": ">=14.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-config/package.json
@@ -1,7 +1,7 @@
{
"name": "@dnb-hugo/remark-config",
"description": "Remarklint configuration used in dnb-hugo projects.",
"version": "3.0.15",
"version": "3.0.16",
"author": {
"name": "Patrick Kollitsch",
"email": "patrick@davids-neighbour.com",
Expand All @@ -23,7 +23,7 @@
"remark-preset-lint-styleguide": "^1.0.0"
},
"devDependencies": {
"@dnb-hugo/textlint-config": "^3.0.15"
"@dnb-hugo/textlint-config": "^3.0.16"
},
"engines": {
"node": ">=14.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/standard-version-config/package.json
@@ -1,7 +1,7 @@
{
"name": "@dnb-hugo/standard-version-config",
"description": "Standard version configuration used in dnb-hugo projects.",
"version": "3.0.15",
"version": "3.0.16",
"author": {
"name": "Patrick Kollitsch",
"email": "patrick@davids-neighbour.com",
Expand All @@ -17,7 +17,7 @@
"standard-version": "^9.3.0"
},
"devDependencies": {
"@dnb-hugo/textlint-config": "^3.0.15"
"@dnb-hugo/textlint-config": "^3.0.16"
},
"engines": {
"node": ">=14.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-config/package.json
@@ -1,7 +1,7 @@
{
"name": "@dnb-hugo/stylelint-config",
"description": "Stylelint configuration used in dnb-hugo projects.",
"version": "3.0.15",
"version": "3.0.16",
"author": "Patrick Kollitsch <patrick@davids-neighbour.com> (https://davids-neighbour.com)",
"bugs": {
"url": "https://github.com/dnb-hugo/stylelint-config/issues"
Expand All @@ -13,7 +13,7 @@
"stylelint-order": "^4.1.0"
},
"devDependencies": {
"@dnb-hugo/textlint-config": "^3.0.15"
"@dnb-hugo/textlint-config": "^3.0.16"
},
"engines": {
"node": ">=14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/textlint-config/package.json
@@ -1,7 +1,7 @@
{
"name": "@dnb-hugo/textlint-config",
"description": "Textlint configuration used in dnb-hugo projects.",
"version": "3.0.15",
"version": "3.0.16",
"author": {
"name": "Patrick Kollitsch",
"email": "patrick@davids-neighbour.com",
Expand Down

0 comments on commit 7d5ee5e

Please sign in to comment.