Skip to content

Commit

Permalink
chore: release package(s) (#271)
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
github-actions[bot] and github-actions[bot] authored Mar 31, 2022
1 parent c9b2302 commit 7455504
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-numbers-bow.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/gorgeous-plums-try.md

This file was deleted.

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

## 3.0.1

### Patch Changes

- [#270](https://github.com/rx-ts/pkgr/pull/270) [`9278142`](https://github.com/rx-ts/pkgr/commit/9278142f2d4867c611c558eaffe0383a48050062) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump dependencies

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkgr/rollup",
"version": "3.0.0",
"version": "3.0.1",
"type": "module",
"description": "Seamless Rollup bundler wrapper for libraries",
"repository": "[email protected]:rx-ts/pkgr.git",
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.0.3

### Patch Changes

- [#270](https://github.com/rx-ts/pkgr/pull/270) [`9278142`](https://github.com/rx-ts/pkgr/commit/9278142f2d4867c611c558eaffe0383a48050062) Thanks [@JounQin](https://github.com/JounQin)! - fix(utils): should not use \_\_dirname directly

## 2.0.2

### 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.0.2",
"version": "2.0.3",
"type": "module",
"description": "Shared utils for `@pkgr` packages or any package else",
"repository": "git+https://github.com/rx-ts/pkgr.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/webpack-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.1

### Patch Changes

- [#270](https://github.com/rx-ts/pkgr/pull/270) [`9278142`](https://github.com/rx-ts/pkgr/commit/9278142f2d4867c611c558eaffe0383a48050062) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump dependencies

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkgr/webpack-angular",
"version": "2.0.0",
"version": "2.0.1",
"description": "Seamless angular related plugin for @pkgr/webpack",
"repository": "git+https://github.com/rx-ts/pkgr.git",
"homepage": "https://github.com/rx-ts/pkgr/blob/master/packages/webpack-angular",
Expand Down
6 changes: 6 additions & 0 deletions packages/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.1

### Patch Changes

- [#270](https://github.com/rx-ts/pkgr/pull/270) [`9278142`](https://github.com/rx-ts/pkgr/commit/9278142f2d4867c611c558eaffe0383a48050062) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump dependencies

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkgr/webpack",
"version": "2.0.0",
"version": "2.0.1",
"type": "module",
"description": "Seamless webpack bundler wrapper for apps and libraries",
"repository": "[email protected]:rx-ts/pkgr.git",
Expand Down

0 comments on commit 7455504

Please sign in to comment.