Skip to content

Commit 16ebd6c

Browse files
authored
v0.4.5
2 parents dd56e69 + 8fc7339 commit 16ebd6c

5 files changed

Lines changed: 22 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
- name: Release
2424
env:
2525
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
26-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
2727
run: yarn semantic-release --branches master main

.releaserc.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
"plugins": [
3-
"@semantic-release/commit-analyzer",
3+
[
4+
"@semantic-release/commit-analyzer",
5+
{
6+
"preset": "angular",
7+
"releaseRules": [
8+
{"type": "chore", "scope": "deps", "release": "patch"}
9+
]
10+
}
11+
],
412
"@semantic-release/release-notes-generator",
513
[
614
"@semantic-release/changelog",

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.4](https://github.com/GetStream/mml-react/releases/tag/v0.4.4) 2022-04-25
4+
5+
### Chore
6+
* bump axios from 0.21.1 to 0.21.4
7+
* bump moment from 2.29.1 to 2.29.3
8+
* bump minimist from 1.2.5 to 1.2.6
9+
310
## [0.4.3](https://github.com/GetStream/mml-react/releases/tag/v0.4.3) 2022-04-20
411

512
### Chore

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "SEE LICENSE IN LICENSE",
1212
"repository": {
1313
"type": "git",
14-
"url": "git://github.com/GetStream/mml-react.git"
14+
"url": "https://github.com/GetStream/mml-react.git"
1515
},
1616
"bugs": {
1717
"url": "https://github.com/GetStream/mml-react/issues"
@@ -35,9 +35,7 @@
3535
"docs": "docz dev",
3636
"docs-build": "rm -rf docs && docz build",
3737
"prepare": "yarn build",
38-
"preversion": "yarn install && yarn lint && yarn test",
39-
"version": "yarn docs-build && git add -A docs",
40-
"postversion": "git push && git push --tags && npm publish",
38+
"preversion": "yarn install",
4139
"semantic-release": "semantic-release"
4240
},
4341
"engines": {

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18252,9 +18252,9 @@ url-parse-lax@^3.0.0:
1825218252
prepend-http "^2.0.0"
1825318253

1825418254
url-parse@^1.1.8, url-parse@^1.4.3, url-parse@^1.4.7:
18255-
version "1.5.1"
18256-
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.1.tgz#d5fa9890af8a5e1f274a2c98376510f6425f6e3b"
18257-
integrity sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q==
18255+
version "1.5.10"
18256+
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1"
18257+
integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==
1825818258
dependencies:
1825918259
querystringify "^2.1.1"
1826018260
requires-port "^1.0.0"

0 commit comments

Comments
 (0)