Skip to content

Commit e557eae

Browse files
committed
chore: rename isAliInternal
1 parent 080aa91 commit e557eae

File tree

10 files changed

+16
-8
lines changed

10 files changed

+16
-8
lines changed

packages/template-pkg-monorepo-react/CHANGELOG.md

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

3+
## 1.1.1
4+
5+
- [chore] rename internal -> isAliInternal
6+
37
## 1.1.0
48

59
- [feat] use `@ali/pkg-plugin-dev` instead of `@ice/pkg-plugin-docusaurus` internal

packages/template-pkg-monorepo-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ice/template-pkg-monorepo-react",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"files": [
55
"template",
66
"!template/component/build",

packages/template-pkg-monorepo-react/template/component/packages/component-a/build.config.mts.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from '@ice/pkg';
22

33
// https://pkg.ice.work/reference/config/
44
export default defineConfig({
5-
<% if (locals.internal) { _%>
5+
<% if (locals.isAliInternal) { _%>
66
plugins: [
77
[
88
'@ali/pkg-plugin-dev',

packages/template-pkg-monorepo-react/template/component/packages/component-a/package.json.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"header": "workspace:^"
4747
},
4848
"devDependencies": {
49-
<% if (locals.internal) { _%>
49+
<% if (locals.isAliInternal) { _%>
5050
"@ice/runtime": "^1.0.0",
5151
"@ali/pkg-plugin-dev": "^1.0.0",
5252
"@ali/pkg-plugin-dev-client": "^1.0.0",

packages/template-pkg-monorepo-react/template/component/packages/component-b/build.config.mts.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from '@ice/pkg';
22

33
// https://pkg.ice.work/reference/config/
44
export default defineConfig({
5-
<% if (locals.internal) { _%>
5+
<% if (locals.isAliInternal) { _%>
66
plugins: [
77
[
88
'@ali/pkg-plugin-dev',

packages/template-pkg-monorepo-react/template/component/packages/component-b/package.json.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"header": "workspace:^"
4747
},
4848
"devDependencies": {
49-
<% if (locals.internal) { _%>
49+
<% if (locals.isAliInternal) { _%>
5050
"@ice/runtime": "^1.0.0",
5151
"@ali/pkg-plugin-dev": "^1.0.0",
5252
"@ali/pkg-plugin-dev-client": "^1.0.0",

packages/template-pkg-react/CHANGELOG.md

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

3+
## 1.3.1
4+
5+
- [chore] rename internal -> isAliInternal
6+
37
## 1.3.0
48

59
- [chore] use `@ali/pkg-plugin-dev` instead of `@ice/pkg-plugin-docusaurus` to preview components in internal

packages/template-pkg-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ice/template-pkg-react",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"files": [
55
"template"
66
],

packages/template-pkg-react/template/component/build.config.mts.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from '@ice/pkg';
22

33
// https://pkg.ice.work/reference/config/
44
export default defineConfig({
5-
<% if (locals.internal) { _%>
5+
<% if (locals.isAliInternal) { _%>
66
plugins: [
77
'@ali/pkg-plugin-dev',
88
],

packages/template-pkg-react/template/component/package.json.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@applint/spec": "^1.2.3",
5353
"@ice/pkg": "^1.0.0",
54-
<% if (locals.internal) { _%>
54+
<% if (locals.isAliInternal) { _%>
5555
"@ice/runtime": "^1.0.0",
5656
"@ali/pkg-plugin-dev": "^1.0.0",
5757
"@ali/pkg-plugin-dev-client": "^1.0.0",

0 commit comments

Comments
 (0)