Skip to content

Commit

Permalink
chore: release package(s)
Browse files Browse the repository at this point in the history
 - @pkgr/es-modules@0.3.0
 - @pkgr/imagemin@0.4.0
 - @pkgr/named-exports@0.5.0
 - @pkgr/rollup@0.10.0
 - @pkgr/umd-globals@0.4.0
 - @pkgr/utils@0.4.0
 - @pkgr/webpack-angular@0.3.0
 - @pkgr/webpack-mdx@0.3.0
 - @pkgr/webpack-react@0.3.0
 - @pkgr/webpack-svelte@0.2.0
 - @pkgr/webpack-vue@0.3.0
 - @pkgr/webpack@0.6.0
  • Loading branch information
runner authored and runner committed Feb 8, 2020
1 parent 4a31cff commit dafcf6d
Show file tree
Hide file tree
Showing 24 changed files with 152 additions and 20 deletions.
11 changes: 11 additions & 0 deletions packages/es-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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",
Expand Down
11 changes: 11 additions & 0 deletions packages/imagemin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "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",
Expand Down
11 changes: 11 additions & 0 deletions packages/named-exports/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/named-exports/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions packages/rollup/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/umd-globals/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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",
Expand Down
11 changes: 11 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "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",
Expand Down
11 changes: 11 additions & 0 deletions packages/webpack-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "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",
Expand Down
11 changes: 11 additions & 0 deletions packages/webpack-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "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",
Expand All @@ -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"
Expand Down
11 changes: 11 additions & 0 deletions packages/webpack-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "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",
Expand Down
11 changes: 11 additions & 0 deletions packages/webpack-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "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",
Expand Down
11 changes: 11 additions & 0 deletions packages/webpack-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "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",
Expand Down
11 changes: 11 additions & 0 deletions packages/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "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",
Expand All @@ -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",
Expand Down

0 comments on commit dafcf6d

Please sign in to comment.