@synerise/ds-ordered-list 0.3.56 → 0.3.58

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +6 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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
+ ## [0.3.58](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.57...@synerise/ds-ordered-list@0.3.58) (2023-10-18)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-ordered-list
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.3.57](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.56...@synerise/ds-ordered-list@0.3.57) (2023-10-11)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-ordered-list
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.3.56](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.55...@synerise/ds-ordered-list@0.3.56) (2023-10-02)
7
23
 
8
24
  **Note:** Version bump only for package @synerise/ds-ordered-list
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-ordered-list",
3
- "version": "0.3.56",
3
+ "version": "0.3.58",
4
4
  "description": "OrderedList UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -14,6 +14,7 @@
14
14
  "build:js": "babel --root-mode upward src --out-dir dist --extensions '.js,.ts,.tsx'",
15
15
  "build:watch": "npm run build:js -- --watch",
16
16
  "defs": "tsc --declaration --outDir dist/ --emitDeclarationOnly",
17
+ "pack:ci": "npm pack --pack-destination ../../portal/storybook-static/static",
17
18
  "prepublish": "npm run build",
18
19
  "test": "jest",
19
20
  "test:watch": "npm run test -- --watchAll",
@@ -25,9 +26,9 @@
25
26
  ],
26
27
  "types": "dist/index.d.ts",
27
28
  "dependencies": {
28
- "@synerise/ds-icon": "^0.58.3",
29
- "@synerise/ds-input": "^0.19.3",
30
- "@synerise/ds-utils": "^0.24.17"
29
+ "@synerise/ds-icon": "^0.58.5",
30
+ "@synerise/ds-input": "^0.19.5",
31
+ "@synerise/ds-utils": "^0.24.19"
31
32
  },
32
33
  "peerDependencies": {
33
34
  "@synerise/ds-core": "*",
@@ -38,5 +39,5 @@
38
39
  "@testing-library/jest-dom": "5.1.1",
39
40
  "@testing-library/react": "10.0.1"
40
41
  },
41
- "gitHead": "1c1adf344f447e404a1d6320ad1d3f8486f29f67"
42
+ "gitHead": "1b2696001dd88b4c11413977e38b541b0c78733d"
42
43
  }