Skip to content

Commit

Permalink
chore: release package(s) (#296)
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 Jul 5, 2022
1 parent 9454c9b commit 324ef0c
Show file tree
Hide file tree
Showing 24 changed files with 89 additions and 33 deletions.
15 changes: 0 additions & 15 deletions .changeset/hip-windows-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-meals-nail.md

This file was deleted.

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

## 0.6.1

### Patch Changes

- [#295](https://github.com/un-ts/pkgr/pull/295) [`9454c9b`](https://github.com/un-ts/pkgr/commit/9454c9b64db8fb79f83fabd591ad8287738df5c1) Thanks [@JounQin](https://github.com/JounQin)! - chore: add donate and funding fields

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/es-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkgr/es-modules",
"version": "0.6.0",
"version": "0.6.1",
"type": "module",
"description": "Union collections of es modules mappings for pkgs without or with incorrect `module` field",
"repository": "git+https://github.com/un-ts/pkgr.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/imagemin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.1.1

### Patch Changes

- [#295](https://github.com/un-ts/pkgr/pull/295) [`9454c9b`](https://github.com/un-ts/pkgr/commit/9454c9b64db8fb79f83fabd591ad8287738df5c1) Thanks [@JounQin](https://github.com/JounQin)! - chore: add donate and funding fields

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/imagemin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkgr/imagemin",
"version": "3.1.0",
"version": "3.1.1",
"type": "module",
"description": "Seamless imagemin API wrapper to minify images, working perfectly with lint-staged also",
"repository": "[email protected]:un-ts/pkgr.git",
Expand Down
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

## 3.1.3

### Patch Changes

- [#295](https://github.com/un-ts/pkgr/pull/295) [`9454c9b`](https://github.com/un-ts/pkgr/commit/9454c9b64db8fb79f83fabd591ad8287738df5c1) Thanks [@JounQin](https://github.com/JounQin)! - chore: add donate and funding fields

- Updated dependencies [[`9454c9b`](https://github.com/un-ts/pkgr/commit/9454c9b64db8fb79f83fabd591ad8287738df5c1), [`9454c9b`](https://github.com/un-ts/pkgr/commit/9454c9b64db8fb79f83fabd591ad8287738df5c1)]:
- @pkgr/utils@2.3.0

## 3.1.2

### 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": "3.1.2",
"version": "3.1.3",
"type": "module",
"description": "Seamless Rollup bundler wrapper for libraries",
"repository": "[email protected]:un-ts/pkgr.git",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@babel/preset-typescript": "^7.18.6",
"@pkgr/es-modules": "^0.6.0",
"@pkgr/umd-globals": "^0.8.0",
"@pkgr/utils": "^2.2.0",
"@pkgr/utils": "^2.3.0",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/umd-globals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.8.1

### Patch Changes

- [#295](https://github.com/un-ts/pkgr/pull/295) [`9454c9b`](https://github.com/un-ts/pkgr/commit/9454c9b64db8fb79f83fabd591ad8287738df5c1) Thanks [@JounQin](https://github.com/JounQin)! - chore: add donate and funding fields

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/umd-globals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkgr/umd-globals",
"version": "0.8.0",
"version": "0.8.1",
"type": "module",
"description": "Union collections of umd globals mappings",
"repository": "git+https://github.com/un-ts/pkgr.git",
Expand Down
10 changes: 10 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.3.0

### Minor Changes

- [#295](https://github.com/un-ts/pkgr/pull/295) [`9454c9b`](https://github.com/un-ts/pkgr/commit/9454c9b64db8fb79f83fabd591ad8287738df5c1) Thanks [@JounQin](https://github.com/JounQin)! - feat: get package manager info

### Patch Changes

- [#295](https://github.com/un-ts/pkgr/pull/295) [`9454c9b`](https://github.com/un-ts/pkgr/commit/9454c9b64db8fb79f83fabd591ad8287738df5c1) Thanks [@JounQin](https://github.com/JounQin)! - chore: add donate and funding fields

## 2.2.0

### Minor 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.2.0",
"version": "2.3.0",
"type": "module",
"description": "Shared utils for `@pkgr` packages or any package else",
"repository": "git+https://github.com/un-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

## 3.0.1

### Patch Changes

- [#295](https://github.com/un-ts/pkgr/pull/295) [`9454c9b`](https://github.com/un-ts/pkgr/commit/9454c9b64db8fb79f83fabd591ad8287738df5c1) Thanks [@JounQin](https://github.com/JounQin)! - chore: add donate and funding fields

## 3.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": "3.0.0",
"version": "3.0.1",
"description": "Seamless angular related plugin for @pkgr/webpack",
"repository": "git+https://github.com/un-ts/pkgr.git",
"homepage": "https://github.com/un-ts/pkgr/blob/master/packages/webpack-angular",
Expand Down
6 changes: 6 additions & 0 deletions packages/webpack-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.2

### Patch Changes

- [#295](https://github.com/un-ts/pkgr/pull/295) [`9454c9b`](https://github.com/un-ts/pkgr/commit/9454c9b64db8fb79f83fabd591ad8287738df5c1) Thanks [@JounQin](https://github.com/JounQin)! - chore: add donate and funding fields

## 2.0.1

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

## 2.0.2

### Patch Changes

- [#295](https://github.com/un-ts/pkgr/pull/295) [`9454c9b`](https://github.com/un-ts/pkgr/commit/9454c9b64db8fb79f83fabd591ad8287738df5c1) Thanks [@JounQin](https://github.com/JounQin)! - chore: add donate and funding fields

## 2.0.1

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

## 1.1.3

### Patch Changes

- [#295](https://github.com/un-ts/pkgr/pull/295) [`9454c9b`](https://github.com/un-ts/pkgr/commit/9454c9b64db8fb79f83fabd591ad8287738df5c1) Thanks [@JounQin](https://github.com/JounQin)! - chore: add donate and funding fields

## 1.1.2

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

## 2.0.2

### Patch Changes

- [#295](https://github.com/un-ts/pkgr/pull/295) [`9454c9b`](https://github.com/un-ts/pkgr/commit/9454c9b64db8fb79f83fabd591ad8287738df5c1) Thanks [@JounQin](https://github.com/JounQin)! - chore: add donate and funding fields

## 2.0.1

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

## 3.1.1

### Patch Changes

- [#295](https://github.com/un-ts/pkgr/pull/295) [`9454c9b`](https://github.com/un-ts/pkgr/commit/9454c9b64db8fb79f83fabd591ad8287738df5c1) Thanks [@JounQin](https://github.com/JounQin)! - chore: add donate and funding fields

- Updated dependencies [[`9454c9b`](https://github.com/un-ts/pkgr/commit/9454c9b64db8fb79f83fabd591ad8287738df5c1), [`9454c9b`](https://github.com/un-ts/pkgr/commit/9454c9b64db8fb79f83fabd591ad8287738df5c1)]:
- @pkgr/utils@2.3.0

## 3.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkgr/webpack",
"version": "3.1.0",
"version": "3.1.1",
"type": "module",
"description": "Seamless webpack bundler wrapper for apps and libraries",
"repository": "[email protected]:un-ts/pkgr.git",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@babel/core": "^7.18.6",
"@pkgr/es-modules": "^0.6.0",
"@pkgr/umd-globals": "^0.8.0",
"@pkgr/utils": "^2.2.0",
"@pkgr/utils": "^2.3.0",
"babel-loader": "^8.2.5",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"commander": "^9.3.0",
Expand Down

0 comments on commit 324ef0c

Please sign in to comment.