Skip to content

Commit

Permalink
[skip ci] chore: Publish
Browse files Browse the repository at this point in the history
 - @wireapp/api-client@0.6.14
 - @wireapp/cli-client@1.3.26
 - @wireapp/core@2.1.26
 - @wireapp/react-ui-kit@1.0.19
 - @wireapp/travis-bot@0.1.35
  • Loading branch information
otto-the-bot committed Mar 28, 2018
1 parent a376eb7 commit b378e7a
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 9 deletions.
8 changes: 8 additions & 0 deletions packages/api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.6.14"></a>
## [0.6.14](https://github.com/wireapp/wire-web-packages/tree/master/packages/api-client/compare/@wireapp/api-client@0.6.13...@wireapp/api-client@0.6.14) (2018-03-28)




**Note:** Version bump only for package @wireapp/api-client

<a name="0.6.13"></a>
## [0.6.13](https://github.com/wireapp/wire-web-packages/tree/master/packages/api-client/compare/@wireapp/api-client@0.6.12...@wireapp/api-client@0.6.13) (2018-03-27)

Expand Down
4 changes: 2 additions & 2 deletions packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"tough-cookie": "2.3.4"
},
"devDependencies": {
"@wireapp/react-ui-kit": "1.0.18",
"@wireapp/react-ui-kit": "1.0.19",
"babel-core": "6.26.0",
"babel-loader": "7.1.4",
"babel-preset-react": "6.24.1",
Expand Down Expand Up @@ -65,5 +65,5 @@
"watch": "webpack-dev-server --config webpack.config.js"
},
"types": "./dist/commonjs/Client.d.ts",
"version": "0.6.13"
"version": "0.6.14"
}
8 changes: 8 additions & 0 deletions packages/cli-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.3.26"></a>
## [1.3.26](https://github.com/wireapp/wire-web-packages/tree/master/packages/cli-client/compare/@wireapp/cli-client@1.3.25...@wireapp/cli-client@1.3.26) (2018-03-28)




**Note:** Version bump only for package @wireapp/cli-client

<a name="1.3.25"></a>
## [1.3.25](https://github.com/wireapp/wire-web-packages/tree/master/packages/cli-client/compare/@wireapp/cli-client@1.3.24...@wireapp/cli-client@1.3.25) (2018-03-27)

Expand Down
4 changes: 2 additions & 2 deletions packages/cli-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"wire-cli": "dist/commonjs/index.js"
},
"dependencies": {
"@wireapp/core": "2.1.25",
"@wireapp/core": "2.1.26",
"commander": "2.15.1",
"dotenv": "5.0.1",
"fs-extra": "5.0.0"
Expand All @@ -29,5 +29,5 @@
"prepare": "yarn build"
},
"types": "./dist/commonjs/index.d.ts",
"version": "1.3.25"
"version": "1.3.26"
}
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.1.26"></a>
## [2.1.26](https://github.com/wireapp/wire-web-packages/tree/master/packages/core/compare/@wireapp/core@2.1.25...@wireapp/core@2.1.26) (2018-03-28)




**Note:** Version bump only for package @wireapp/core

<a name="2.1.25"></a>
## [2.1.25](https://github.com/wireapp/wire-web-packages/tree/master/packages/core/compare/@wireapp/core@2.1.24...@wireapp/core@2.1.25) (2018-03-27)

Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"dependencies": {
"@types/node": "9.6.0",
"@wireapp/api-client": "0.6.13",
"@wireapp/api-client": "0.6.14",
"@wireapp/cryptobox": "8.3.9",
"@wireapp/store-engine": "0.5.3",
"bazinga64": "5.0.3",
Expand Down Expand Up @@ -47,5 +47,5 @@
"test:node": "jasmine --config=src/test/node/support/jasmine.json"
},
"types": "./dist/Account.d.ts",
"version": "2.1.25"
"version": "2.1.26"
}
11 changes: 11 additions & 0 deletions packages/react-ui-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.19"></a>
## [1.0.19](https://github.com/wireapp/wire-web-packages/tree/master/packages/react-ui-kit/compare/@wireapp/react-ui-kit@1.0.18...@wireapp/react-ui-kit@1.0.19) (2018-03-28)


### Bug Fixes

* **react-ui-kit:** Override InputSubmitCombo paddings ([#426](https://github.com/wireapp/wire-web-packages/tree/master/packages/react-ui-kit/issues/426)) ([a376eb7](https://github.com/wireapp/wire-web-packages/tree/master/packages/react-ui-kit/commit/a376eb7))




<a name="1.0.18"></a>
## [1.0.18](https://github.com/wireapp/wire-web-packages/tree/master/packages/react-ui-kit/compare/@wireapp/react-ui-kit@1.0.17...@wireapp/react-ui-kit@1.0.18) (2018-03-27)

Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
"test": "yarn dist && yarn test:browser",
"test:browser": "exit 0"
},
"version": "1.0.18"
"version": "1.0.19"
}
8 changes: 8 additions & 0 deletions packages/travis-bot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.1.35"></a>
## [0.1.35](https://github.com/wireapp/wire-web-packages/tree/master/packages/travis-bot/compare/@wireapp/travis-bot@0.1.34...@wireapp/travis-bot@0.1.35) (2018-03-28)




**Note:** Version bump only for package @wireapp/travis-bot

<a name="0.1.34"></a>
## [0.1.34](https://github.com/wireapp/wire-web-packages/tree/master/packages/travis-bot/compare/@wireapp/travis-bot@0.1.33...@wireapp/travis-bot@0.1.34) (2018-03-27)

Expand Down
4 changes: 2 additions & 2 deletions packages/travis-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@types/generate-changelog": "1.7.0",
"@types/node": "9.6.0",
"@wireapp/core": "2.1.25",
"@wireapp/core": "2.1.26",
"generate-changelog": "1.7.0"
},
"description": "A Travis deployment notification bot.",
Expand All @@ -29,5 +29,5 @@
"test": "yarn dist"
},
"types": "dist/index.d.ts",
"version": "0.1.34"
"version": "0.1.35"
}

0 comments on commit b378e7a

Please sign in to comment.