@synerise/ds-inline-alert 1.1.1 → 1.1.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
@@ -3,41 +3,32 @@
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
- ## [1.1.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-inline-alert@1.1.0...@synerise/ds-inline-alert@1.1.1) (2025-11-28)
6
+ ## [1.1.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-inline-alert@1.1.2...@synerise/ds-inline-alert@1.1.3) (2026-01-07)
7
7
 
8
8
  **Note:** Version bump only for package @synerise/ds-inline-alert
9
9
 
10
+ ## [1.1.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-inline-alert@1.1.1...@synerise/ds-inline-alert@1.1.2) (2025-12-15)
10
11
 
12
+ **Note:** Version bump only for package @synerise/ds-inline-alert
11
13
 
14
+ ## [1.1.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-inline-alert@1.1.0...@synerise/ds-inline-alert@1.1.1) (2025-11-28)
12
15
 
16
+ **Note:** Version bump only for package @synerise/ds-inline-alert
13
17
 
14
18
  # [1.1.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-inline-alert@1.0.3...@synerise/ds-inline-alert@1.1.0) (2025-11-06)
15
19
 
16
-
17
20
  ### Features
18
21
 
19
- * **dropdown:** dropdownMenu component ([f0ec827](https://github.com/Synerise/synerise-design/commit/f0ec82792cdcb021fa9a454912f6e7a892e53895))
20
-
21
-
22
-
23
-
22
+ - **dropdown:** dropdownMenu component ([f0ec827](https://github.com/Synerise/synerise-design/commit/f0ec82792cdcb021fa9a454912f6e7a892e53895))
24
23
 
25
24
  ## [1.0.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-inline-alert@1.0.2...@synerise/ds-inline-alert@1.0.3) (2025-10-10)
26
25
 
27
26
  **Note:** Version bump only for package @synerise/ds-inline-alert
28
27
 
29
-
30
-
31
-
32
-
33
28
  ## [1.0.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-inline-alert@1.0.1...@synerise/ds-inline-alert@1.0.2) (2025-09-16)
34
29
 
35
30
  **Note:** Version bump only for package @synerise/ds-inline-alert
36
31
 
37
-
38
-
39
-
40
-
41
32
  ## 1.0.1 (2025-09-05)
42
33
 
43
34
  **Note:** Version bump only for package @synerise/ds-inline-alert
package/README.md CHANGED
@@ -6,6 +6,7 @@ title: InlineAlert
6
6
  InlineAlert UI Component
7
7
 
8
8
  ## Installation
9
+
9
10
  ```
10
11
  npm i @synerise/ds-inline-alert
11
12
  or
@@ -13,6 +14,7 @@ yarn add @synerise/ds-inline-alert
13
14
  ```
14
15
 
15
16
  ## Usage
17
+
16
18
  ```
17
19
  import InlineAlert from '@synerise/ds-inline-alert'
18
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-inline-alert",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "InlineAlert UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -23,7 +23,7 @@
23
23
  "defs": "tsc --declaration --outDir dist/ --emitDeclarationOnly",
24
24
  "prepublish": "npm run build",
25
25
  "types": "tsc --noEmit",
26
- "pack:ci": "npm pack --pack-destination ../../storybook/storybook-static/static",
26
+ "pack:ci": "pnpm pack --pack-destination ../../storybook/storybook-static/static",
27
27
  "test": "jest",
28
28
  "test:watch": "npm run test -- --watchAll",
29
29
  "upgrade:ds": "ncu -f \"@synerise/ds-*\" -u"
@@ -34,13 +34,13 @@
34
34
  ],
35
35
  "types": "dist/index.d.ts",
36
36
  "dependencies": {
37
- "@synerise/ds-icon": "^1.9.0",
38
- "@synerise/ds-utils": "^1.5.0"
37
+ "@synerise/ds-icon": "^1.9.2",
38
+ "@synerise/ds-utils": "^1.5.2"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@synerise/ds-core": "*",
42
42
  "react": ">=16.9.0 <= 18.3.1",
43
43
  "styled-components": "^5.3.3"
44
44
  },
45
- "gitHead": "d5bd7fbc9d840ac30e2b79b36c451b486e178445"
45
+ "gitHead": "f38e4b2dca1d43c39af0b189c93808de62c11e9b"
46
46
  }