@synerise/ds-inline-alert 1.1.0 → 1.1.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.
package/CHANGELOG.md CHANGED
@@ -3,33 +3,28 @@
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.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)
7
-
6
+ ## [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)
8
7
 
9
- ### Features
8
+ **Note:** Version bump only for package @synerise/ds-inline-alert
10
9
 
11
- * **dropdown:** dropdownMenu component ([f0ec827](https://github.com/Synerise/synerise-design/commit/f0ec82792cdcb021fa9a454912f6e7a892e53895))
10
+ ## [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
11
 
12
+ **Note:** Version bump only for package @synerise/ds-inline-alert
13
13
 
14
+ # [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)
14
15
 
16
+ ### Features
15
17
 
18
+ - **dropdown:** dropdownMenu component ([f0ec827](https://github.com/Synerise/synerise-design/commit/f0ec82792cdcb021fa9a454912f6e7a892e53895))
16
19
 
17
20
  ## [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)
18
21
 
19
22
  **Note:** Version bump only for package @synerise/ds-inline-alert
20
23
 
21
-
22
-
23
-
24
-
25
24
  ## [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)
26
25
 
27
26
  **Note:** Version bump only for package @synerise/ds-inline-alert
28
27
 
29
-
30
-
31
-
32
-
33
28
  ## 1.0.1 (2025-09-05)
34
29
 
35
30
  **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.0",
3
+ "version": "1.1.2",
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.8.0",
38
- "@synerise/ds-utils": "^1.5.0"
37
+ "@synerise/ds-icon": "^1.9.1",
38
+ "@synerise/ds-utils": "^1.5.1"
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": "cbbb7d9f155735bcc4035d8fd8a7813878d6e051"
45
+ "gitHead": "b1279d5354132a2bf0b6f0cfa343db4c6c928f72"
46
46
  }