@synerise/ds-ordered-list 0.3.63 → 0.3.64

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 +8 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.64](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.63...@synerise/ds-ordered-list@0.3.64) (2023-12-11)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-ordered-list
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.3.63](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.62...@synerise/ds-ordered-list@0.3.63) (2023-12-06)
7
15
 
8
16
  **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.63",
3
+ "version": "0.3.64",
4
4
  "description": "OrderedList UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -11,7 +11,7 @@
11
11
  "scripts": {
12
12
  "build": "npm run build:js && npm run build:css && npm run defs",
13
13
  "build:css": "node ../../../scripts/style/less.js",
14
- "build:js": "babel --root-mode upward src --out-dir dist --extensions '.js,.ts,.tsx'",
14
+ "build:js": "babel --delete-dir-on-start --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
17
  "pack:ci": "npm pack --pack-destination ../../portal/storybook-static/static",
@@ -26,9 +26,9 @@
26
26
  ],
27
27
  "types": "dist/index.d.ts",
28
28
  "dependencies": {
29
- "@synerise/ds-icon": "^0.58.7",
30
- "@synerise/ds-input": "^0.19.10",
31
- "@synerise/ds-utils": "^0.24.21"
29
+ "@synerise/ds-icon": "^0.58.8",
30
+ "@synerise/ds-input": "^0.19.11",
31
+ "@synerise/ds-utils": "^0.24.22"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@synerise/ds-core": "*",
@@ -39,5 +39,5 @@
39
39
  "@testing-library/jest-dom": "5.1.1",
40
40
  "@testing-library/react": "10.0.1"
41
41
  },
42
- "gitHead": "b5c243a1f88351e9bc0185d35fc35ea3673dab89"
42
+ "gitHead": "5ab278e69cd049334216bc9867cca2ce6a5fc218"
43
43
  }