Skip to content

Commit b6b0a3f

Browse files
chore: release package(s) (#407)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 96e8b5a commit b6b0a3f

File tree

13 files changed

+68
-24
lines changed

13 files changed

+68
-24
lines changed

.changeset/poor-walls-arrive.md

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

.changeset/short-pets-beam.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.2.0
4+
5+
### Minor Changes
6+
7+
- [#406](https://github.com/un-ts/pkgr/pull/406) [`7f30c63`](https://github.com/un-ts/pkgr/commit/7f30c6357a48ea9a07cd3029af0627b9e4741171) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump to Node 18 ES2022 to drop tslib
8+
39
## 0.1.4
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.4",
3+
"version": "0.2.0",
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.3.0
4+
5+
### Minor Changes
6+
7+
- [#408](https://github.com/un-ts/pkgr/pull/408) [`a9eb417`](https://github.com/un-ts/pkgr/commit/a9eb417f170b7804d91aeb8294c718e9ef1cb48b) Thanks [@JounQin](https://github.com/JounQin)! - refactor!: change `findUp` signature, support search root
8+
39
## 0.2.5
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.5",
3+
"version": "0.3.0",
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/imagemin/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+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- [#406](https://github.com/un-ts/pkgr/pull/406) [`7f30c63`](https://github.com/un-ts/pkgr/commit/7f30c6357a48ea9a07cd3029af0627b9e4741171) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump to Node 18 ES2022 to drop tslib
8+
39
## 4.1.3
410

511
### Patch Changes

packages/imagemin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pkgr/imagemin",
3-
"version": "4.1.3",
3+
"version": "5.0.0",
44
"type": "module",
55
"description": "Seamless imagemin API wrapper to minify images, working perfectly with lint-staged also",
66
"repository": "git+https://github.com/un-ts/pkgr.git",

packages/rollup/CHANGELOG.md

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

3+
## 7.0.0
4+
5+
### Major Changes
6+
7+
- [#406](https://github.com/un-ts/pkgr/pull/406) [`7f30c63`](https://github.com/un-ts/pkgr/commit/7f30c6357a48ea9a07cd3029af0627b9e4741171) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump to Node 18 ES2022 to drop tslib
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`a9eb417`](https://github.com/un-ts/pkgr/commit/a9eb417f170b7804d91aeb8294c718e9ef1cb48b)]:
12+
- @pkgr/utils@4.0.0
13+
314
## 6.0.4
415

516
### Patch Changes

packages/rollup/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pkgr/rollup",
3-
"version": "6.0.4",
3+
"version": "7.0.0",
44
"type": "module",
55
"description": "Seamless Rollup bundler wrapper for libraries",
66
"repository": "git+https://github.com/un-ts/pkgr.git",
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"@pkgr/es-modules": "^0.6.6",
3535
"@pkgr/umd-globals": "^0.8.5",
36-
"@pkgr/utils": "^3.1.2",
36+
"@pkgr/utils": "^4.0.0",
3737
"@rollup/plugin-alias": "^5.1.1",
3838
"@rollup/plugin-commonjs": "^28.0.3",
3939
"@rollup/plugin-json": "^6.1.0",

0 commit comments

Comments
 (0)