File tree Expand file tree Collapse file tree 10 files changed +16
-8
lines changed
template-pkg-monorepo-react
template/component/packages Expand file tree Collapse file tree 10 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.1.1
4
+
5
+ - [ chore] rename internal -> isAliInternal
6
+
3
7
## 1.1.0
4
8
5
9
- [ feat] use ` @ali/pkg-plugin-dev ` instead of ` @ice/pkg-plugin-docusaurus ` internal
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ice/template-pkg-monorepo-react" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"files" : [
5
5
" template" ,
6
6
" !template/component/build" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { defineConfig } from '@ice/pkg';
2
2
3
3
// https://pkg.ice.work/reference/config/
4
4
export default defineConfig({
5
- <% if (locals .internal ) { _% >
5
+ <% if (locals .isAliInternal ) { _% >
6
6
plugins: [
7
7
[
8
8
' @ali/pkg-plugin-dev' ,
Original file line number Diff line number Diff line change 46
46
"header": "workspace:^"
47
47
},
48
48
"devDependencies": {
49
- <% if (locals .internal ) { _% >
49
+ <% if (locals .isAliInternal ) { _% >
50
50
" @ice/runtime" : " ^1.0.0" ,
51
51
" @ali/pkg-plugin-dev" : " ^1.0.0" ,
52
52
" @ali/pkg-plugin-dev-client" : " ^1.0.0" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { defineConfig } from '@ice/pkg';
2
2
3
3
// https://pkg.ice.work/reference/config/
4
4
export default defineConfig({
5
- <% if (locals .internal ) { _% >
5
+ <% if (locals .isAliInternal ) { _% >
6
6
plugins: [
7
7
[
8
8
' @ali/pkg-plugin-dev' ,
Original file line number Diff line number Diff line change 46
46
"header": "workspace:^"
47
47
},
48
48
"devDependencies": {
49
- <% if (locals .internal ) { _% >
49
+ <% if (locals .isAliInternal ) { _% >
50
50
" @ice/runtime" : " ^1.0.0" ,
51
51
" @ali/pkg-plugin-dev" : " ^1.0.0" ,
52
52
" @ali/pkg-plugin-dev-client" : " ^1.0.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.3.1
4
+
5
+ - [ chore] rename internal -> isAliInternal
6
+
3
7
## 1.3.0
4
8
5
9
- [ chore] use ` @ali/pkg-plugin-dev ` instead of ` @ice/pkg-plugin-docusaurus ` to preview components in internal
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ice/template-pkg-react" ,
3
- "version" : " 1.3.0 " ,
3
+ "version" : " 1.3.1 " ,
4
4
"files" : [
5
5
" template"
6
6
],
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { defineConfig } from '@ice/pkg';
2
2
3
3
// https://pkg.ice.work/reference/config/
4
4
export default defineConfig({
5
- <% if (locals .internal ) { _% >
5
+ <% if (locals .isAliInternal ) { _% >
6
6
plugins: [
7
7
' @ali/pkg-plugin-dev' ,
8
8
],
Original file line number Diff line number Diff line change 51
51
"devDependencies": {
52
52
"@applint/spec": "^1.2.3",
53
53
"@ice/pkg": "^1.0.0",
54
- <% if (locals .internal ) { _% >
54
+ <% if (locals .isAliInternal ) { _% >
55
55
" @ice/runtime" : " ^1.0.0" ,
56
56
" @ali/pkg-plugin-dev" : " ^1.0.0" ,
57
57
" @ali/pkg-plugin-dev-client" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments