Skip to content

Commit

Permalink
chore: release package(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 26, 2023
1 parent 686238a commit 95fab8c
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/fluffy-jars-exist.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @pkgr/browser

## 0.1.0

### Minor Changes

- [#354](https://github.com/un-ts/pkgr/pull/354) [`686238a`](https://github.com/un-ts/pkgr/commit/686238a3993649f8bfab6ac4e7f5ef22d547aa5a) Thanks [@JounQin](https://github.com/JounQin)! - feat: split `@pkgr/utils` into `@pkgr/core` and `@pkgr/browser`
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkgr/browser",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"description": "Shared browser utils for `@pkgr` packages or any package else",
"repository": "git+https://github.com/un-ts/pkgr.git",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @pkgr/core

## 0.1.0

### Minor Changes

- [#354](https://github.com/un-ts/pkgr/pull/354) [`686238a`](https://github.com/un-ts/pkgr/commit/686238a3993649f8bfab6ac4e7f5ef22d547aa5a) Thanks [@JounQin](https://github.com/JounQin)! - feat: split `@pkgr/utils` into `@pkgr/core` and `@pkgr/browser`
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkgr/core",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"description": "Shared core module for `@pkgr` packages or any package else",
"repository": "git+https://github.com/un-ts/pkgr.git",
Expand Down
11 changes: 11 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 2.5.0

### Minor Changes

- [#354](https://github.com/un-ts/pkgr/pull/354) [`686238a`](https://github.com/un-ts/pkgr/commit/686238a3993649f8bfab6ac4e7f5ef22d547aa5a) Thanks [@JounQin](https://github.com/JounQin)! - feat: split `@pkgr/utils` into `@pkgr/core` and `@pkgr/browser`

### Patch Changes

- Updated dependencies [[`686238a`](https://github.com/un-ts/pkgr/commit/686238a3993649f8bfab6ac4e7f5ef22d547aa5a)]:
- @pkgr/core@0.1.0

## 2.4.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkgr/utils",
"version": "2.4.2",
"version": "2.5.0",
"type": "module",
"description": "Shared utils for `@pkgr` packages or any package else",
"repository": "git+https://github.com/un-ts/pkgr.git",
Expand All @@ -23,7 +23,7 @@
"lib"
],
"dependencies": {
"@pkgr/core": "^0.0.0",
"@pkgr/core": "^0.1.0",
"fast-glob": "^3.3.2",
"is-glob": "^4.0.3"
},
Expand Down

0 comments on commit 95fab8c

Please sign in to comment.