Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kuitos committed Sep 25, 2023
1 parent 0f368b1 commit 8eb559a
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 6 deletions.
6 changes: 6 additions & 0 deletions packages/plugin-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
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.4](https://github.com/umijs/plugins/compare/@umijs/[email protected]...@umijs/[email protected]) (2023-09-25)

### Bug Fixes

- gtag script error ([#838](https://github.com/umijs/plugins/issues/838)) ([9a2b0ec](https://github.com/umijs/plugins/commit/9a2b0ece85b4fe4ba21d24002ead40fc0026c2ae))

## [0.2.3](https://github.com/umijs/plugins/compare/@umijs/[email protected]...@umijs/[email protected]) (2022-04-25)

**Note:** Version bump only for package @umijs/plugin-analytics
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/plugin-analytics",
"version": "0.2.3",
"version": "0.2.4",
"description": "analytics for baidu tongji and google analytics",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-qiankun/CHANGELOG.md
Original file line number Diff line number Diff line change
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.44.0](https://github.com/umijs/plugins/compare/@umijs/[email protected]...@umijs/[email protected]) (2023-09-25)

### Features

- **qiankun:** 默认 library 不加上 chunk 名 ([#948](https://github.com/umijs/plugins/issues/948)) ([5bfe007](https://github.com/umijs/plugins/commit/5bfe0074fe88d3e91cf359a02bffb8062d827988))

## [2.43.3](https://github.com/umijs/plugins/compare/@umijs/[email protected]...@umijs/[email protected]) (2023-04-21)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-qiankun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/plugin-qiankun",
"version": "2.43.3",
"version": "2.44.0",
"description": "umi plugin for qiankun",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -33,9 +33,9 @@
"bugs": "http://github.com/umijs/plugins/issues",
"homepage": "https://github.com/umijs/plugins/tree/master/packages/plugin-qiankun#readme",
"peerDependencies": {
"umi": "^3.2.21",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
"react-dom": ">=16.8.0",
"umi": "^3.2.21"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/preset-react/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [2.1.7](https://github.com/umijs/plugins/compare/@umijs/[email protected]...@umijs/[email protected]) (2023-09-25)

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

## [2.1.6](https://github.com/umijs/plugins/compare/@umijs/[email protected]...@umijs/[email protected]) (2022-08-23)

**Note:** Version bump only for package @umijs/preset-react
Expand Down
4 changes: 2 additions & 2 deletions packages/preset-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/preset-react",
"version": "2.1.6",
"version": "2.1.7",
"description": "@umijs/preset-react",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@umijs/plugin-access": "2.5.1",
"@umijs/plugin-analytics": "0.2.3",
"@umijs/plugin-analytics": "0.2.4",
"@umijs/plugin-antd": "0.15.2",
"@umijs/plugin-antd-mobile": "1.2.0",
"@umijs/plugin-crossorigin": "1.2.1",
Expand Down

0 comments on commit 8eb559a

Please sign in to comment.