Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - @umijs/plugin-access@2.2.0
 - @umijs/plugin-dva@0.2.0
 - @umijs/plugin-layout@0.2.2
 - @umijs/plugin-locale@0.1.4
 - @umijs/plugin-qiankun@2.0.0-alpha.1
 - @umijs/preset-react@1.1.1
  • Loading branch information
sorrycc committed Feb 18, 2020
1 parent 988cc37 commit 2038e7f
Show file tree
Hide file tree
Showing 12 changed files with 51 additions and 10 deletions.
6 changes: 6 additions & 0 deletions packages/plugin-access/CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/umijs/plugins/compare/@umijs/plugin-access@2.1.1...@umijs/plugin-access@2.2.0) (2020-02-18)

### Features

- delete showWarnining option for plugin-access ([#38](https://github.com/umijs/plugins/issues/38)) ([f99169b](https://github.com/umijs/plugins/commit/f99169b18df96c544d06f48d66dad3ab10c3f8b3))

## [2.1.1](https://github.com/umijs/plugins/compare/@umijs/plugin-access@2.1.0...@umijs/plugin-access@2.1.1) (2020-02-17)

**Note:** Version bump only for package @umijs/plugin-access
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-access/package.json
@@ -1,6 +1,6 @@
{
"name": "@umijs/plugin-access",
"version": "2.1.1",
"version": "2.2.0",
"description": "Umi plugin for access management.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-dva/CHANGELOG.md
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/umijs/plugins/compare/@umijs/plugin-dva@0.1.2...@umijs/plugin-dva@0.2.0) (2020-02-18)

### Features

- **plugin-dva:** disable dva if no valid models found ([bdd8475](https://github.com/umijs/plugins/commit/bdd8475c631c8460668562f563d19c3052876730))
- **plugin-dva:** import connect from umi ([988cc37](https://github.com/umijs/plugins/commit/988cc3749654f21efc203b79efc56ac2c9327c29))
- **plugin-dva:** opts.immer ([d697a98](https://github.com/umijs/plugins/commit/d697a98059f1cd73cbd66edbe424ee0fd9d39b0d))
- **plugin-dva:** resolve page models ([066c7cd](https://github.com/umijs/plugins/commit/066c7cdafaea3a94f9c242a6d1f98a1871596440))

## [0.1.2](https://github.com/umijs/plugins/compare/@umijs/plugin-dva@0.1.1...@umijs/plugin-dva@0.1.2) (2020-02-08)

**Note:** Version bump only for package @umijs/plugin-dva
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-dva/package.json
@@ -1,6 +1,6 @@
{
"name": "@umijs/plugin-dva",
"version": "0.1.2",
"version": "0.2.0",
"description": "@umijs/plugin-dva",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-layout/CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.2](https://github.com/umijs/plugins/compare/@umijs/plugin-layout@0.2.1...@umijs/plugin-layout@0.2.2) (2020-02-18)

### Bug Fixes

- **plugin-layout:** read pkg.name from api.pkg ([87a2839](https://github.com/umijs/plugins/commit/87a2839675231c19c28013f7675167bd670cfe28))

## [0.2.1](https://github.com/umijs/plugins/compare/@umijs/plugin-layout@0.2.0...@umijs/plugin-layout@0.2.1) (2020-02-17)

**Note:** Version bump only for package @umijs/plugin-layout
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-layout/package.json
@@ -1,6 +1,6 @@
{
"name": "@umijs/plugin-layout",
"version": "0.2.1",
"version": "0.2.2",
"description": "@umijs/plugin-layout",
"main": "lib/index.js",
"types": "lib/types/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-locale/CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.4](https://github.com/umijs/plugins/compare/@umijs/plugin-locale@0.1.3...@umijs/plugin-locale@0.1.4) (2020-02-18)

### Bug Fixes

- layout effect ([#37](https://github.com/umijs/plugins/issues/37)) ([52cf115](https://github.com/umijs/plugins/commit/52cf1154b4cf9272254c05f700535be180902841))
- **plugin-locale:** DefaultLocale undefined ([74d8ea1](https://github.com/umijs/plugins/commit/74d8ea13b38f031266b0a53a4e00d3cfab62b4f2))

## [0.1.3](https://github.com/umijs/plugins/compare/@umijs/plugin-locale@0.1.2...@umijs/plugin-locale@0.1.3) (2020-02-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-locale/package.json
@@ -1,6 +1,6 @@
{
"name": "@umijs/plugin-locale",
"version": "0.1.3",
"version": "0.1.4",
"description": "@umijs/plugin-locale",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-qiankun/CHANGELOG.md
@@ -0,0 +1,9 @@
# Change Log

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.0.0-alpha.1 (2020-02-18)

### Features

- micro frontent qiankun plugin ([#32](https://github.com/umijs/umi-plugin-qiankun/issues/32)) ([841752c](https://github.com/umijs/umi-plugin-qiankun/commit/841752ceca07b84f8b984b54b366ad3ede614be7))
2 changes: 1 addition & 1 deletion packages/plugin-qiankun/package.json
@@ -1,6 +1,6 @@
{
"name": "@umijs/plugin-qiankun",
"version": "2.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"description": "umi plugin for qiankun",
"repository": "umijs/umi-plugin-qiankun",
"main": "lib/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/preset-react/CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.1](https://github.com/umijs/plugins/compare/@umijs/preset-react@1.1.0...@umijs/preset-react@1.1.1) (2020-02-18)

**Note:** Version bump only for package @umijs/preset-react

# [1.1.0](https://github.com/umijs/plugins/compare/@umijs/preset-react@0.3.0...@umijs/preset-react@1.1.0) (2020-02-17)

### Features
Expand Down
10 changes: 5 additions & 5 deletions packages/preset-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@umijs/preset-react",
"version": "1.1.0",
"version": "1.1.1",
"description": "@umijs/preset-react",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -28,13 +28,13 @@
"access": "public"
},
"dependencies": {
"@umijs/plugin-access": "2.1.1",
"@umijs/plugin-access": "2.2.0",
"@umijs/plugin-antd": "0.2.0",
"@umijs/plugin-crossorigin": "1.1.0",
"@umijs/plugin-dva": "0.1.2",
"@umijs/plugin-dva": "0.2.0",
"@umijs/plugin-initial-state": "2.1.0",
"@umijs/plugin-layout": "0.2.1",
"@umijs/plugin-locale": "0.1.3",
"@umijs/plugin-layout": "0.2.2",
"@umijs/plugin-locale": "0.1.4",
"@umijs/plugin-model": "2.1.0",
"@umijs/plugin-request": "2.1.1"
}
Expand Down

0 comments on commit 2038e7f

Please sign in to comment.