Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
onigoetz committed Jan 16, 2018
1 parent 6b0ddfd commit ce7b0f7
Show file tree
Hide file tree
Showing 13 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 @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "1.0.0"
"version": "1.0.1"
}
4 changes: 2 additions & 2 deletions packages/crafty-preset-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swissquote/crafty-preset-babel",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
Expand All @@ -9,7 +9,7 @@
"main": "src/index.js",
"dependencies": {
"@swissquote/babel-preset-swissquote": "1.0.0",
"@swissquote/eslint-plugin-swissquote": "1.0.0",
"@swissquote/eslint-plugin-swissquote": "1.0.1",
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-plugin-external-helpers": "6.22.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/crafty-preset-images/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swissquote/crafty-preset-images",
"version": "1.0.0",
"version": "1.0.1",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/crafty-preset-postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@swissquote/crafty-preset-postcss",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
"access": "public"
},
"main": "src/index.js",
"dependencies": {
"@swissquote/postcss-swissquote-preset": "1.0.0",
"@swissquote/postcss-swissquote-preset": "1.0.1",
"@swissquote/stylelint-config-swissquote": "1.0.0",
"css-loader": "0.28.8",
"end-of-stream": "1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/crafty-preset-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swissquote/crafty-preset-react",
"version": "1.0.0",
"version": "1.0.1",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/crafty-preset-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swissquote/crafty-preset-typescript",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/crafty-runner-gulp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swissquote/crafty-runner-gulp",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
Expand All @@ -12,7 +12,7 @@
"build:watch": "tsc --watch"
},
"dependencies": {
"@swissquote/crafty": "1.0.0",
"@swissquote/crafty": "1.0.1",
"debug": "^3.0.1",
"glob-watcher": "5.0.0",
"gulp-plumber": "1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/crafty-runner-rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swissquote/crafty-runner-rollup",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/crafty-runner-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swissquote/crafty-runner-webpack",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/crafty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swissquote/crafty",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-swissquote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swissquote/eslint-plugin-swissquote",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
Expand Down
18 changes: 9 additions & 9 deletions packages/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "integration",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"private": true,
"scripts": {
"test": "../../node_modules/.bin/jest",
"test:watch": "../../node_modules/.bin/jest --watch"
},
"devDependencies": {
"@swissquote/crafty": "1.0.0",
"@swissquote/crafty-preset-babel": "1.0.0",
"@swissquote/crafty-preset-images": "1.0.0",
"@swissquote/crafty": "1.0.1",
"@swissquote/crafty-preset-babel": "1.0.1",
"@swissquote/crafty-preset-images": "1.0.1",
"@swissquote/crafty-preset-images-simple": "1.0.0",
"@swissquote/crafty-preset-maven": "1.0.0",
"@swissquote/crafty-preset-polyfills": "1.0.0",
"@swissquote/crafty-preset-postcss": "1.0.0",
"@swissquote/crafty-preset-typescript": "1.0.0",
"@swissquote/crafty-runner-gulp": "1.0.0",
"@swissquote/crafty-runner-rollup": "1.0.0",
"@swissquote/crafty-runner-webpack": "1.0.0",
"@swissquote/crafty-preset-postcss": "1.0.1",
"@swissquote/crafty-preset-typescript": "1.0.1",
"@swissquote/crafty-runner-gulp": "1.0.1",
"@swissquote/crafty-runner-rollup": "1.0.1",
"@swissquote/crafty-runner-webpack": "1.0.1",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"get-stdin": "5.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-swissquote-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swissquote/postcss-swissquote-preset",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
Expand Down

0 comments on commit ce7b0f7

Please sign in to comment.