Skip to content

Commit ec5a0f7

Browse files
chore(release): update monorepo packages versions (#54)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ae0b4b2 commit ec5a0f7

File tree

5 files changed

+13
-17
lines changed

5 files changed

+13
-17
lines changed

.changeset/sharp-lies-promise.md

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

.changeset/tasty-bags-thank.md

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

.changeset/twenty-planets-stare.md

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

CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- ae0b4b2: Require specifying typescript fields in the package.json exports map for typescript modules support.
8+
Learn more on the [TypeScript 4.7 release notes](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#package-json-exports-imports-and-self-referencing).
9+
10+
### Minor Changes
11+
12+
- 0942e1c: unpin and update dependencies
13+
- 59ead17: remove the `--single` flag. The value is now derived from the `package.json` `workspaces` property. If your workspace is configured properly this is not a breaking change.
14+
315
## v1.7.3
416

517
- Run `next start` directly from nextjs's lib, not CLI code.

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": "1.7.3",
3+
"version": "2.0.0",
44
"description": "Bob The Bundler!",
55
"author": {
66
"email": "kamil.kisiela@gmail.com",

0 commit comments

Comments
 (0)