Skip to content

Commit

Permalink
v12.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robinweser committed May 4, 2022
1 parent 4670258 commit 6b49e60
Show file tree
Hide file tree
Showing 62 changed files with 198 additions and 198 deletions.
10 changes: 5 additions & 5 deletions benchmarks/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "benchmarks",
"version": "12.1.1",
"version": "12.1.2",
"scripts": {
"compile": "mkdir -p dist && cp -f index.html dist/index.html && ./node_modules/.bin/webpack-cli --config ./webpack.config.js",
"copy": "cp -r dist/ ../website/public/benchmarks"
Expand All @@ -11,15 +11,15 @@
"aphrodite": "^2.4.0",
"classnames": "^2.2.6",
"d3-scale-chromatic": "1.2.0",
"fela": "^12.1.1",
"fela-enforce-longhands": "^12.1.1",
"fela-preset-web": "^12.1.1",
"fela": "^12.1.2",
"fela-enforce-longhands": "^12.1.2",
"fela-preset-web": "^12.1.2",
"glamor": "^2.20.40",
"radium": "^0.26.0",
"react": "^17.0.2",
"react-art": "^17.0.0",
"react-dom": "^17.0.2",
"react-fela": "^12.1.1",
"react-fela": "^12.1.2",
"react-jss": "^10.0.4",
"react-native-web": "^0.17.6",
"reactxp": "^2.0.0",
Expand Down
24 changes: 12 additions & 12 deletions examples/example-inferno/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "example-inferno",
"version": "12.1.1",
"version": "12.1.2",
"description": "Fela example with Inferno",
"scripts": {
"client": "NODE_ENV=development webpack-dev-server",
Expand All @@ -11,20 +11,20 @@
"license": "MIT",
"dependencies": {
"create-inferno-context": "^0.2.4",
"fela": "^12.1.1",
"fela-beautifier": "^12.1.1",
"fela-dom": "^12.1.1",
"fela-perf": "^12.1.1",
"fela-plugin-embedded": "^12.1.1",
"fela-plugin-fallback-value": "^12.1.1",
"fela-plugin-logger": "^12.1.1",
"fela": "^12.1.2",
"fela-beautifier": "^12.1.2",
"fela-dom": "^12.1.2",
"fela-perf": "^12.1.2",
"fela-plugin-embedded": "^12.1.2",
"fela-plugin-fallback-value": "^12.1.2",
"fela-plugin-logger": "^12.1.2",
"fela-plugin-lvha": "^5.0.16",
"fela-plugin-prefixer": "^12.1.1",
"fela-plugin-unit": "^12.1.1",
"fela-plugin-validator": "^12.1.1",
"fela-plugin-prefixer": "^12.1.2",
"fela-plugin-unit": "^12.1.2",
"fela-plugin-validator": "^12.1.2",
"inferno": "^6.1.5",
"inferno-create-element": "^6.1.5",
"inferno-fela": "^12.1.1",
"inferno-fela": "^12.1.2",
"inferno-server": "^6.1.5"
},
"devDependencies": {
Expand Down
28 changes: 14 additions & 14 deletions examples/example-preact/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "example-preact",
"version": "12.1.1",
"version": "12.1.2",
"description": "Fela example with Preact",
"scripts": {
"client": "NODE_ENV=development webpack-dev-server",
Expand All @@ -10,21 +10,21 @@
"author": "Robin Weser <robin@weser.io>",
"license": "MIT",
"dependencies": {
"fela": "^12.1.1",
"fela-beautifier": "^12.1.1",
"fela-dom": "^12.1.1",
"fela-layout-debugger": "^12.1.1",
"fela-perf": "^12.1.1",
"fela-plugin-embedded": "^12.1.1",
"fela-plugin-fallback-value": "^12.1.1",
"fela-plugin-logger": "^12.1.1",
"fela": "^12.1.2",
"fela-beautifier": "^12.1.2",
"fela-dom": "^12.1.2",
"fela-layout-debugger": "^12.1.2",
"fela-perf": "^12.1.2",
"fela-plugin-embedded": "^12.1.2",
"fela-plugin-fallback-value": "^12.1.2",
"fela-plugin-logger": "^12.1.2",
"fela-plugin-lvha": "^5.0.16",
"fela-plugin-prefixer": "^12.1.1",
"fela-plugin-unit": "^12.1.1",
"fela-plugin-validator": "^12.1.1",
"fela-sort-media-query-mobile-first": "^12.1.1",
"fela-plugin-prefixer": "^12.1.2",
"fela-plugin-unit": "^12.1.2",
"fela-plugin-validator": "^12.1.2",
"fela-sort-media-query-mobile-first": "^12.1.2",
"preact": "^10.2.1",
"preact-fela": "^12.1.1",
"preact-fela": "^12.1.2",
"preact-render-to-string": "^3.6.0"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions examples/example-react-native/package.json
@@ -1,23 +1,23 @@
{
"private": true,
"name": "example-react-native",
"version": "12.1.1",
"version": "12.1.2",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"devDependencies": {
"babel-preset-react-native": "^1.0.1",
"create-react-native-app": "^0.0.6",
"fela": "^12.1.1",
"fela-dom": "^12.1.1",
"fela-native": "^12.1.1",
"fela-plugin-extend": "^12.1.1",
"fela-plugin-native-media-query": "^12.1.1",
"fela-tools": "^12.1.1",
"fela-utils": "^12.1.1",
"fela": "^12.1.2",
"fela-dom": "^12.1.2",
"fela-native": "^12.1.2",
"fela-plugin-extend": "^12.1.2",
"fela-plugin-native-media-query": "^12.1.2",
"fela-tools": "^12.1.2",
"fela-utils": "^12.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-fela": "^12.1.1",
"react-fela": "^12.1.2",
"react-native": "0.44.0"
}
}
28 changes: 14 additions & 14 deletions examples/example-react/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "example-react",
"version": "12.1.1",
"version": "12.1.2",
"description": "Fela example with React",
"scripts": {
"client": "NODE_ENV=development webpack-dev-server",
Expand All @@ -10,22 +10,22 @@
"author": "Robin Weser <robin@weser.io>",
"license": "MIT",
"dependencies": {
"fela": "^12.1.1",
"fela-beautifier": "^12.1.1",
"fela-dom": "^12.1.1",
"fela-layout-debugger": "^12.1.1",
"fela-perf": "^12.1.1",
"fela-plugin-embedded": "^12.1.1",
"fela-plugin-fallback-value": "^12.1.1",
"fela-plugin-logger": "^12.1.1",
"fela": "^12.1.2",
"fela-beautifier": "^12.1.2",
"fela-dom": "^12.1.2",
"fela-layout-debugger": "^12.1.2",
"fela-perf": "^12.1.2",
"fela-plugin-embedded": "^12.1.2",
"fela-plugin-fallback-value": "^12.1.2",
"fela-plugin-logger": "^12.1.2",
"fela-plugin-lvha": "^5.0.16",
"fela-plugin-prefixer": "^12.1.1",
"fela-plugin-unit": "^12.1.1",
"fela-plugin-validator": "^12.1.1",
"fela-sort-media-query-mobile-first": "^12.1.1",
"fela-plugin-prefixer": "^12.1.2",
"fela-plugin-unit": "^12.1.2",
"fela-plugin-validator": "^12.1.2",
"fela-sort-media-query-mobile-first": "^12.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-fela": "^12.1.1"
"react-fela": "^12.1.2"
},
"devDependencies": {
"@babel/cli": "^7.2.0",
Expand Down
22 changes: 11 additions & 11 deletions examples/example-with-styleguidist/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "example-with-styleguidist",
"version": "12.1.1",
"version": "12.1.2",
"description": "An Example to use fela with styleguidist",
"homepage": "https://github.com/robinweser/fela",
"repository": {
Expand All @@ -26,23 +26,23 @@
"@babel/preset-env": "^7.4.2",
"babel-loader": "^8.0.5",
"dog-names": "^1.0.2",
"fela": "^12.1.1",
"fela-beautifier": "^12.1.1",
"fela": "^12.1.2",
"fela-beautifier": "^12.1.2",
"fela-combine-arrays": "^1.0.9",
"fela-plugin-embedded": "^12.1.1",
"fela-plugin-friendly-pseudo-class": "^12.1.1",
"fela-plugin-embedded": "^12.1.2",
"fela-plugin-friendly-pseudo-class": "^12.1.2",
"fela-plugin-named-media-query": "^5.0.13",
"fela-plugin-placeholder-prefixer": "^12.1.1",
"fela-plugin-unit": "^12.1.1",
"fela-plugin-validator": "^12.1.1",
"fela-preset-web": "^12.1.1",
"fela-statistics": "^12.1.1",
"fela-plugin-placeholder-prefixer": "^12.1.2",
"fela-plugin-unit": "^12.1.2",
"fela-plugin-validator": "^12.1.2",
"fela-preset-web": "^12.1.2",
"fela-statistics": "^12.1.2",
"lodash": "^4.17.4",
"polished": "1.9.0",
"prop-types": "^15.5.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-fela": "^12.1.1",
"react-fela": "^12.1.2",
"react-modal": "^2.2.2",
"react-styleguidist": "9.0.4",
"webpack": "4.29.6"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "12.1.1",
"version": "12.1.2",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/fela-beautifier/package.json
@@ -1,6 +1,6 @@
{
"name": "fela-beautifier",
"version": "12.1.1",
"version": "12.1.2",
"description": "Fela enhancer to beautify CSS output",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/fela-bindings/package.json
@@ -1,6 +1,6 @@
{
"name": "fela-bindings",
"version": "12.1.1",
"version": "12.1.2",
"description": "Abstract binding factories for Fela",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -40,8 +40,8 @@
},
"dependencies": {
"fast-loops": "^1.0.0",
"fela-dom": "^12.1.1",
"fela-tools": "^12.1.1",
"fela-dom": "^12.1.2",
"fela-tools": "^12.1.2",
"react-addons-shallow-compare": "^15.6.3",
"shallow-equal": "^1.0.0"
},
Expand All @@ -55,7 +55,7 @@
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^26.6.0",
"cross-env": "^6.0.3",
"fela": "^12.1.1",
"fela": "^12.1.2",
"jest": "^26.6.0",
"react": "^17.0.2",
"rimraf": "^3.0.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/fela-codemods/package.json
@@ -1,6 +1,6 @@
{
"name": "fela-codemods",
"version": "12.1.1",
"version": "12.1.2",
"description": "Automatic codemods to upgrade Fela code to newer versions",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"css-in-js-utils": "^3.0.0",
"fast-loops": "^1.0.1",
"fela-utils": "^12.1.1"
"fela-utils": "^12.1.2"
},
"devDependencies": {
"@babel/cli": "^7.2.0",
Expand All @@ -52,9 +52,9 @@
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^26.6.0",
"cross-env": "^6.0.3",
"fela": "^12.1.1",
"fela-preset-web": "^12.1.1",
"fela-tools": "^12.1.1",
"fela": "^12.1.2",
"fela-preset-web": "^12.1.2",
"fela-tools": "^12.1.2",
"jest": "^26.6.0",
"rimraf": "^3.0.0"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/fela-dom/package.json
@@ -1,6 +1,6 @@
{
"name": "fela-dom",
"version": "12.1.1",
"version": "12.1.2",
"description": "Fela package for working with the DOM",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"css-in-js-utils": "^3.0.0",
"fast-loops": "^1.0.1",
"fela-utils": "^12.1.1",
"fela-utils": "^12.1.2",
"sort-css-media-queries": "^1.4.3"
},
"devDependencies": {
Expand All @@ -55,9 +55,9 @@
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^6.0.3",
"fela": "^12.1.1",
"fela-preset-web": "^12.1.1",
"fela-tools": "^12.1.1",
"fela": "^12.1.2",
"fela-preset-web": "^12.1.2",
"fela-tools": "^12.1.2",
"jest": "^26.6.0",
"js-beautify": "^1.14.0",
"jsdom": "^16.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/fela-enforce-longhands/package.json
@@ -1,6 +1,6 @@
{
"name": "fela-enforce-longhands",
"version": "12.1.1",
"version": "12.1.2",
"description": "Fela enhancer that enforces longhand over shorthand properties",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^6.0.3",
"fela": "^12.1.1",
"fela": "^12.1.2",
"jest": "^26.6.0",
"rimraf": "^3.0.0",
"webpack": "^4.41.6",
Expand Down
12 changes: 6 additions & 6 deletions packages/fela-identifier/package.json
@@ -1,6 +1,6 @@
{
"name": "fela-identifier",
"version": "12.1.1",
"version": "12.1.2",
"description": "Fela enhancer to creation identifying rules",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -51,14 +51,14 @@
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^6.0.3",
"fela": "^12.1.1",
"fela-monolithic": "^12.1.1",
"fela-tools": "^12.1.1",
"fela": "^12.1.2",
"fela-monolithic": "^12.1.2",
"fela-tools": "^12.1.2",
"jest": "^26.6.0",
"jest-react-fela": "^12.1.1",
"jest-react-fela": "^12.1.2",
"jsdom": "^16.6.0",
"react": "^17.0.2",
"react-fela": "^12.1.1",
"react-fela": "^12.1.2",
"rimraf": "^3.0.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.10"
Expand Down

1 comment on commit 6b49e60

@vercel
Copy link

@vercel vercel bot commented on 6b49e60 May 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.