|
85 | 85 | "@rollup/plugin-node-resolve": "^10.0.0", |
86 | 86 | "@rollup/plugin-replace": "^2.3.4", |
87 | 87 | "@rollup/plugin-typescript": "8.2.1", |
| 88 | + "@semantic-release/changelog": "^6.0.1", |
88 | 89 | "@stream-io/rollup-plugin-node-builtins": "^2.1.5", |
89 | 90 | "@testing-library/jest-dom": "5.11.6", |
90 | 91 | "@testing-library/react": "^11.2.2", |
|
158 | 159 | "rollup-plugin-terser": "^7.0.2", |
159 | 160 | "rollup-plugin-url": "^3.0.1", |
160 | 161 | "rollup-plugin-visualizer": "^4.2.0", |
161 | | - "semantic-release": "^18.0.0", |
| 162 | + "semantic-release": "^19.0.2", |
162 | 163 | "semantic-release-cli": "^5.4.4", |
163 | 164 | "stream-chat": "6.4.0", |
164 | 165 | "style-loader": "^2.0.0", |
|
181 | 182 | "bundle": "rollup -c", |
182 | 183 | "bundle-size": "BUNDLE_SIZE=true yarn bundle", |
183 | 184 | "build-translations": "i18next", |
184 | | - "copy-version": "echo '\u001b[34mℹ\u001b[0m Copying Version to \u001b[34msrc/version.ts\u001b[0m' && PACKAGE_VERSION=$(node -pe 'require(`./package.json`).version') && PACKAGE_STRING=\"'$PACKAGE_VERSION'\" && echo 'export const version = '$PACKAGE_STRING';' > src/version.ts && echo '\u001b[32m✓\u001b[0m Done Copying Version'", |
| 185 | + "copy-version": "echo '\u001b[34mℹ\u001b[0m Copying Version to \u001b[34msrc/version.ts\u001b[0m' && PACKAGE_VERSION=$(node -pe 'require(`./package.json`).version') && PACKAGE_STRING=\"'$PACKAGE_VERSION'\" && echo 'export const version = '$PACKAGE_STRING';' > ./src/version.ts && echo '\u001b[32m✓\u001b[0m Done Copying Version'", |
185 | 186 | "coverage": "jest --collectCoverage && codecov", |
186 | 187 | "eslint": "eslint '**/*.{js,md,ts,jsx,tsx}' --max-warnings 0", |
187 | 188 | "lint": "prettier --list-different 'src/**/*.{js,ts,tsx,md,json}' .eslintrc.json .prettierrc babel.config.js && eslint 'src/**/*.{js,ts,tsx,md}' --max-warnings 0 && yarn validate-translations", |
|
0 commit comments