Skip to content

Commit 4801a19

Browse files
chore(release): update monorepo packages versions
1 parent 962068a commit 4801a19

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

.changeset/neat-eyes-help.md

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

CHANGELOG.md

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

3+
## 7.0.2
4+
5+
### Patch Changes
6+
7+
- [#266](https://github.com/kamilkisiela/bob/pull/266)
8+
[`6eab363`](https://github.com/kamilkisiela/bob/commit/6eab3631dbb71b7e10579316da373e74a13099b5)
9+
Thanks [@enisdenjo](https://github.com/enisdenjo)! - Check whether package exports map files exist
10+
311
## 7.0.1
412

513
### Patch Changes
@@ -325,16 +333,16 @@
325333
| false
326334
| {
327335
/** Files to copy from the package root to dist */
328-
copy?: Array<string>
329-
}
336+
copy?: Array<string>;
337+
};
330338
/** Whether the package should be checked. */
331339
check?:
332340
| false
333341
| {
334342
/** Exports within the package that should not be checked. */
335-
skip?: Array<string>
336-
}
337-
}
343+
skip?: Array<string>;
344+
};
345+
};
338346
```
339347

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

0 commit comments

Comments
 (0)