@semcore/tag 4.0.0 → 4.0.3

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
4
4
 
5
+ ## [4.0.3] - 2022-05-23
6
+
7
+ ### Changed
8
+
9
+ - Version patch update due to children dependencies update (`@semcore/icon` [2.25.1 ~> 2.26.0]).
10
+
11
+ ## [4.0.2] - 2022-05-19
12
+
13
+ ### Changed
14
+
15
+ - Version patch update due to children dependencies update (`@semcore/utils` [3.32.0 ~> 3.32.1], `@semcore/icon` [2.25.0 ~> 2.25.1], `@semcore/flex-box` [4.5.1 ~> 4.5.3]).
16
+
17
+ ## [4.0.1] - 2022-05-18
18
+
19
+ ### Changed
20
+
21
+ - Version patch update due to children dependencies update (`@semcore/icon` [2.24.0 ~> 2.25.0]).
22
+
5
23
  ## [4.0.0] - 2022-05-17
6
24
 
7
25
  ### BREAK
@@ -20,7 +20,8 @@ export interface ITagProps extends IBoxProps {
20
20
  interactive?: boolean;
21
21
  /** Tag type
22
22
  * @default secondary
23
- * @deprecated {@link ITagProps.theme}
23
+ * @deprecated v4.0.0
24
+ * @use ITagProps.theme
24
25
  */
25
26
  use?: TagUse;
26
27
  /** Tag theme, there are several default themes or you can use your color
@@ -20,7 +20,8 @@ export interface ITagProps extends IBoxProps {
20
20
  interactive?: boolean;
21
21
  /** Tag type
22
22
  * @default secondary
23
- * @deprecated {@link ITagProps.theme}
23
+ * @deprecated v4.0.0
24
+ * @use ITagProps.theme
24
25
  */
25
26
  use?: TagUse;
26
27
  /** Tag theme, there are several default themes or you can use your color
@@ -20,7 +20,8 @@ export interface ITagProps extends IBoxProps {
20
20
  interactive?: boolean;
21
21
  /** Tag type
22
22
  * @default secondary
23
- * @deprecated {@link ITagProps.theme}
23
+ * @deprecated v4.0.0
24
+ * @use ITagProps.theme
24
25
  */
25
26
  use?: TagUse;
26
27
  /** Tag theme, there are several default themes or you can use your color
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@semcore/tag",
3
3
  "description": "SEMRush Tag Component",
4
- "version": "4.0.0",
4
+ "version": "4.0.3",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/es6/index.js",
7
7
  "typings": "lib/types/index.d.ts",
package/src/index.d.ts CHANGED
@@ -20,7 +20,8 @@ export interface ITagProps extends IBoxProps {
20
20
  interactive?: boolean;
21
21
  /** Tag type
22
22
  * @default secondary
23
- * @deprecated {@link ITagProps.theme}
23
+ * @deprecated v4.0.0
24
+ * @use ITagProps.theme
24
25
  */
25
26
  use?: TagUse;
26
27
  /** Tag theme, there are several default themes or you can use your color