Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onigoetz committed Feb 20, 2019
1 parent af9a296 commit 5a5646e
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "1.4.0",
"version": "1.5.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/babel-preset-swissquote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swissquote/babel-preset-swissquote",
"version": "1.4.0",
"version": "1.5.0",
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 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.4.0",
"version": "1.5.0",
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
Expand All @@ -10,8 +10,8 @@
"dependencies": {
"@babel/core": "7.3.3",
"@babel/runtime": "7.3.1",
"@swissquote/babel-preset-swissquote": "1.4.0",
"@swissquote/eslint-plugin-swissquote": "1.4.0",
"@swissquote/babel-preset-swissquote": "1.5.0",
"@swissquote/eslint-plugin-swissquote": "1.5.0",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "8.0.5",
"babel-plugin-istanbul": "5.1.1",
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.4.0",
"version": "1.5.0",
"repository": "https://github.com/swissquote/crafty.git",
"description": "Compress images with Crafty",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/crafty-preset-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swissquote/crafty-preset-jest",
"version": "1.4.0",
"version": "1.5.0",
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/crafty-preset-postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@swissquote/crafty-preset-postcss",
"version": "1.4.0",
"version": "1.5.0",
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
"access": "public"
},
"main": "src/index.js",
"dependencies": {
"@swissquote/postcss-swissquote-preset": "1.4.0",
"@swissquote/stylelint-config-swissquote": "1.4.0",
"@swissquote/postcss-swissquote-preset": "1.5.0",
"@swissquote/stylelint-config-swissquote": "1.5.0",
"css-loader": "2.1.0",
"end-of-stream": "1.4.1",
"gulp-postcss": "8.0.0",
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.4.0",
"version": "1.5.0",
"repository": "https://github.com/swissquote/crafty.git",
"description": "React tools for crafty",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.4.0",
"version": "1.5.0",
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"@babel/core": "7.3.3",
"@babel/runtime": "7.3.1",
"@swissquote/babel-preset-swissquote": "1.4.0",
"@swissquote/babel-preset-swissquote": "1.5.0",
"babel-loader": "8.0.5",
"gulp-concat": "2.6.1",
"gulp-newer": "1.4.0",
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.4.0",
"version": "1.5.0",
"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.4.0",
"@swissquote/crafty": "1.5.0",
"debug": "^4.1.0",
"glob-watcher": "5.0.3",
"gulp-plumber": "1.2.1",
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.4.0",
"version": "1.5.0",
"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.4.0",
"version": "1.5.0",
"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.4.0",
"version": "1.5.0",
"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.4.0",
"version": "1.5.0",
"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,6 +1,6 @@
{
"name": "integration",
"version": "1.4.0",
"version": "1.5.0",
"license": "Apache-2.0",
"private": true,
"scripts": {
Expand All @@ -10,16 +10,16 @@
"devDependencies": {
"@babel/core": "7.3.3",
"@babel/plugin-transform-property-literals": "7.2.0",
"@swissquote/crafty": "1.4.0",
"@swissquote/crafty-preset-babel": "1.4.0",
"@swissquote/crafty-preset-images": "1.4.0",
"@swissquote/crafty": "1.5.0",
"@swissquote/crafty-preset-babel": "1.5.0",
"@swissquote/crafty-preset-images": "1.5.0",
"@swissquote/crafty-preset-images-simple": "1.4.0",
"@swissquote/crafty-preset-maven": "1.4.0",
"@swissquote/crafty-preset-postcss": "1.4.0",
"@swissquote/crafty-preset-typescript": "1.4.0",
"@swissquote/crafty-runner-gulp": "1.4.0",
"@swissquote/crafty-runner-rollup": "1.4.0",
"@swissquote/crafty-runner-webpack": "1.4.0"
"@swissquote/crafty-preset-postcss": "1.5.0",
"@swissquote/crafty-preset-typescript": "1.5.0",
"@swissquote/crafty-runner-gulp": "1.5.0",
"@swissquote/crafty-runner-rollup": "1.5.0",
"@swissquote/crafty-runner-webpack": "1.5.0"
},
"engines": {
"node": ">=8.0.0"
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.4.0",
"version": "1.5.0",
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-swissquote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swissquote/stylelint-config-swissquote",
"version": "1.4.0",
"version": "1.5.0",
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
Expand Down

0 comments on commit 5a5646e

Please sign in to comment.