From 13e494c0f0013252994eb0de0c4d92bd507b119d Mon Sep 17 00:00:00 2001 From: pooya parsa Date: Wed, 6 Feb 2019 19:26:54 +0330 Subject: [PATCH] v2.4.3 --- CHANGELOG.md | 19 +++++++++++++++++++ distributions/nuxt-legacy/CHANGELOG.md | 8 ++++++++ distributions/nuxt-legacy/package.json | 12 ++++++------ distributions/nuxt-start/CHANGELOG.md | 8 ++++++++ distributions/nuxt-start/package.json | 6 +++--- distributions/nuxt-ts/CHANGELOG.md | 8 ++++++++ distributions/nuxt-ts/package.json | 12 ++++++------ distributions/nuxt/CHANGELOG.md | 8 ++++++++ distributions/nuxt/package.json | 12 ++++++------ lerna.json | 2 +- packages/builder/CHANGELOG.md | 8 ++++++++ packages/builder/package.json | 4 ++-- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 4 ++-- packages/config/CHANGELOG.md | 8 ++++++++ packages/config/package.json | 4 ++-- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 10 +++++----- packages/generator/CHANGELOG.md | 8 ++++++++ packages/generator/package.json | 4 ++-- packages/server/CHANGELOG.md | 11 +++++++++++ packages/server/package.json | 6 +++--- packages/utils/CHANGELOG.md | 11 +++++++++++ packages/utils/package.json | 2 +- packages/vue-renderer/CHANGELOG.md | 8 ++++++++ packages/vue-renderer/package.json | 4 ++-- packages/webpack/CHANGELOG.md | 12 ++++++++++++ packages/webpack/package.json | 4 ++-- 28 files changed, 179 insertions(+), 43 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8425922e64..98e067fcf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06) + + +### Bug Fixes + +* await buildDone hook ([#4955](https://github.com/nuxt/nuxt.js/issues/4955)) ([f40f3f9](https://github.com/nuxt/nuxt.js/commit/f40f3f9)) +* serialize external function ([#4916](https://github.com/nuxt/nuxt.js/issues/4916)) ([14f43da](https://github.com/nuxt/nuxt.js/commit/14f43da)) +* update terser-webpack-plugin to 1.2.2 ([b1a5a19](https://github.com/nuxt/nuxt.js/commit/b1a5a19)) +* update webpack to 4.29.1 ([95ef1d4](https://github.com/nuxt/nuxt.js/commit/95ef1d4)) + + +### Features + +* **module:** support src as a function in addModule ([#4956](https://github.com/nuxt/nuxt.js/issues/4956)) ([e2c811a](https://github.com/nuxt/nuxt.js/commit/e2c811a)) + + + + + ## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) **Note:** Version bump only for package nuxt.js diff --git a/distributions/nuxt-legacy/CHANGELOG.md b/distributions/nuxt-legacy/CHANGELOG.md index 0256becebe..899b03cf13 100644 --- a/distributions/nuxt-legacy/CHANGELOG.md +++ b/distributions/nuxt-legacy/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06) + +**Note:** Version bump only for package nuxt-legacy + + + + + ## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) **Note:** Version bump only for package nuxt-legacy diff --git a/distributions/nuxt-legacy/package.json b/distributions/nuxt-legacy/package.json index 63481ecd84..867faaaf2e 100644 --- a/distributions/nuxt-legacy/package.json +++ b/distributions/nuxt-legacy/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-legacy", - "version": "2.4.2", + "version": "2.4.3", "description": "Legacy build of Nuxt.js for Node.js < 8.0.0", "keywords": [ "nuxt", @@ -54,12 +54,12 @@ "@babel/polyfill": "^7.2.5", "@babel/preset-env": "^7.3.1", "@babel/register": "^7.0.0", - "@nuxt/builder": "2.4.2", - "@nuxt/cli": "2.4.2", - "@nuxt/core": "2.4.2", - "@nuxt/generator": "2.4.2", + "@nuxt/builder": "2.4.3", + "@nuxt/cli": "2.4.3", + "@nuxt/core": "2.4.3", + "@nuxt/generator": "2.4.3", "@nuxt/opencollective": "^0.2.1", - "@nuxt/webpack": "2.4.2" + "@nuxt/webpack": "2.4.3" }, "engines": { "node": ">=6.0.0", diff --git a/distributions/nuxt-start/CHANGELOG.md b/distributions/nuxt-start/CHANGELOG.md index b3f7aaea4b..bca46cc04c 100644 --- a/distributions/nuxt-start/CHANGELOG.md +++ b/distributions/nuxt-start/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06) + +**Note:** Version bump only for package nuxt-start + + + + + ## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) **Note:** Version bump only for package nuxt-start diff --git a/distributions/nuxt-start/package.json b/distributions/nuxt-start/package.json index 258617ae8f..eb74a7987b 100644 --- a/distributions/nuxt-start/package.json +++ b/distributions/nuxt-start/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-start", - "version": "2.4.2", + "version": "2.4.3", "description": "Starts Nuxt.js Application in production mode", "keywords": [ "nuxt", @@ -52,8 +52,8 @@ "main": "dist/nuxt-start.js", "bin": "bin/nuxt-start.js", "dependencies": { - "@nuxt/cli": "2.4.2", - "@nuxt/core": "2.4.2", + "@nuxt/cli": "2.4.3", + "@nuxt/core": "2.4.3", "vue": "^2.5.22", "vue-meta": "^1.5.8", "vue-no-ssr": "^1.1.1", diff --git a/distributions/nuxt-ts/CHANGELOG.md b/distributions/nuxt-ts/CHANGELOG.md index 39eff7b410..12cb84df68 100644 --- a/distributions/nuxt-ts/CHANGELOG.md +++ b/distributions/nuxt-ts/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06) + +**Note:** Version bump only for package nuxt-ts + + + + + ## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) **Note:** Version bump only for package nuxt-ts diff --git a/distributions/nuxt-ts/package.json b/distributions/nuxt-ts/package.json index 2159cbeeb3..f32c283c1b 100644 --- a/distributions/nuxt-ts/package.json +++ b/distributions/nuxt-ts/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-ts", - "version": "2.4.2", + "version": "2.4.3", "description": "Nuxt With Runtime Typescript Support", "keywords": [ "nuxt", @@ -56,13 +56,13 @@ "nuxts": "bin/nuxt-ts.js" }, "dependencies": { - "@nuxt/builder": "2.4.2", - "@nuxt/cli": "2.4.2", - "@nuxt/core": "2.4.2", - "@nuxt/generator": "2.4.2", + "@nuxt/builder": "2.4.3", + "@nuxt/cli": "2.4.3", + "@nuxt/core": "2.4.3", + "@nuxt/generator": "2.4.3", "@nuxt/opencollective": "^0.2.1", "@nuxt/typescript": "2.4.2", - "@nuxt/webpack": "2.4.2" + "@nuxt/webpack": "2.4.3" }, "engines": { "node": ">=6.0.0", diff --git a/distributions/nuxt/CHANGELOG.md b/distributions/nuxt/CHANGELOG.md index a46bb4a3f0..ec08e87c1c 100644 --- a/distributions/nuxt/CHANGELOG.md +++ b/distributions/nuxt/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06) + +**Note:** Version bump only for package nuxt + + + + + ## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) **Note:** Version bump only for package nuxt diff --git a/distributions/nuxt/package.json b/distributions/nuxt/package.json index f6a8aafe38..92d4ccd5c3 100644 --- a/distributions/nuxt/package.json +++ b/distributions/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "nuxt", - "version": "2.4.2", + "version": "2.4.3", "description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)", "keywords": [ "nuxt", @@ -54,12 +54,12 @@ "postinstall": "opencollective || exit 0" }, "dependencies": { - "@nuxt/builder": "2.4.2", - "@nuxt/cli": "2.4.2", - "@nuxt/core": "2.4.2", - "@nuxt/generator": "2.4.2", + "@nuxt/builder": "2.4.3", + "@nuxt/cli": "2.4.3", + "@nuxt/core": "2.4.3", + "@nuxt/generator": "2.4.3", "@nuxt/opencollective": "^0.2.1", - "@nuxt/webpack": "2.4.2" + "@nuxt/webpack": "2.4.3" }, "engines": { "node": ">=8.0.0", diff --git a/lerna.json b/lerna.json index 0dbaacc04b..cbc4f8e606 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.4.2", + "version": "2.4.3", "npmClient": "yarn", "useWorkspaces": true, "conventionalCommits": true, diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index 2e6ab098c6..45cb72e419 100644 --- a/packages/builder/CHANGELOG.md +++ b/packages/builder/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06) + +**Note:** Version bump only for package @nuxt/builder + + + + + ## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) **Note:** Version bump only for package @nuxt/builder diff --git a/packages/builder/package.json b/packages/builder/package.json index f5f8b66cf0..405c0392b8 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/builder", - "version": "2.4.2", + "version": "2.4.3", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -9,7 +9,7 @@ "main": "dist/builder.js", "dependencies": { "@nuxt/devalue": "^1.2.0", - "@nuxt/utils": "2.4.2", + "@nuxt/utils": "2.4.3", "@nuxt/vue-app": "2.4.2", "chokidar": "^2.0.4", "consola": "^2.3.2", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index b3ce5932d1..3a503d8926 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06) + +**Note:** Version bump only for package @nuxt/cli + + + + + ## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) **Note:** Version bump only for package @nuxt/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index ab7800a1b1..41d13a3658 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/cli", - "version": "2.4.2", + "version": "2.4.3", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -12,7 +12,7 @@ "nuxt-cli": "bin/nuxt-cli.js" }, "dependencies": { - "@nuxt/config": "2.4.2", + "@nuxt/config": "2.4.3", "boxen": "^2.1.0", "chalk": "^2.4.2", "consola": "^2.3.2", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 71cba899b1..159393a88e 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06) + +**Note:** Version bump only for package @nuxt/config + + + + + ## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) **Note:** Version bump only for package @nuxt/config diff --git a/packages/config/package.json b/packages/config/package.json index 336c9b9aaf..f64a4f5d15 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/config", - "version": "2.4.2", + "version": "2.4.3", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -8,7 +8,7 @@ ], "main": "dist/config.js", "dependencies": { - "@nuxt/utils": "2.4.2", + "@nuxt/utils": "2.4.3", "consola": "^2.3.2", "std-env": "^2.2.1" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index f5b7081509..0e4365ddf0 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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. +## [2.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06) + + +### Features + +* **module:** support src as a function in addModule ([#4956](https://github.com/nuxt/nuxt.js/issues/4956)) ([e2c811a](https://github.com/nuxt/nuxt.js/commit/e2c811a)) + + + + + ## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) **Note:** Version bump only for package @nuxt/core diff --git a/packages/core/package.json b/packages/core/package.json index 5c0616e9a1..37bb280297 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/core", - "version": "2.4.2", + "version": "2.4.3", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -8,11 +8,11 @@ ], "main": "dist/core.js", "dependencies": { - "@nuxt/config": "2.4.2", + "@nuxt/config": "2.4.3", "@nuxt/devalue": "^1.2.0", - "@nuxt/server": "2.4.2", - "@nuxt/utils": "2.4.2", - "@nuxt/vue-renderer": "2.4.2", + "@nuxt/server": "2.4.3", + "@nuxt/utils": "2.4.3", + "@nuxt/vue-renderer": "2.4.3", "consola": "^2.3.2", "debug": "^4.1.1", "esm": "^3.1.4", diff --git a/packages/generator/CHANGELOG.md b/packages/generator/CHANGELOG.md index 242084d70b..18979b7101 100644 --- a/packages/generator/CHANGELOG.md +++ b/packages/generator/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06) + +**Note:** Version bump only for package @nuxt/generator + + + + + ## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) **Note:** Version bump only for package @nuxt/generator diff --git a/packages/generator/package.json b/packages/generator/package.json index a7d2f0c4c3..c909b4e9bf 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/generator", - "version": "2.4.2", + "version": "2.4.3", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -8,7 +8,7 @@ ], "main": "dist/generator.js", "dependencies": { - "@nuxt/utils": "2.4.2", + "@nuxt/utils": "2.4.3", "chalk": "^2.4.2", "consola": "^2.3.2", "fs-extra": "^7.0.1", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index b7a66f7dd8..4f8e08c782 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/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. +## [2.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06) + + +### Bug Fixes + +* await buildDone hook ([#4955](https://github.com/nuxt/nuxt.js/issues/4955)) ([f40f3f9](https://github.com/nuxt/nuxt.js/commit/f40f3f9)) + + + + + ## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) **Note:** Version bump only for package @nuxt/server diff --git a/packages/server/package.json b/packages/server/package.json index 2f61efd10c..744c611967 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/server", - "version": "2.4.2", + "version": "2.4.3", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -8,8 +8,8 @@ ], "main": "dist/server.js", "dependencies": { - "@nuxt/config": "2.4.2", - "@nuxt/utils": "2.4.2", + "@nuxt/config": "2.4.3", + "@nuxt/utils": "2.4.3", "@nuxtjs/youch": "^4.2.3", "chalk": "^2.4.2", "compression": "^1.7.3", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index abf2828edd..814542adfe 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. +## [2.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06) + + +### Bug Fixes + +* serialize external function ([#4916](https://github.com/nuxt/nuxt.js/issues/4916)) ([14f43da](https://github.com/nuxt/nuxt.js/commit/14f43da)) + + + + + ## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) **Note:** Version bump only for package @nuxt/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index c33fdb0ff0..23d73e4c02 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/utils", - "version": "2.4.2", + "version": "2.4.3", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ diff --git a/packages/vue-renderer/CHANGELOG.md b/packages/vue-renderer/CHANGELOG.md index f9d28d59ea..8cff56f5eb 100644 --- a/packages/vue-renderer/CHANGELOG.md +++ b/packages/vue-renderer/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06) + +**Note:** Version bump only for package @nuxt/vue-renderer + + + + + ## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) **Note:** Version bump only for package @nuxt/vue-renderer diff --git a/packages/vue-renderer/package.json b/packages/vue-renderer/package.json index d1c64ca7b0..092aee4b2d 100644 --- a/packages/vue-renderer/package.json +++ b/packages/vue-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/vue-renderer", - "version": "2.4.2", + "version": "2.4.3", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -9,7 +9,7 @@ "main": "dist/vue-renderer.js", "dependencies": { "@nuxt/devalue": "^1.2.0", - "@nuxt/utils": "2.4.2", + "@nuxt/utils": "2.4.3", "consola": "^2.3.2", "fs-extra": "^7.0.1", "lru-cache": "^5.1.1", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index 3c2abe1761..02bacb2fcc 100644 --- a/packages/webpack/CHANGELOG.md +++ b/packages/webpack/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06) + + +### Bug Fixes + +* update terser-webpack-plugin to 1.2.2 ([b1a5a19](https://github.com/nuxt/nuxt.js/commit/b1a5a19)) +* update webpack to 4.29.1 ([95ef1d4](https://github.com/nuxt/nuxt.js/commit/95ef1d4)) + + + + + ## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) **Note:** Version bump only for package @nuxt/webpack diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 7474290103..364d007884 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/webpack", - "version": "2.4.2", + "version": "2.4.3", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -12,7 +12,7 @@ "@babel/polyfill": "^7.2.5", "@nuxt/babel-preset-app": "2.4.2", "@nuxt/friendly-errors-webpack-plugin": "^2.4.0", - "@nuxt/utils": "2.4.2", + "@nuxt/utils": "2.4.3", "babel-loader": "^8.0.5", "cache-loader": "^2.0.1", "caniuse-lite": "^1.0.30000932",