|
9 | 9 | "dev": "ts-react-toolbox dev", |
10 | 10 | "test:ci": "ts-react-toolbox test --runInBand --coverage", |
11 | 11 | "build": "ts-react-toolbox build", |
12 | | - "prepublish": "yarn build", |
| 12 | + "prepublish": "yarn build && yarn changelog", |
13 | 13 | "release": "ts-react-toolbox release", |
14 | 14 | "lint": "ts-react-toolbox lint", |
15 | 15 | "static": "ts-react-toolbox publish", |
16 | 16 | "format": "ts-react-toolbox format", |
17 | 17 | "analyze": "ts-react-toolbox analyze", |
18 | | - "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", |
| 18 | + "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", |
19 | 19 | "size": "npx size-limit", |
20 | 20 | "link:rfl": "rsync -av ../react-focus-lock node_modules/ --exclude node_modules --exclude .git", |
21 | 21 | "link:rf": "rsync -av ../react-remove-scroll node_modules/ --exclude node_modules --exclude .git", |
|
41 | 41 | }, |
42 | 42 | "dependencies": { |
43 | 43 | "aria-hidden": "^1.1.1", |
44 | | - "react-focus-lock": "^2.2.1", |
| 44 | + "react-focus-lock": "^2.3.1", |
45 | 45 | "react-remove-scroll": "^2.3.0", |
46 | 46 | "react-style-singleton": "^2.1.0", |
47 | 47 | "use-callback-ref": "^1.2.3", |
|
0 commit comments