Skip to content

Commit 65c4cc5

Browse files
chore: release package(s) (#405)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3d28918 commit 65c4cc5

File tree

7 files changed

+21
-10
lines changed

7 files changed

+21
-10
lines changed

.changeset/fluffy-candles-bow.md

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

packages/browser/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- [#404](https://github.com/un-ts/pkgr/pull/404) [`3d28918`](https://github.com/un-ts/pkgr/commit/3d28918eed96a217a3056c059fc371bdb3922416) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies, fix cjs env detection
8+
39
## 0.1.3
410

511
### Patch Changes

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pkgr/browser",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"type": "module",
55
"description": "Shared browser utils for `@pkgr` packages or any package else",
66
"repository": "git+https://github.com/un-ts/pkgr.git",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- [#404](https://github.com/un-ts/pkgr/pull/404) [`3d28918`](https://github.com/un-ts/pkgr/commit/3d28918eed96a217a3056c059fc371bdb3922416) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies, fix cjs env detection
8+
39
## 0.2.4
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pkgr/core",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"type": "module",
55
"description": "Shared core module for `@pkgr` packages or any package else",
66
"repository": "git+https://github.com/un-ts/pkgr.git",

packages/rollup/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 6.0.4
4+
5+
### Patch Changes
6+
7+
- [#404](https://github.com/un-ts/pkgr/pull/404) [`3d28918`](https://github.com/un-ts/pkgr/commit/3d28918eed96a217a3056c059fc371bdb3922416) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies, fix cjs env detection
8+
39
## 6.0.3
410

511
### Patch Changes

packages/rollup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pkgr/rollup",
3-
"version": "6.0.3",
3+
"version": "6.0.4",
44
"type": "module",
55
"description": "Seamless Rollup bundler wrapper for libraries",
66
"repository": "git+https://github.com/un-ts/pkgr.git",

0 commit comments

Comments
 (0)