Skip to content

Commit 4bfe617

Browse files
authored
Fix add scope (#153)
* fix(auto-polyfills-webpack-plugin): add new scope for packages * docs(changeset): add new scope for packages * RELEASING: Releasing 1 package(s) Releases: @dtinsight/[email protected] [skip ci] * fix(ko): update ko dependencies auto-polyfills-webpack-plugin * docs(changeset): update dependencies auto-polyfills-webpack-plugin because add scope * RELEASING: Releasing 1 package(s) Releases: [email protected] [skip ci]
1 parent 8dba09e commit 4bfe617

File tree

7 files changed

+32
-69
lines changed

7 files changed

+32
-69
lines changed

packages/auto-polyfills-webpack-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# auto-polyfills-webpack-plugin
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- ded1b6ee5: add new scope for packages
8+
39
## 1.1.1
410

511
### Patch Changes

packages/auto-polyfills-webpack-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "auto-polyfills-webpack-plugin",
3-
"version": "1.1.1",
2+
"name": "@dtinsight/auto-polyfills-webpack-plugin",
3+
"version": "2.0.0",
44
"description": "a webpack plugin for auto generate polyfills",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

packages/ko/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ko
22

3+
## 6.5.5
4+
5+
### Patch Changes
6+
7+
- c5a16cf83: update dependencies auto-polyfills-webpack-plugin because add scope
8+
39
## 6.5.4
410

511
### Patch Changes

packages/ko/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ko",
3-
"version": "6.5.4",
3+
"version": "6.5.5",
44
"description": "build & lint library",
55
"keywords": [
66
"ko",
@@ -45,7 +45,7 @@
4545
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
4646
"@parcel/css": "^1.12.2",
4747
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
48-
"auto-polyfills-webpack-plugin": "workspace:1.1.1",
48+
"@dtinsight/auto-polyfills-webpack-plugin": "workspace:2.0.0",
4949
"autoprefixer": "^10.4.7",
5050
"babel-loader": "^8.2.5",
5151
"babel-plugin-treasure": "^0.9.0",

packages/ko/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Pattern } from 'copy-webpack-plugin';
22
import { Plugin } from 'postcss';
33
import { IKeys, IOpts } from 'ko-lints';
4-
import { IOpts as AutoPolyfillsWebpackPluginOptions } from 'auto-polyfills-webpack-plugin';
4+
import { IOpts as AutoPolyfillsWebpackPluginOptions } from '@dtinsight/auto-polyfills-webpack-plugin';
55

66
export type IOptions = {
77
//common configs

packages/ko/src/webpack/plugins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { CleanWebpackPlugin } from 'clean-webpack-plugin';
77
import CopyWebpackPlugin from 'copy-webpack-plugin';
88
import HtmlWebpackPlugin from 'html-webpack-plugin';
99
import { BundleAnalyzerPlugin } from 'webpack-bundle-analyzer';
10-
import AutoPolyfillsWebpackPlugin from 'auto-polyfills-webpack-plugin';
10+
import AutoPolyfillsWebpackPlugin from '@dtinsight/auto-polyfills-webpack-plugin';
1111
import FriendlyErrorsWebpackPlugin from '@nuxt/friendly-errors-webpack-plugin';
1212
import ErrorOverlayPlugin from 'error-overlay-webpack-plugin';
1313
import { IWebpackOptions } from '../types';

pnpm-lock.yaml

Lines changed: 14 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)