Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 22, 2022
1 parent 999d9f5 commit 0823e84
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/bob-the-bundler-145-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bob-the-bundler-150-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bob-the-bundler-154-dependencies.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/rotten-buses-clean.md

This file was deleted.

45 changes: 40 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Changelog

## 4.2.0

### Minor Changes

- [#160](https://github.com/kamilkisiela/bob/pull/160)
[`9ce6e27`](https://github.com/kamilkisiela/bob/commit/9ce6e279f362b78a6e925f1e038a1b611931ad55)
Thanks [@B2o5T](https://github.com/B2o5T)! - Support pnpm workspaces from `pnpm-workspace.yaml`..
Throw an error in case both `pnpm-workspace.yaml` and `package.json#workspaces` fields exist. Add
missing dependency `execa`. Cleanup and remove unused dependencies.

### Patch Changes

- [#145](https://github.com/kamilkisiela/bob/pull/145)
[`a4ebd65`](https://github.com/kamilkisiela/bob/commit/a4ebd655dd76c8703edb64605f0de2dd58870263)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency
[`rollup-plugin-typescript2@^0.34.0` ↗︎](https://www.npmjs.com/package/rollup-plugin-typescript2/v/0.34.0)
(from `^0.33.0`, in `dependencies`)

- [#150](https://github.com/kamilkisiela/bob/pull/150)
[`e18b500`](https://github.com/kamilkisiela/bob/commit/e18b500cc3807d7a76ad38639ef1cc59c1eab987)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency
[`@vercel/ncc@^0.36.0` ↗︎](https://www.npmjs.com/package/@vercel/ncc/v/0.36.0) (from `^0.34.0`,
in `dependencies`)

- [#154](https://github.com/kamilkisiela/bob/pull/154)
[`616e125`](https://github.com/kamilkisiela/bob/commit/616e1254ba3b3db638a2030abd244a50ff6ddb2b)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency
[`@rollup/plugin-json@^6.0.0` ↗︎](https://www.npmjs.com/package/@rollup/plugin-json/v/6.0.0)
(from `^4.1.0`, in `dependencies`)

## 4.1.1

### Patch Changes
Expand Down Expand Up @@ -130,16 +165,16 @@
| false
| {
/** Files to copy from the package root to dist */
copy?: Array<string>
}
copy?: Array<string>;
};
/** Whether the package should be checked. */
check?:
| false
| {
/** Exports within the package that should not be checked. */
skip?: Array<string>
}
}
skip?: Array<string>;
};
};
```

## 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bob-the-bundler",
"version": "4.1.1",
"version": "4.2.0",
"description": "Bob The Bundler!",
"repository": {
"url": "git@github.com:kamilkisiela/bob.git",
Expand Down

0 comments on commit 0823e84

Please sign in to comment.