@next-core/brick-types 2.62.1 → 2.62.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2649,7 +2649,7 @@
2649
2649
  "size": {
2650
2650
  "type": "number"
2651
2651
  },
2652
- "__@toStringTag@14413": {
2652
+ "__@toStringTag@14381": {
2653
2653
  "type": "string"
2654
2654
  }
2655
2655
  }
@@ -2995,7 +2995,7 @@
2995
2995
  ]
2996
2996
  },
2997
2997
  "portal": {
2998
- "description": "标记 `portal: true` 的构件将被放置到一个“{@linkhttps://reactjs.org/docs/portals.html | 传送门}”容器中,它们通常为\n*Modal*、*Drawer* 等弹窗容器类型的构件。",
2998
+ "description": "标记 `portal: true` 的构件将被放置到一个“{@linkhttps ://reactjs.org/docs/portals.html | 传送门}”容器中,它们通常为\n*Modal*、*Drawer* 等弹窗容器类型的构件。",
2999
2999
  "type": "boolean"
3000
3000
  },
3001
3001
  "context": {
@@ -5359,7 +5359,7 @@
5359
5359
  }
5360
5360
  },
5361
5361
  "portal": {
5362
- "description": "标记 `portal: true` 的构件将被放置到一个“{@linkhttps://reactjs.org/docs/portals.html | 传送门}”容器中,它们通常为\n*Modal*、*Drawer* 等弹窗容器类型的构件。",
5362
+ "description": "标记 `portal: true` 的构件将被放置到一个“{@linkhttps ://reactjs.org/docs/portals.html | 传送门}”容器中,它们通常为\n*Modal*、*Drawer* 等弹窗容器类型的构件。",
5363
5363
  "type": "boolean"
5364
5364
  },
5365
5365
  "context": {
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [2.62.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-types@2.62.0...@next-core/brick-types@2.62.1) (2022-06-24)
6
+ ## [2.62.2](https://github.com/easyops-cn/next-core/compare/@next-core/brick-types@2.62.1...@next-core/brick-types@2.62.2) (2022-06-24)
7
7
 
8
8
  **Note:** Version bump only for package @next-core/brick-types
9
9
 
@@ -11,6 +11,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
+ ## [2.62.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-types@2.62.0...@next-core/brick-types@2.62.1) (2022-06-24)
15
+
16
+ **Note:** Version bump only for package @next-core/brick-types
17
+
14
18
  # [2.62.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-types@2.61.7...@next-core/brick-types@2.62.0) (2022-05-26)
15
19
 
16
20
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/brick-types",
3
- "version": "2.62.1",
3
+ "version": "2.62.2",
4
4
  "description": "Pure types for kernel",
5
5
  "homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/brick-types",
6
6
  "license": "GPL-3.0",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "sideEffects": false,
35
35
  "devDependencies": {
36
- "typescript-json-schema": "^0.53.1"
36
+ "typescript-json-schema": "^0.53.0"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@fortawesome/fontawesome-svg-core": "*",
@@ -41,5 +41,5 @@
41
41
  "history": "*",
42
42
  "path-to-regexp": "*"
43
43
  },
44
- "gitHead": "5828708654c05d56554685add5dd6cd5733c881c"
44
+ "gitHead": "eb3c1db885e709895bdf50f7b4d9d60277d6501a"
45
45
  }