Skip to content

Commit 4c9a7dc

Browse files
chore: release package(s) (#424)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f3f6e90 commit 4c9a7dc

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/deep-candles-start.md

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

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.3.5
4+
5+
### Patch Changes
6+
7+
- [#423](https://github.com/un-ts/pkgr/pull/423) [`539c650`](https://github.com/un-ts/pkgr/commit/539c650506ae79e821fef8f9451c0602a08644fe) Thanks [@JounQin](https://github.com/JounQin)! - fix: cleanup constants
8+
39
## 0.3.3
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.3.4",
3+
"version": "0.3.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+
## 7.0.1
4+
5+
### Patch Changes
6+
7+
- [#423](https://github.com/un-ts/pkgr/pull/423) [`539c650`](https://github.com/un-ts/pkgr/commit/539c650506ae79e821fef8f9451c0602a08644fe) Thanks [@JounQin](https://github.com/JounQin)! - fix: cleanup constants
8+
39
## 7.0.0
410

511
### Major 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": "7.0.0",
3+
"version": "7.0.1",
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)