Skip to content

Commit

Permalink
chore: release package(s) (#289)
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 May 19, 2022
1 parent d578cb3 commit 6dacabf
Show file tree
Hide file tree
Showing 21 changed files with 98 additions and 30 deletions.
10 changes: 0 additions & 10 deletions .changeset/orange-needles-confess.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.0

### Minor Changes

- [`d578cb3`](https://github.com/rx-ts/pkgr/commit/d578cb3477bc69b4a306db6df41016a75819baa6) Thanks [@JounQin](https://github.com/JounQin)! - chore!: bump (dev)Dependencies, update ts usage

## 0.5.2

### Patch 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.5.2",
"version": "0.6.0",
"type": "module",
"description": "Union collections of es modules mappings for pkgs without or with incorrect `module` field",
"repository": "git+https://github.com/rx-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.0

### Minor Changes

- [`d578cb3`](https://github.com/rx-ts/pkgr/commit/d578cb3477bc69b4a306db6df41016a75819baa6) Thanks [@JounQin](https://github.com/JounQin)! - chore!: bump (dev)Dependencies, update ts usage

## 3.0.0

### Major 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.0.0",
"version": "3.1.0",
"type": "module",
"description": "Seamless imagemin API wrapper to minify images, working perfectly with lint-staged also",
"repository": "[email protected]:rx-ts/pkgr.git",
Expand Down
13 changes: 13 additions & 0 deletions packages/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 3.1.0

### Minor Changes

- [`d578cb3`](https://github.com/rx-ts/pkgr/commit/d578cb3477bc69b4a306db6df41016a75819baa6) Thanks [@JounQin](https://github.com/JounQin)! - chore!: bump (dev)Dependencies, update ts usage

### Patch Changes

- Updated dependencies [[`d578cb3`](https://github.com/rx-ts/pkgr/commit/d578cb3477bc69b4a306db6df41016a75819baa6)]:
- @pkgr/es-modules@0.6.0
- @pkgr/umd-globals@0.8.0
- @pkgr/utils@2.2.0

## 3.0.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkgr/rollup",
"version": "3.0.1",
"version": "3.1.0",
"type": "module",
"description": "Seamless Rollup bundler wrapper for libraries",
"repository": "[email protected]:rx-ts/pkgr.git",
Expand All @@ -21,9 +21,9 @@
"@babel/plugin-proposal-decorators": "^7.17.12",
"@babel/preset-env": "^7.17.12",
"@babel/preset-typescript": "^7.17.12",
"@pkgr/es-modules": "^0.5.0",
"@pkgr/umd-globals": "^0.7.0",
"@pkgr/utils": "^2.0.0",
"@pkgr/es-modules": "^0.6.0",
"@pkgr/umd-globals": "^0.8.0",
"@pkgr/utils": "^2.2.0",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.0",
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.0

### Minor Changes

- [`d578cb3`](https://github.com/rx-ts/pkgr/commit/d578cb3477bc69b4a306db6df41016a75819baa6) Thanks [@JounQin](https://github.com/JounQin)! - chore!: bump (dev)Dependencies, update ts usage

## 0.7.1

### Patch 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.7.1",
"version": "0.8.0",
"type": "module",
"description": "Union collections of umd globals mappings",
"repository": "git+https://github.com/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.2.0

### Minor Changes

- [`d578cb3`](https://github.com/rx-ts/pkgr/commit/d578cb3477bc69b4a306db6df41016a75819baa6) Thanks [@JounQin](https://github.com/JounQin)! - chore!: bump (dev)Dependencies, update ts usage

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

## 2.0.2

### Patch Changes

- Updated dependencies [[`d578cb3`](https://github.com/rx-ts/pkgr/commit/d578cb3477bc69b4a306db6df41016a75819baa6)]:
- @pkgr/webpack@3.0.0

## 2.0.1

### 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": "2.0.1",
"version": "2.0.2",
"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 All @@ -12,7 +12,7 @@
"dependencies": {
"@angular/compiler-cli": "^13.3.5",
"@ngtools/webpack": "^13.3.6",
"@pkgr/webpack": "^2.0.0"
"@pkgr/webpack": "^3.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions packages/webpack-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.0.1

### Patch Changes

- Updated dependencies [[`d578cb3`](https://github.com/rx-ts/pkgr/commit/d578cb3477bc69b4a306db6df41016a75819baa6)]:
- @pkgr/webpack@3.0.0

## 2.0.0

### Major 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.0",
"version": "2.0.1",
"description": "Seamless react 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-react",
Expand All @@ -10,7 +10,7 @@
"react": ">=16.0.0"
},
"dependencies": {
"@pkgr/webpack": "^2.0.0",
"@pkgr/webpack": "^3.0.0",
"@svgr/webpack": "^6.2.1"
},
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions packages/webpack-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.1.2

### Patch Changes

- Updated dependencies [[`d578cb3`](https://github.com/rx-ts/pkgr/commit/d578cb3477bc69b4a306db6df41016a75819baa6)]:
- @pkgr/webpack@3.0.0

## 1.1.1

### 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.1",
"version": "1.1.2",
"description": "Seamless svelte 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-svelte",
Expand All @@ -10,7 +10,7 @@
"svelte": ">=3.0.0"
},
"dependencies": {
"@pkgr/webpack": "^2.0.0",
"@pkgr/webpack": "^3.0.0",
"svelte-loader": "^3.1.2"
},
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions packages/webpack-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.0.1

### Patch Changes

- Updated dependencies [[`d578cb3`](https://github.com/rx-ts/pkgr/commit/d578cb3477bc69b4a306db6df41016a75819baa6)]:
- @pkgr/webpack@3.0.0

## 2.0.0

### Major 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.0",
"version": "2.0.1",
"description": "Seamless vue 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-vue",
Expand All @@ -10,7 +10,7 @@
"vue": "^3.0.0"
},
"dependencies": {
"@pkgr/webpack": "^2.0.0",
"@pkgr/webpack": "^3.0.0",
"vue-loader": "^17.0.0",
"vue-style-loader": "^4.1.3",
"vue-svg-loader": "^0.16.0"
Expand Down
13 changes: 13 additions & 0 deletions packages/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 3.0.0

### Major Changes

- [`d578cb3`](https://github.com/rx-ts/pkgr/commit/d578cb3477bc69b4a306db6df41016a75819baa6) Thanks [@JounQin](https://github.com/JounQin)! - chore!: bump (dev)Dependencies, update ts usage

### Patch Changes

- Updated dependencies [[`d578cb3`](https://github.com/rx-ts/pkgr/commit/d578cb3477bc69b4a306db6df41016a75819baa6)]:
- @pkgr/es-modules@0.6.0
- @pkgr/umd-globals@0.8.0
- @pkgr/utils@2.2.0

## 2.0.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkgr/webpack",
"version": "2.0.4",
"version": "3.0.0",
"type": "module",
"description": "Seamless webpack bundler wrapper for apps and libraries",
"repository": "[email protected]:rx-ts/pkgr.git",
Expand All @@ -23,9 +23,9 @@
"@1stg/babel-preset": "^3.0.0",
"@1stg/postcss-config": "^3.1.0",
"@babel/core": "^7.17.12",
"@pkgr/es-modules": "^0.5.0",
"@pkgr/umd-globals": "^0.7.0",
"@pkgr/utils": "^2.0.0",
"@pkgr/es-modules": "^0.6.0",
"@pkgr/umd-globals": "^0.8.0",
"@pkgr/utils": "^2.2.0",
"babel-loader": "^8.2.5",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"commander": "^9.2.0",
Expand Down

0 comments on commit 6dacabf

Please sign in to comment.