Skip to content

Commit 808c42e

Browse files
committed
chore: cleanup doc files and scripts
1 parent d8a716f commit 808c42e

3 files changed

Lines changed: 3 additions & 42 deletions

File tree

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Copyright (c) 2022 - 2024 Presidenza del Consiglio dei Ministri
1+
Copyright (c) 2022 - 2025 Presidenza del Consiglio dei Ministri
22

33
The version control system provides attribution for specific lines of code.

CHANGELOG.md

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1 @@
1-
## 0.0.1 (2025-05-20)
2-
3-
4-
### Bug Fixes
5-
6-
* add gluecode for icon in back-to-top ([35a86df](https://github.com/astagi/test-wc/commit/35a86dfa7ef9179d76c4d1501aebc3ea601411f0))
7-
* clean vite dependencies ([ee37375](https://github.com/astagi/test-wc/commit/ee3737544e717ebc7d648dc198db20c1fbc8945f))
8-
* focus in components ([1261b80](https://github.com/astagi/test-wc/commit/1261b808b2ec360d05e0f3389801ca9d56047b5c))
9-
* if defined import ([f3495ab](https://github.com/astagi/test-wc/commit/f3495ab44b47d06bdcbfe104ae6e4757eb3dea06))
10-
* revert to js ([33699e0](https://github.com/astagi/test-wc/commit/33699e0797df45be8e570b6f355bf091d936d167))
11-
* try custom style per component ([a015add](https://github.com/astagi/test-wc/commit/a015addf3324b6e54a113527420b787f8c0e5e43))
12-
* ts config ([5642e9d](https://github.com/astagi/test-wc/commit/5642e9d3a38d59e96f874c9787c6746eb8d55396))
13-
14-
15-
### Features
16-
17-
* add button and input ([3b4b083](https://github.com/astagi/test-wc/commit/3b4b08336f8f8afc2c676fd55da8e1676d72a9de))
18-
* add cards and build fixes ([5eee4c0](https://github.com/astagi/test-wc/commit/5eee4c04ee2de48d4458917deffcacc6ce39b458))
19-
* add disabled property to button ([30efbae](https://github.com/astagi/test-wc/commit/30efbae1b2ad3445cc185348d0b6b3471be66bfc))
20-
* add global css ([cb52866](https://github.com/astagi/test-wc/commit/cb52866679c05754fefbd04baa1005dfa6fea387))
21-
* add global styles ([7edf34d](https://github.com/astagi/test-wc/commit/7edf34d9de0b1c2fc417685480209a3ecf49f4ef))
22-
* add icon component ([94d480f](https://github.com/astagi/test-wc/commit/94d480f48e004f5012fb88aa9273e9ca868e842b))
23-
* add input ([f7d6e62](https://github.com/astagi/test-wc/commit/f7d6e626d279f51c9843945c52b9213fe1fdefad))
24-
* add input handling and event ([30e04af](https://github.com/astagi/test-wc/commit/30e04af15b750e265ff7cc3abb613fb52f667c54))
25-
* add mixin and reorder codebase ([e7ffd68](https://github.com/astagi/test-wc/commit/e7ffd68c14fe3678ea134d4e6aaf5ea3cac00cf3))
26-
* add storybook ([7de3cb7](https://github.com/astagi/test-wc/commit/7de3cb782689d1fad738cb938700443e5e556c6b))
27-
* add track focus ([16b9329](https://github.com/astagi/test-wc/commit/16b93298b760a6542fede21d60a96c9cc8f8ae46))
28-
* add ts components ([0885370](https://github.com/astagi/test-wc/commit/08853708e23b62c36a20196d2cfcf86133e19e4b))
29-
* attach internals to input ([9b4b1c7](https://github.com/astagi/test-wc/commit/9b4b1c707e80de0b047caea84224b9479d1289df))
30-
* generate icons automatically ([5ae2633](https://github.com/astagi/test-wc/commit/5ae2633ccbe24205c421b9d6c874a23235a918e4))
31-
* new icons engine ([61be311](https://github.com/astagi/test-wc/commit/61be31181cf7a70e7ab0b03c195905af59a73f8e))
32-
* rework properties ([cc482b8](https://github.com/astagi/test-wc/commit/cc482b87369e80e02e84723021afd1162f9af176))
33-
* superclass ([f6f566f](https://github.com/astagi/test-wc/commit/f6f566fed289f437c49449753d0388eb20d91c06))
34-
* this works with forms ([1137db0](https://github.com/astagi/test-wc/commit/1137db083576f9e8e40e03ed67790a01d1e1715a))
35-
* updated forms ([d8a32f5](https://github.com/astagi/test-wc/commit/d8a32f56fc7de0f1abbd0d822b0dace0f58d17ee))
36-
* updated method on button ([7320701](https://github.com/astagi/test-wc/commit/7320701b73a9c24e5afe35f2e1d209947b2264b2))
37-
* use specific sass for each component ([fa4c492](https://github.com/astagi/test-wc/commit/fa4c49280d16394b76dec66bb4280020f0565a9a))
38-
39-
40-
1+
# Changelog

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"analyze": "turbo run analyze",
1313
"build": "turbo run build analyze",
1414
"dev": "turbo run dev",
15-
"lint": "turbo run lint --",
15+
"lint": "turbo run lint",
1616
"format": "turbo run format",
1717
"clean": "turbo run clean && rimraf node_modules",
1818
"prepare": "husky && pnpm test:setup",

0 commit comments

Comments
 (0)