Skip to content

Commit

Permalink
chore: release package(s) (#339)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
JounQin and github-actions[bot] authored Jul 6, 2023
1 parent 41c91f4 commit b94a19d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/chilled-carrots-live.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 4.1.2

### Patch Changes

- [#338](https://github.com/un-ts/pkgr/pull/338) [`d4fc228`](https://github.com/un-ts/pkgr/commit/d4fc228049ea67626913da0a408f9382b42eaaa3) Thanks [@JounQin](https://github.com/JounQin)! - fix: match correct package.json path on windows

- Updated dependencies [[`d4fc228`](https://github.com/un-ts/pkgr/commit/d4fc228049ea67626913da0a408f9382b42eaaa3)]:
- @pkgr/utils@2.4.2

## 4.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkgr/rollup",
"version": "4.1.1",
"version": "4.1.2",
"type": "module",
"description": "Seamless Rollup bundler wrapper for libraries",
"repository": "[email protected]:un-ts/pkgr.git",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@pkgr/es-modules": "^0.6.3",
"@pkgr/umd-globals": "^0.8.3",
"@pkgr/utils": "^2.4.1",
"@pkgr/utils": "^2.4.2",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-json": "^6.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.4.2

### Patch Changes

- [#338](https://github.com/un-ts/pkgr/pull/338) [`d4fc228`](https://github.com/un-ts/pkgr/commit/d4fc228049ea67626913da0a408f9382b42eaaa3) Thanks [@JounQin](https://github.com/JounQin)! - fix: match correct package.json path on windows

## 2.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkgr/utils",
"version": "2.4.1",
"version": "2.4.2",
"type": "module",
"description": "Shared utils for `@pkgr` packages or any package else",
"repository": "git+https://github.com/un-ts/pkgr.git",
Expand Down

0 comments on commit b94a19d

Please sign in to comment.