Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - fela-bindings@3.0.1
 - fela-dom@8.0.1
 - fela-enzyme@1.0.1
 - fela-identifier@1.0.6
 - fela-layout-debugger@6.0.18
 - fela-logger@5.0.24
 - fela-monolithic@5.0.25
 - fela-native@5.0.24
 - fela-plugin-embedded@5.2.11
 - fela-plugin-extend@6.0.9
 - fela-plugin-native-media-query@6.0.11
 - fela-plugin-validator@5.2.3
 - fela-preset-dev@6.1.3
 - fela-preset-web@8.0.10
 - fela-statistics@5.0.24
 - fela-tools@5.2.1
 - fela-utils@8.1.1
 - fela@6.2.1
 - inferno-fela@9.0.1
 - preact-fela@8.0.1
 - react-fela@8.0.1
 - example-angular2-typescript@2.0.26
 - example-inferno@2.0.30
 - example-preact@2.0.30
 - example-react-native@1.0.29
 - example-react@2.0.30
 - example-typescript@1.0.14
 - example-with-styleguidist@1.0.22
  • Loading branch information
rofrischmann committed Sep 3, 2018
1 parent 53bf148 commit a9366be
Show file tree
Hide file tree
Showing 28 changed files with 104 additions and 104 deletions.
6 changes: 3 additions & 3 deletions examples/example-angular2-typescript/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "example-angular2-typescript",
"version": "2.0.25",
"version": "2.0.26",
"description": "Fela example with Angular2 in TypeScript",
"scripts": {
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
Expand All @@ -28,8 +28,8 @@
"codelyzer": "0.0.25",
"concurrently": "^2.0.0",
"core-js": "^2.4.0",
"fela": "^6.2.0",
"fela-dom": "^8.0.0",
"fela": "^6.2.1",
"fela-dom": "^8.0.1",
"lite-server": "^2.2.0",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.6",
Expand Down
12 changes: 6 additions & 6 deletions examples/example-inferno/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "example-inferno",
"version": "2.0.29",
"version": "2.0.30",
"description": "Fela example with Inferno",
"scripts": {
"client": "NODE_ENV=development webpack-dev-server",
Expand All @@ -17,20 +17,20 @@
"concurrently": "^3.4.0",
"express": "^4.14.0",
"express-http-proxy": "^1.0.0",
"fela": "^6.2.0",
"fela": "^6.2.1",
"fela-beautifier": "^5.0.16",
"fela-dom": "^8.0.0",
"fela-dom": "^8.0.1",
"fela-perf": "^5.0.3",
"fela-plugin-embedded": "^5.2.10",
"fela-plugin-embedded": "^5.2.11",
"fela-plugin-fallback-value": "^5.0.18",
"fela-plugin-logger": "^5.0.5",
"fela-plugin-lvha": "^5.0.16",
"fela-plugin-prefixer": "^5.0.19",
"fela-plugin-unit": "^5.1.0",
"fela-plugin-validator": "^5.2.2",
"fela-plugin-validator": "^5.2.3",
"inferno": "^4.0.0",
"inferno-create-element": "^4.0.0",
"inferno-fela": "^9.0.0",
"inferno-fela": "^9.0.1",
"inferno-server": "^4.0.0",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
Expand Down
12 changes: 6 additions & 6 deletions examples/example-preact/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "example-preact",
"version": "2.0.29",
"version": "2.0.30",
"description": "Fela example with Preact",
"scripts": {
"client": "NODE_ENV=development webpack-dev-server",
Expand All @@ -17,19 +17,19 @@
"concurrently": "^3.1.0",
"express": "^4.14.0",
"express-http-proxy": "^1.0.3",
"fela": "^6.2.0",
"fela": "^6.2.1",
"fela-beautifier": "^5.0.16",
"fela-dom": "^8.0.0",
"fela-dom": "^8.0.1",
"fela-perf": "^5.0.3",
"fela-plugin-embedded": "^5.2.10",
"fela-plugin-embedded": "^5.2.11",
"fela-plugin-fallback-value": "^5.0.18",
"fela-plugin-logger": "^5.0.5",
"fela-plugin-lvha": "^5.0.16",
"fela-plugin-prefixer": "^5.0.19",
"fela-plugin-unit": "^5.1.0",
"fela-plugin-validator": "^5.2.2",
"fela-plugin-validator": "^5.2.3",
"preact": "^8.1.0",
"preact-fela": "^8.0.0",
"preact-fela": "^8.0.1",
"preact-render-to-string": "^3.6.0",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
Expand Down
18 changes: 9 additions & 9 deletions examples/example-react-native/package.json
@@ -1,22 +1,22 @@
{
"private": true,
"name": "example-react-native",
"version": "1.0.28",
"version": "1.0.29",
"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": "^6.2.0",
"fela-dom": "^8.0.0",
"fela-native": "^5.0.23",
"fela-plugin-extend": "^6.0.8",
"fela-plugin-native-media-query": "^6.0.10",
"fela-tools": "^5.2.0",
"fela-utils": "^8.1.0",
"fela": "^6.2.1",
"fela-dom": "^8.0.1",
"fela-native": "^5.0.24",
"fela-plugin-extend": "^6.0.9",
"fela-plugin-native-media-query": "^6.0.11",
"fela-tools": "^5.2.1",
"fela-utils": "^8.1.1",
"react": "^16.0.0-alpha.6",
"react-fela": "^8.0.0",
"react-fela": "^8.0.1",
"react-native": "0.44.0"
}
}
14 changes: 7 additions & 7 deletions examples/example-react/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "example-react",
"version": "2.0.29",
"version": "2.0.30",
"description": "Fela example with React",
"scripts": {
"client": "NODE_ENV=development webpack-dev-server",
Expand All @@ -17,21 +17,21 @@
"concurrently": "^3.4.0",
"express": "^4.14.0",
"express-http-proxy": "^1.0.3",
"fela": "^6.2.0",
"fela": "^6.2.1",
"fela-beautifier": "^5.0.16",
"fela-dom": "^8.0.0",
"fela-layout-debugger": "^6.0.17",
"fela-dom": "^8.0.1",
"fela-layout-debugger": "^6.0.18",
"fela-perf": "^5.0.3",
"fela-plugin-embedded": "^5.2.10",
"fela-plugin-embedded": "^5.2.11",
"fela-plugin-fallback-value": "^5.0.18",
"fela-plugin-logger": "^5.0.5",
"fela-plugin-lvha": "^5.0.16",
"fela-plugin-prefixer": "^5.0.19",
"fela-plugin-unit": "^5.1.0",
"fela-plugin-validator": "^5.2.2",
"fela-plugin-validator": "^5.2.3",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-fela": "^8.0.0",
"react-fela": "^8.0.1",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/example-typescript/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "example-typescript",
"version": "1.0.13",
"version": "1.0.14",
"description": "Fela example with React and Typescript",
"scripts": {
"start": "webpack-dev-server --open"
Expand All @@ -24,9 +24,9 @@
"dependencies": {
"@types/react": "^16.0.18",
"@types/react-dom": "^16.0.2",
"fela": "^6.2.0",
"fela": "^6.2.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-fela": "^8.0.0"
"react-fela": "^8.0.1"
}
}
14 changes: 7 additions & 7 deletions examples/example-with-styleguidist/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "example-with-styleguidist",
"version": "1.0.21",
"version": "1.0.22",
"description": "An Example to use fela with styleguidist",
"homepage": "https://github.com/rofrischmann/fela",
"repository": {
Expand Down Expand Up @@ -31,24 +31,24 @@
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"dog-names": "^1.0.2",
"fela": "^6.2.0",
"fela": "^6.2.1",
"fela-beautifier": "^5.0.16",
"fela-combine-arrays": "^1.0.8",
"fela-plugin-embedded": "^5.2.10",
"fela-plugin-embedded": "^5.2.11",
"fela-plugin-friendly-pseudo-class": "^5.0.17",
"fela-plugin-named-media-query": "^5.0.13",
"fela-plugin-placeholder-prefixer": "^5.0.19",
"fela-plugin-unit": "^5.1.0",
"fela-plugin-validator": "^5.2.2",
"fela-preset-web": "^8.0.9",
"fela-statistics": "^5.0.23",
"fela-plugin-validator": "^5.2.3",
"fela-preset-web": "^8.0.10",
"fela-statistics": "^5.0.24",
"loaders": "1.1.3",
"lodash": "^4.17.4",
"polished": "1.9.0",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-fela": "^8.0.0",
"react-fela": "^8.0.1",
"react-modal": "^2.2.2",
"react-styleguidist": "6.1.0",
"webpack": "3.4.1"
Expand Down
10 changes: 5 additions & 5 deletions packages/fela-bindings/package.json
@@ -1,6 +1,6 @@
{
"name": "fela-bindings",
"version": "3.0.0",
"version": "3.0.1",
"description": "Abstract binding factories for Fela",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -23,13 +23,13 @@
"license": "MIT",
"dependencies": {
"fast-loops": "^1.0.0",
"fela-dom": "^8.0.0",
"fela-tools": "^5.2.0",
"fela-dom": "^8.0.1",
"fela-tools": "^5.2.1",
"react-addons-shallow-compare": "^15.6.2",
"shallow-equal": "^1.0.0"
},
"devDependencies": {
"fela": "^6.2.0",
"fela-monolithic": "^5.0.24"
"fela": "^6.2.1",
"fela-monolithic": "^5.0.25"
}
}
10 changes: 5 additions & 5 deletions packages/fela-dom/package.json
@@ -1,6 +1,6 @@
{
"name": "fela-dom",
"version": "8.0.0",
"version": "8.0.1",
"description": "Fela package for working with the DOM",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -25,11 +25,11 @@
"dependencies": {
"css-in-js-utils": "^2.0.0",
"fast-loops": "^1.0.1",
"fela-utils": "^8.1.0"
"fela-utils": "^8.1.1"
},
"devDependencies": {
"fela": "^6.2.0",
"fela-preset-web": "^8.0.9",
"fela-tools": "^5.2.0"
"fela": "^6.2.1",
"fela-preset-web": "^8.0.10",
"fela-tools": "^5.2.1"
}
}
8 changes: 4 additions & 4 deletions packages/fela-enzyme/package.json
@@ -1,6 +1,6 @@
{
"name": "fela-enzyme",
"version": "1.0.0",
"version": "1.0.1",
"description": "Tools for working with Fela in the context of enzyme",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"dependencies": {
"cssbeautify": "^0.3.1",
"fela": "^6.2.0",
"fela-tools": "^5.2.0",
"react-fela": "^8.0.0"
"fela": "^6.2.1",
"fela-tools": "^5.2.1",
"react-fela": "^8.0.1"
}
}
10 changes: 5 additions & 5 deletions packages/fela-identifier/package.json
@@ -1,6 +1,6 @@
{
"name": "fela-identifier",
"version": "1.0.5",
"version": "1.0.6",
"description": "Fela enhancer to creation identifying rules",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -24,9 +24,9 @@
"fast-loops": "^1.0.0"
},
"devDependencies": {
"fela": "^6.2.0",
"fela-monolithic": "^5.0.24",
"fela-tools": "^5.2.0",
"react-fela": "^8.0.0"
"fela": "^6.2.1",
"fela-monolithic": "^5.0.25",
"fela-tools": "^5.2.1",
"react-fela": "^8.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/fela-layout-debugger/package.json
@@ -1,6 +1,6 @@
{
"name": "fela-layout-debugger",
"version": "6.0.17",
"version": "6.0.18",
"description": "Fela enhancer to debug app layouts",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -25,6 +25,6 @@
"styles-debugger": "^0.0.5"
},
"devDependencies": {
"fela": "^6.2.0"
"fela": "^6.2.1"
}
}
4 changes: 2 additions & 2 deletions packages/fela-logger/package.json
@@ -1,6 +1,6 @@
{
"name": "fela-logger",
"version": "5.0.23",
"version": "5.0.24",
"description": "Logging tool for Fela",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -25,6 +25,6 @@
"license": "MIT",
"dependencies": {
"cssbeautify": "^0.3.1",
"fela-utils": "^8.1.0"
"fela-utils": "^8.1.1"
}
}
10 changes: 5 additions & 5 deletions packages/fela-monolithic/package.json
@@ -1,6 +1,6 @@
{
"name": "fela-monolithic",
"version": "5.0.24",
"version": "5.0.25",
"description": "Fela enhancer for having monolithic classnames",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -25,12 +25,12 @@
"dependencies": {
"css-in-js-utils": "^2.0.0",
"fast-loops": "^1.0.0",
"fela-utils": "^8.1.0",
"fela-utils": "^8.1.1",
"isobject": "^3.0.1"
},
"devDependencies": {
"fela": "^6.2.0",
"fela-tools": "^5.2.0",
"react-fela": "^8.0.0"
"fela": "^6.2.1",
"fela-tools": "^5.2.1",
"react-fela": "^8.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/fela-native/package.json
@@ -1,6 +1,6 @@
{
"name": "fela-native",
"version": "5.0.23",
"version": "5.0.24",
"description": "Fela Renderer for React Native",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -25,6 +25,6 @@
"license": "MIT",
"dependencies": {
"fast-loops": "^1.0.0",
"fela-utils": "^8.1.0"
"fela-utils": "^8.1.1"
}
}

0 comments on commit a9366be

Please sign in to comment.