Skip to content

Commit 228a02a

Browse files
chore(release): update monorepo packages versions
1 parent 1ad488f commit 228a02a

File tree

6 files changed

+41
-29
lines changed

6 files changed

+41
-29
lines changed

.changeset/bob-the-bundler-145-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/bob-the-bundler-150-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/bob-the-bundler-154-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rotten-buses-clean.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

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

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+
338
## 4.1.1
439

540
### Patch Changes
@@ -130,16 +165,16 @@
130165
| false
131166
| {
132167
/** Files to copy from the package root to dist */
133-
copy?: Array<string>
134-
}
168+
copy?: Array<string>;
169+
};
135170
/** Whether the package should be checked. */
136171
check?:
137172
| false
138173
| {
139174
/** Exports within the package that should not be checked. */
140-
skip?: Array<string>
141-
}
142-
}
175+
skip?: Array<string>;
176+
};
177+
};
143178
```
144179

145180
## 2.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bob-the-bundler",
3-
"version": "4.1.1",
3+
"version": "4.2.0",
44
"description": "Bob The Bundler!",
55
"repository": {
66
"url": "git@github.com:kamilkisiela/bob.git",

0 commit comments

Comments
 (0)