Skip to content

Commit

Permalink
chore: release package(s) (#304)
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] committed Aug 18, 2022
1 parent a7ed650 commit 8c2bde0
Show file tree
Hide file tree
Showing 16 changed files with 79 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-wasps-protect.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/tidy-hornets-move.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.2.0

### Minor Changes

- [#303](https://github.com/un-ts/pkgr/pull/303) [`a7ed650`](https://github.com/un-ts/pkgr/commit/a7ed6502c386bad68cc7612737c6df197503fff9) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump `unassert@v2`, update related usage

## 3.1.4

### Patch 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.1.4",
"version": "3.2.0",
"type": "module",
"description": "Seamless Rollup bundler wrapper for libraries",
"repository": "git@github.com:un-ts/pkgr.git",
Expand Down
11 changes: 11 additions & 0 deletions packages/webpack-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 3.1.0

### Minor Changes

- [#303](https://github.com/un-ts/pkgr/pull/303) [`a7ed650`](https://github.com/un-ts/pkgr/commit/a7ed6502c386bad68cc7612737c6df197503fff9) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump `stylus@v0.59` and `tsconfig-paths-webpack-plugin@v4`

### Patch Changes

- Updated dependencies [[`a7ed650`](https://github.com/un-ts/pkgr/commit/a7ed6502c386bad68cc7612737c6df197503fff9)]:
- @pkgr/webpack@3.3.0

## 3.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.2",
"version": "3.1.0",
"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 Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@angular/compiler-cli": "^14.1.3",
"@ngtools/webpack": "^14.1.3",
"@pkgr/webpack": "^3.2.0"
"@pkgr/webpack": "^3.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions packages/webpack-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 2.1.0

### Minor Changes

- [#303](https://github.com/un-ts/pkgr/pull/303) [`a7ed650`](https://github.com/un-ts/pkgr/commit/a7ed6502c386bad68cc7612737c6df197503fff9) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump `stylus@v0.59` and `tsconfig-paths-webpack-plugin@v4`

### Patch Changes

- Updated dependencies [[`a7ed650`](https://github.com/un-ts/pkgr/commit/a7ed6502c386bad68cc7612737c6df197503fff9)]:
- @pkgr/webpack-react@2.1.0

## 2.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "2.1.0",
"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 Expand Up @@ -40,7 +40,7 @@
"license": "MIT",
"dependencies": {
"@mdx-js/loader": "^2.1.3",
"@pkgr/webpack-react": "^2.0.3",
"@pkgr/webpack-react": "^2.1.0",
"remark-gfm": "^3.0.1"
},
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/webpack-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 2.1.0

### Minor Changes

- [#303](https://github.com/un-ts/pkgr/pull/303) [`a7ed650`](https://github.com/un-ts/pkgr/commit/a7ed6502c386bad68cc7612737c6df197503fff9) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump `stylus@v0.59` and `tsconfig-paths-webpack-plugin@v4`

### Patch Changes

- Updated dependencies [[`a7ed650`](https://github.com/un-ts/pkgr/commit/a7ed6502c386bad68cc7612737c6df197503fff9)]:
- @pkgr/webpack@3.3.0

## 2.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "2.1.0",
"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 Expand Up @@ -42,7 +42,7 @@
"react": ">=16.0.0"
},
"dependencies": {
"@pkgr/webpack": "^3.2.0",
"@pkgr/webpack": "^3.3.0",
"@svgr/webpack": "^6.3.1"
},
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/webpack-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 1.2.0

### Minor Changes

- [#303](https://github.com/un-ts/pkgr/pull/303) [`a7ed650`](https://github.com/un-ts/pkgr/commit/a7ed6502c386bad68cc7612737c6df197503fff9) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump `stylus@v0.59` and `tsconfig-paths-webpack-plugin@v4`

### Patch Changes

- Updated dependencies [[`a7ed650`](https://github.com/un-ts/pkgr/commit/a7ed6502c386bad68cc7612737c6df197503fff9)]:
- @pkgr/webpack@3.3.0

## 1.1.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"version": "1.2.0",
"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 Expand Up @@ -42,7 +42,7 @@
"svelte": ">=3.0.0"
},
"dependencies": {
"@pkgr/webpack": "^3.2.0",
"@pkgr/webpack": "^3.3.0",
"svelte-loader": "^3.1.3"
},
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/webpack-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 2.1.0

### Minor Changes

- [#303](https://github.com/un-ts/pkgr/pull/303) [`a7ed650`](https://github.com/un-ts/pkgr/commit/a7ed6502c386bad68cc7612737c6df197503fff9) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump `stylus@v0.59` and `tsconfig-paths-webpack-plugin@v4`

### Patch Changes

- Updated dependencies [[`a7ed650`](https://github.com/un-ts/pkgr/commit/a7ed6502c386bad68cc7612737c6df197503fff9)]:
- @pkgr/webpack@3.3.0

## 2.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "2.1.0",
"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 Expand Up @@ -42,7 +42,7 @@
"vue": "^3.0.0"
},
"dependencies": {
"@pkgr/webpack": "^3.2.0",
"@pkgr/webpack": "^3.3.0",
"vue-loader": "^17.0.0",
"vue-style-loader": "^4.1.3",
"vue-svg-loader": "^0.16.0"
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

## 3.3.0

### Minor Changes

- [#303](https://github.com/un-ts/pkgr/pull/303) [`a7ed650`](https://github.com/un-ts/pkgr/commit/a7ed6502c386bad68cc7612737c6df197503fff9) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump `stylus@v0.59` and `tsconfig-paths-webpack-plugin@v4`

## 3.2.0

### Minor 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": "3.2.0",
"version": "3.3.0",
"type": "module",
"description": "Seamless webpack bundler wrapper for apps and libraries",
"repository": "git@github.com:un-ts/pkgr.git",
Expand Down

0 comments on commit 8c2bde0

Please sign in to comment.