Skip to content

Commit 43febdb

Browse files
chore(release): update monorepo packages versions
1 parent 93ccc7d commit 43febdb

7 files changed

+42
-31
lines changed

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

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

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

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

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

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

.changeset/empty-months-tell.md

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

.changeset/pink-fireants-fry.md

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

CHANGELOG.md

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

3+
## 5.0.1
4+
5+
### Patch Changes
6+
7+
- [#183](https://github.com/kamilkisiela/bob/pull/183)
8+
[`d6f981f`](https://github.com/kamilkisiela/bob/commit/d6f981f6d50608d4954c4a421b19b7cfe8f4b076)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
11+
- Updated dependency
12+
[`resolve.exports@^2.0.0` ↗︎](https://www.npmjs.com/package/resolve.exports/v/2.0.0) (from
13+
`^1.1.0`, in `dependencies`)
14+
15+
- [#187](https://github.com/kamilkisiela/bob/pull/187)
16+
[`d7a8fd5`](https://github.com/kamilkisiela/bob/commit/d7a8fd54fb22973c3da426a0d907064b4b62ac40)
17+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
18+
19+
- Updated dependency [`mkdirp@^2.0.0` ↗︎](https://www.npmjs.com/package/mkdirp/v/2.0.0) (from
20+
`^1.0.4`, in `dependencies`)
21+
22+
- [#188](https://github.com/kamilkisiela/bob/pull/188)
23+
[`4f9c7d4`](https://github.com/kamilkisiela/bob/commit/4f9c7d453911c252a813b084de5d183d994ae287)
24+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
25+
26+
- Updated dependency
27+
[`resolve.exports@^2.0.0` ↗︎](https://www.npmjs.com/package/resolve.exports/v/2.0.0) (from
28+
`^1.1.0`, in `dependencies`)
29+
30+
- [#156](https://github.com/kamilkisiela/bob/pull/156)
31+
[`57cd333`](https://github.com/kamilkisiela/bob/commit/57cd333f9fe04026295cf076b10c9b2f7295f04d)
32+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Use Node18 as target in runfiy
33+
34+
- [#191](https://github.com/kamilkisiela/bob/pull/191)
35+
[`5b5f85e`](https://github.com/kamilkisiela/bob/commit/5b5f85e95adc1e858c1a628e2eb1f88febd7247c)
36+
Thanks [@adriencohen](https://github.com/adriencohen)! - Include peerDependenciesMeta in build
37+
package.json
38+
339
## 5.0.0
440

541
### Major Changes
@@ -186,16 +222,16 @@
186222
| false
187223
| {
188224
/** Files to copy from the package root to dist */
189-
copy?: Array<string>
190-
}
225+
copy?: Array<string>;
226+
};
191227
/** Whether the package should be checked. */
192228
check?:
193229
| false
194230
| {
195231
/** Exports within the package that should not be checked. */
196-
skip?: Array<string>
197-
}
198-
}
232+
skip?: Array<string>;
233+
};
234+
};
199235
```
200236

201237
## 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": "5.0.0",
3+
"version": "5.0.1",
44
"type": "module",
55
"description": "Bob The Bundler!",
66
"repository": {

0 commit comments

Comments
 (0)