diff --git a/packages/es-modules/CHANGELOG.md b/packages/es-modules/CHANGELOG.md index e9def3e4f..c131589fc 100644 --- a/packages/es-modules/CHANGELOG.md +++ b/packages/es-modules/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.3.0 (2020-02-08) + + +### Features + +* **rollup:** add rollup-plugin-vue support ([4a31cff](https://github.com/rx-ts/pkgr/commit/4a31cff46d04c0d4182bcb249ea86ec77d2a0b57)) + + + + + ## 0.2.4 (2020-02-03) **Note:** Version bump only for package @pkgr/es-modules diff --git a/packages/es-modules/package.json b/packages/es-modules/package.json index 728e53b98..986dd47fe 100644 --- a/packages/es-modules/package.json +++ b/packages/es-modules/package.json @@ -1,6 +1,6 @@ { "name": "@pkgr/es-modules", - "version": "0.2.4", + "version": "0.3.0", "description": "Union collections of es modules mappings for pkgs without or with incorrect `module` field", "repository": "git+https://github.com/rx-ts/pkgr.git", "homepage": "https://github.com/rx-ts/pkgr/blob/master/packages/es-modules", diff --git a/packages/imagemin/CHANGELOG.md b/packages/imagemin/CHANGELOG.md index 065f8f34f..0c47f4242 100644 --- a/packages/imagemin/CHANGELOG.md +++ b/packages/imagemin/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.4.0 (2020-02-08) + + +### Features + +* **rollup:** add rollup-plugin-vue support ([4a31cff](https://github.com/rx-ts/pkgr/commit/4a31cff46d04c0d4182bcb249ea86ec77d2a0b57)) + + + + + ## 0.3.8 (2020-02-03) **Note:** Version bump only for package @pkgr/imagemin diff --git a/packages/imagemin/package.json b/packages/imagemin/package.json index 8507187cf..fbf03fc87 100644 --- a/packages/imagemin/package.json +++ b/packages/imagemin/package.json @@ -1,6 +1,6 @@ { "name": "@pkgr/imagemin", - "version": "0.3.8", + "version": "0.4.0", "description": "Seamless imagemin API wrapper to minify images, working perfectly with lint-staged also", "repository": "git@github.com:rx-ts/pkgr.git", "homepage": "https://github.com/rx-ts/pkgr/blob/master/packages/imagemin", diff --git a/packages/named-exports/CHANGELOG.md b/packages/named-exports/CHANGELOG.md index 5347c34a4..fb0107029 100644 --- a/packages/named-exports/CHANGELOG.md +++ b/packages/named-exports/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.5.0 (2020-02-08) + + +### Features + +* **rollup:** add rollup-plugin-vue support ([4a31cff](https://github.com/rx-ts/pkgr/commit/4a31cff46d04c0d4182bcb249ea86ec77d2a0b57)) + + + + + ## 0.4.4 (2020-02-03) **Note:** Version bump only for package @pkgr/named-exports diff --git a/packages/named-exports/package.json b/packages/named-exports/package.json index 6eaa2db20..9a5425e57 100644 --- a/packages/named-exports/package.json +++ b/packages/named-exports/package.json @@ -1,6 +1,6 @@ { "name": "@pkgr/named-exports", - "version": "0.4.4", + "version": "0.5.0", "description": "Union `namedExports` definitions for rollup-plugin-commonjs", "repository": "git+https://github.com/rx-ts/pkgr.git", "homepage": "https://github.com/rx-ts/pkgr/blob/master/packages/named-exports", diff --git a/packages/rollup/CHANGELOG.md b/packages/rollup/CHANGELOG.md index 01acb57d4..15a29a87b 100644 --- a/packages/rollup/CHANGELOG.md +++ b/packages/rollup/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.10.0 (2020-02-08) + + +### Features + +* **rollup:** add rollup-plugin-vue support ([4a31cff](https://github.com/rx-ts/pkgr/commit/4a31cff46d04c0d4182bcb249ea86ec77d2a0b57)) + + + + + ## 0.9.6 (2020-02-03) **Note:** Version bump only for package @pkgr/rollup diff --git a/packages/rollup/package.json b/packages/rollup/package.json index 03a852d95..c236226d0 100644 --- a/packages/rollup/package.json +++ b/packages/rollup/package.json @@ -1,6 +1,6 @@ { "name": "@pkgr/rollup", - "version": "0.9.6", + "version": "0.10.0", "description": "Seamless Rollup bundler wrapper for libraries", "repository": "git@github.com:rx-ts/pkgr.git", "homepage": "https://github.com/rx-ts/pkgr/blob/master/packages/rollup", @@ -17,10 +17,10 @@ ], "dependencies": { "@babel/preset-env": "^7.8.4", - "@pkgr/es-modules": "^0.2.4", - "@pkgr/named-exports": "^0.4.4", - "@pkgr/umd-globals": "^0.3.3", - "@pkgr/utils": "^0.3.9", + "@pkgr/es-modules": "^0.3.0", + "@pkgr/named-exports": "^0.5.0", + "@pkgr/umd-globals": "^0.4.0", + "@pkgr/utils": "^0.4.0", "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-json": "^4.0.2", "@rollup/plugin-node-resolve": "^7.1.1", diff --git a/packages/umd-globals/CHANGELOG.md b/packages/umd-globals/CHANGELOG.md index 7ade838fd..af2a4de97 100644 --- a/packages/umd-globals/CHANGELOG.md +++ b/packages/umd-globals/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.4.0 (2020-02-08) + + +### Features + +* **rollup:** add rollup-plugin-vue support ([4a31cff](https://github.com/rx-ts/pkgr/commit/4a31cff46d04c0d4182bcb249ea86ec77d2a0b57)) + + + + + ## 0.3.3 (2020-02-03) **Note:** Version bump only for package @pkgr/umd-globals diff --git a/packages/umd-globals/package.json b/packages/umd-globals/package.json index dbcf83d9c..2972b8978 100644 --- a/packages/umd-globals/package.json +++ b/packages/umd-globals/package.json @@ -1,6 +1,6 @@ { "name": "@pkgr/umd-globals", - "version": "0.3.3", + "version": "0.4.0", "description": "Union collections of umd globals mappings", "repository": "git+https://github.com/rx-ts/pkgr.git", "homepage": "https://github.com/rx-ts/pkgr/blob/master/packages/umd-globals", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index a3679267d..a3b9d7939 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.4.0 (2020-02-08) + + +### Features + +* **rollup:** add rollup-plugin-vue support ([4a31cff](https://github.com/rx-ts/pkgr/commit/4a31cff46d04c0d4182bcb249ea86ec77d2a0b57)) + + + + + ## 0.3.9 (2020-02-03) **Note:** Version bump only for package @pkgr/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index cd9debc49..96cbcda37 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@pkgr/utils", - "version": "0.3.9", + "version": "0.4.0", "description": "Shared utils for `@pkgr` packages or any package else", "repository": "git+https://github.com/rx-ts/pkgr.git", "homepage": "https://github.com/rx-ts/pkgr/blob/master/packages/utils", diff --git a/packages/webpack-angular/CHANGELOG.md b/packages/webpack-angular/CHANGELOG.md index 6bbb4ffab..5bb58eec3 100644 --- a/packages/webpack-angular/CHANGELOG.md +++ b/packages/webpack-angular/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.3.0 (2020-02-08) + + +### Features + +* **rollup:** add rollup-plugin-vue support ([4a31cff](https://github.com/rx-ts/pkgr/commit/4a31cff46d04c0d4182bcb249ea86ec77d2a0b57)) + + + + + ## 0.2.4 (2020-02-03) **Note:** Version bump only for package @pkgr/webpack-angular diff --git a/packages/webpack-angular/package.json b/packages/webpack-angular/package.json index dd2d96200..1cc40ce54 100644 --- a/packages/webpack-angular/package.json +++ b/packages/webpack-angular/package.json @@ -1,6 +1,6 @@ { "name": "@pkgr/webpack-angular", - "version": "0.2.4", + "version": "0.3.0", "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", diff --git a/packages/webpack-mdx/CHANGELOG.md b/packages/webpack-mdx/CHANGELOG.md index 7ba6aa85a..84a959dbb 100644 --- a/packages/webpack-mdx/CHANGELOG.md +++ b/packages/webpack-mdx/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.3.0 (2020-02-08) + + +### Features + +* **rollup:** add rollup-plugin-vue support ([4a31cff](https://github.com/rx-ts/pkgr/commit/4a31cff46d04c0d4182bcb249ea86ec77d2a0b57)) + + + + + ## 0.2.5 (2020-02-03) **Note:** Version bump only for package @pkgr/webpack-mdx diff --git a/packages/webpack-mdx/package.json b/packages/webpack-mdx/package.json index dd76feb53..15ff52a16 100644 --- a/packages/webpack-mdx/package.json +++ b/packages/webpack-mdx/package.json @@ -1,6 +1,6 @@ { "name": "@pkgr/webpack-mdx", - "version": "0.2.5", + "version": "0.3.0", "description": "Seamless mdx 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-mdx", @@ -11,7 +11,7 @@ }, "dependencies": { "@mdx-js/loader": "^1.5.5", - "@pkgr/webpack-react": "^0.2.12" + "@pkgr/webpack-react": "^0.3.0" }, "publishConfig": { "access": "public" diff --git a/packages/webpack-react/CHANGELOG.md b/packages/webpack-react/CHANGELOG.md index e0cba4833..f7ba5d266 100644 --- a/packages/webpack-react/CHANGELOG.md +++ b/packages/webpack-react/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.3.0 (2020-02-08) + + +### Features + +* **rollup:** add rollup-plugin-vue support ([4a31cff](https://github.com/rx-ts/pkgr/commit/4a31cff46d04c0d4182bcb249ea86ec77d2a0b57)) + + + + + ## 0.2.12 (2020-02-03) **Note:** Version bump only for package @pkgr/webpack-react diff --git a/packages/webpack-react/package.json b/packages/webpack-react/package.json index 069f20942..eb7c6df7c 100644 --- a/packages/webpack-react/package.json +++ b/packages/webpack-react/package.json @@ -1,6 +1,6 @@ { "name": "@pkgr/webpack-react", - "version": "0.2.12", + "version": "0.3.0", "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", diff --git a/packages/webpack-svelte/CHANGELOG.md b/packages/webpack-svelte/CHANGELOG.md index d487ded4e..9e6810a26 100644 --- a/packages/webpack-svelte/CHANGELOG.md +++ b/packages/webpack-svelte/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.2.0 (2020-02-08) + + +### Features + +* **rollup:** add rollup-plugin-vue support ([4a31cff](https://github.com/rx-ts/pkgr/commit/4a31cff46d04c0d4182bcb249ea86ec77d2a0b57)) + + + + + ## 0.1.8 (2020-02-03) **Note:** Version bump only for package @pkgr/webpack-svelte diff --git a/packages/webpack-svelte/package.json b/packages/webpack-svelte/package.json index 55f97a3bd..fafdc77d5 100644 --- a/packages/webpack-svelte/package.json +++ b/packages/webpack-svelte/package.json @@ -1,6 +1,6 @@ { "name": "@pkgr/webpack-svelte", - "version": "0.1.8", + "version": "0.2.0", "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", diff --git a/packages/webpack-vue/CHANGELOG.md b/packages/webpack-vue/CHANGELOG.md index a8ecacd7c..b99525d34 100644 --- a/packages/webpack-vue/CHANGELOG.md +++ b/packages/webpack-vue/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.3.0 (2020-02-08) + + +### Features + +* **rollup:** add rollup-plugin-vue support ([4a31cff](https://github.com/rx-ts/pkgr/commit/4a31cff46d04c0d4182bcb249ea86ec77d2a0b57)) + + + + + ## 0.2.9 (2020-02-03) **Note:** Version bump only for package @pkgr/webpack-vue diff --git a/packages/webpack-vue/package.json b/packages/webpack-vue/package.json index 5f24bd941..924c652ce 100644 --- a/packages/webpack-vue/package.json +++ b/packages/webpack-vue/package.json @@ -1,6 +1,6 @@ { "name": "@pkgr/webpack-vue", - "version": "0.2.9", + "version": "0.3.0", "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", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index 8a71f0a07..a9392fea1 100644 --- a/packages/webpack/CHANGELOG.md +++ b/packages/webpack/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.6.0 (2020-02-08) + + +### Features + +* **rollup:** add rollup-plugin-vue support ([4a31cff](https://github.com/rx-ts/pkgr/commit/4a31cff46d04c0d4182bcb249ea86ec77d2a0b57)) + + + + + ## 0.5.6 (2020-02-03) **Note:** Version bump only for package @pkgr/webpack diff --git a/packages/webpack/package.json b/packages/webpack/package.json index d92643b56..cacf31479 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@pkgr/webpack", - "version": "0.5.6", + "version": "0.6.0", "description": "Seamless webpack bundler wrapper for apps and libraries", "repository": "git@github.com:rx-ts/pkgr.git", "homepage": "https://github.com/rx-ts/pkgr/blob/master/packages/webpack", @@ -21,9 +21,9 @@ "@1stg/babel-preset": "^0.11.2", "@1stg/postcss-config": "^0.7.2", "@babel/core": "^7.8.4", - "@pkgr/es-modules": "^0.2.4", - "@pkgr/umd-globals": "^0.3.3", - "@pkgr/utils": "^0.3.9", + "@pkgr/es-modules": "^0.3.0", + "@pkgr/umd-globals": "^0.4.0", + "@pkgr/utils": "^0.4.0", "babel-loader": "^8.0.6", "cache-loader": "^4.1.0", "case-sensitive-paths-webpack-plugin": "^2.3.0",