Skip to content

Commit

Permalink
v6.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickschaper committed Jan 15, 2021
1 parent f047346 commit 7840751
Show file tree
Hide file tree
Showing 21 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"modules/*"
],
"version": "6.7.10"
"version": "6.7.11"
}
2 changes: 1 addition & 1 deletion modules/eslint-config-flamingo-carotene/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 modules/eslint-config-flamingo-carotene/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-flamingo-carotene",
"version": "6.7.10",
"version": "6.7.11",
"description": "Flamingo carotene default ESLint config",
"author": "team-frontend <[email protected]>",
"homepage": "",
Expand All @@ -18,6 +18,6 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.1.0",
"flamingo-carotene-es-lint": "^6.7.10"
"flamingo-carotene-es-lint": "^6.7.11"
}
}
2 changes: 1 addition & 1 deletion modules/flamingo-carotene-behavior/package-lock.json

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

2 changes: 1 addition & 1 deletion modules/flamingo-carotene-behavior/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flamingo-carotene-behavior",
"version": "6.7.10",
"version": "6.7.11",
"description": "The behavior module enables to initialize javascript behaviors on html elements",
"author": "team-frontend <[email protected]>",
"license": "OSL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/flamingo-carotene-dev-server/package-lock.json

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

2 changes: 1 addition & 1 deletion modules/flamingo-carotene-dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flamingo-carotene-dev-server",
"version": "6.7.10",
"version": "6.7.11",
"description": "Provide the functionality to add file watchers for developing projects with the Flamingo Carotene tooling",
"author": "team-frontend <[email protected]>",
"license": "OSL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/flamingo-carotene-es-lint/package-lock.json

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

2 changes: 1 addition & 1 deletion modules/flamingo-carotene-es-lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flamingo-carotene-es-lint",
"version": "6.7.10",
"version": "6.7.11",
"description": "Provide the standalone version and flamingo-carotene-webpack loader of es lint",
"author": "team-frontend <[email protected]>",
"license": "OSL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/flamingo-carotene-flow/package-lock.json

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

2 changes: 1 addition & 1 deletion modules/flamingo-carotene-flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flamingo-carotene-flow",
"version": "6.7.10",
"version": "6.7.11",
"description": "Provide flow support",
"author": "team-frontend <[email protected]>",
"license": "OSL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/flamingo-carotene-postcss/package-lock.json

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

2 changes: 1 addition & 1 deletion modules/flamingo-carotene-postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flamingo-carotene-postcss",
"version": "6.7.10",
"version": "6.7.11",
"description": "Provide the postcss loader for a flamingo-carotene-webpack setup",
"author": "team-frontend <[email protected]>",
"license": "OSL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/flamingo-carotene-state-manager/package-lock.json

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

2 changes: 1 addition & 1 deletion modules/flamingo-carotene-state-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flamingo-carotene-state-manager",
"version": "6.7.10",
"version": "6.7.11",
"description": "The state manager enables to decouple the interaction between dom components using a global state",
"author": "team-frontend <[email protected]>",
"license": "OSL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/flamingo-carotene-vuejs/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 modules/flamingo-carotene-vuejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flamingo-carotene-vuejs",
"version": "6.7.10",
"version": "6.7.11",
"description": "Provide a simple wrapper to attach VueJs to Carotene projects",
"author": "team-frontend <[email protected]>",
"license": "OSL-3.0",
Expand All @@ -19,7 +19,7 @@
"vue": "^2.6.12"
},
"devDependencies": {
"flamingo-carotene-webpack": "^6.7.10",
"flamingo-carotene-webpack": "^6.7.11",
"path": "^0.12.7",
"pug-plain-loader": "^1.1.0",
"vue-loader": "^15.9.6",
Expand Down

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

4 changes: 2 additions & 2 deletions modules/flamingo-carotene-webpack-svg-sprite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flamingo-carotene-webpack-svg-sprite",
"version": "6.7.10",
"version": "6.7.11",
"description": "Flamingo Carotene svg sprite solution",
"author": "team-frontend <[email protected]>",
"license": "OSL-3.0",
Expand All @@ -20,6 +20,6 @@
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"flamingo-carotene-babel": "^6.7.10",
"flamingo-carotene-webpack": "^6.7.10"
"flamingo-carotene-webpack": "^6.7.11"
}
}
2 changes: 1 addition & 1 deletion modules/flamingo-carotene-webpack/package-lock.json

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

2 changes: 1 addition & 1 deletion modules/flamingo-carotene-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flamingo-carotene-webpack",
"version": "6.7.10",
"version": "6.7.11",
"description": "Provide an abstraction for webpack with the ability for other modules to extend the webpack config, with integration into the flamingo-carotene-dev-server module",
"author": "team-frontend <[email protected]>",
"license": "OSL-3.0",
Expand Down

0 comments on commit 7840751

Please sign in to comment.