|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 4.2.0 |
| 4 | + |
| 5 | +### Minor Changes |
| 6 | + |
| 7 | +- [#160](https://github.com/kamilkisiela/bob/pull/160) |
| 8 | + [`9ce6e27`](https://github.com/kamilkisiela/bob/commit/9ce6e279f362b78a6e925f1e038a1b611931ad55) |
| 9 | + Thanks [@B2o5T](https://github.com/B2o5T)! - Support pnpm workspaces from `pnpm-workspace.yaml`.. |
| 10 | + Throw an error in case both `pnpm-workspace.yaml` and `package.json#workspaces` fields exist. Add |
| 11 | + missing dependency `execa`. Cleanup and remove unused dependencies. |
| 12 | + |
| 13 | +### Patch Changes |
| 14 | + |
| 15 | +- [#145](https://github.com/kamilkisiela/bob/pull/145) |
| 16 | + [`a4ebd65`](https://github.com/kamilkisiela/bob/commit/a4ebd655dd76c8703edb64605f0de2dd58870263) |
| 17 | + Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: |
| 18 | + |
| 19 | + - Updated dependency |
| 20 | + [`rollup-plugin-typescript2@^0.34.0` ↗︎](https://www.npmjs.com/package/rollup-plugin-typescript2/v/0.34.0) |
| 21 | + (from `^0.33.0`, in `dependencies`) |
| 22 | + |
| 23 | +- [#150](https://github.com/kamilkisiela/bob/pull/150) |
| 24 | + [`e18b500`](https://github.com/kamilkisiela/bob/commit/e18b500cc3807d7a76ad38639ef1cc59c1eab987) |
| 25 | + Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: |
| 26 | + |
| 27 | + - Updated dependency |
| 28 | + [`@vercel/ncc@^0.36.0` ↗︎](https://www.npmjs.com/package/@vercel/ncc/v/0.36.0) (from `^0.34.0`, |
| 29 | + in `dependencies`) |
| 30 | + |
| 31 | +- [#154](https://github.com/kamilkisiela/bob/pull/154) |
| 32 | + [`616e125`](https://github.com/kamilkisiela/bob/commit/616e1254ba3b3db638a2030abd244a50ff6ddb2b) |
| 33 | + Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: |
| 34 | + - Updated dependency |
| 35 | + [`@rollup/plugin-json@^6.0.0` ↗︎](https://www.npmjs.com/package/@rollup/plugin-json/v/6.0.0) |
| 36 | + (from `^4.1.0`, in `dependencies`) |
| 37 | + |
3 | 38 | ## 4.1.1
|
4 | 39 |
|
5 | 40 | ### Patch Changes
|
|
130 | 165 | | false
|
131 | 166 | | {
|
132 | 167 | /** Files to copy from the package root to dist */
|
133 |
| - copy?: Array<string> |
134 |
| - } |
| 168 | + copy?: Array<string>; |
| 169 | + }; |
135 | 170 | /** Whether the package should be checked. */
|
136 | 171 | check?:
|
137 | 172 | | false
|
138 | 173 | | {
|
139 | 174 | /** Exports within the package that should not be checked. */
|
140 |
| - skip?: Array<string> |
141 |
| - } |
142 |
| - } |
| 175 | + skip?: Array<string>; |
| 176 | + }; |
| 177 | + }; |
143 | 178 | ```
|
144 | 179 |
|
145 | 180 | ## 2.0.0
|
|
0 commit comments