|
1 | 1 | { |
2 | 2 | "name": "mml-react", |
3 | | - "version": "0.4.3", |
| 3 | + "version": "0.0.0-development", |
4 | 4 | "description": "MML (Message Markup Language) for React.", |
5 | 5 | "author": "Getstream.io", |
6 | 6 | "homepage": "https://getstream.github.io/mml-react/", |
|
37 | 37 | "prepare": "yarn build", |
38 | 38 | "preversion": "yarn install && yarn lint && yarn test", |
39 | 39 | "version": "yarn docs-build && git add -A docs", |
40 | | - "postversion": "git push && git push --tags && npm publish" |
| 40 | + "postversion": "git push && git push --tags && npm publish", |
| 41 | + "semantic-release": "semantic-release" |
41 | 42 | }, |
42 | 43 | "engines": { |
43 | 44 | "node": ">=10" |
|
57 | 58 | "react-virtuoso": "^2.2.1" |
58 | 59 | }, |
59 | 60 | "devDependencies": { |
| 61 | + "@semantic-release/changelog": "^6.0.1", |
| 62 | + "@semantic-release/git": "^10.0.1", |
60 | 63 | "@size-limit/preset-big-lib": "^4.9.2", |
61 | 64 | "@types/react": "^17.0.2", |
62 | 65 | "@types/react-dom": "^17.0.1", |
|
70 | 73 | "react-test-renderer": "^17.0.1", |
71 | 74 | "rollup-plugin-ignore-import": "^1.3.2", |
72 | 75 | "rollup-plugin-scss": "^2.6.1", |
| 76 | + "semantic-release": "^19.0.2", |
73 | 77 | "size-limit": "^4.9.2", |
74 | 78 | "styled-components": "^5.2.1", |
75 | 79 | "tsdx": "^0.14.1", |
|
0 commit comments