spoko-design-system 1.1.16 → 1.1.17

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.
@@ -44,8 +44,5 @@ jobs:
44
44
  - name: Check Prettier formatting
45
45
  run: pnpm run format:check
46
46
 
47
- - name: Run ESLint
48
- run: pnpm run lint
49
-
50
47
  - name: Type check
51
48
  run: pnpm run check
package/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## [1.1.17](https://github.com/polo-blue/sds/compare/v1.1.16...v1.1.17) (2025-09-23)
2
+
1
3
  ## [1.1.16](https://github.com/polo-blue/sds/compare/v1.1.15...v1.1.16) (2025-09-23)
2
4
 
3
5
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spoko-design-system",
3
- "version": "1.1.16",
3
+ "version": "1.1.17",
4
4
  "private": false,
5
5
  "main": "./index.ts",
6
6
  "module": "./index.ts",