Skip to content

Commit

Permalink
chore: release 1.0.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisTofani committed Jul 19, 2023
1 parent 7b3e6c5 commit f76636b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### 1.0.0-0

- [IOPLT-85] Adds the workflow to publish the library [`#29`](https://github.com/pagopa/io-app-design-system/pull/29)
- Bump word-wrap from 1.2.3 to 1.2.4 [`#26`](https://github.com/pagopa/io-app-design-system/pull/26)
- Bump semver from 5.7.1 to 5.7.2 in /example [`#18`](https://github.com/pagopa/io-app-design-system/pull/18)
- Bump semver from 5.7.1 to 5.7.2 [`#20`](https://github.com/pagopa/io-app-design-system/pull/20)
- [IOPLT-88] Creating Icons and Logos showcase [`#15`](https://github.com/pagopa/io-app-design-system/pull/15)
- Adds fixes reported on main app repo [`#16`](https://github.com/pagopa/io-app-design-system/pull/16)
- [IOPLT-96] Setup example app navigation to emulate the io-app showroom [`#14`](https://github.com/pagopa/io-app-design-system/pull/14)
- [IOPLT-75] Defines a single point definition for haptic feedback function [`#13`](https://github.com/pagopa/io-app-design-system/pull/13)
- [IOPLT-73] Migrating Banners and Advice [`#11`](https://github.com/pagopa/io-app-design-system/pull/11)
- [IOPLT-67] Migrating list-items [`#9`](https://github.com/pagopa/io-app-design-system/pull/9)
- [IOPLT-72] Adds the Alert component [`#12`](https://github.com/pagopa/io-app-design-system/pull/12)
- [IOPLT-68] Adds accordion components [`#10`](https://github.com/pagopa/io-app-design-system/pull/10)
- [IOPLT-69] Adds Tags and badge component [`#8`](https://github.com/pagopa/io-app-design-system/pull/8)
- [IOPLT-66] Migrating buttons from io-app [`#7`](https://github.com/pagopa/io-app-design-system/pull/7)
- [IOPLT-71] Adds Pictogram components and assets [`#6`](https://github.com/pagopa/io-app-design-system/pull/6)
- [IOPLT-70] Adds all icon files and components [`#5`](https://github.com/pagopa/io-app-design-system/pull/5)
- [IOPLT-65] Migrate Selection Components [`#3`](https://github.com/pagopa/io-app-design-system/pull/3)
- [IOPLT-64] Migrating typography components from io-app [`#4`](https://github.com/pagopa/io-app-design-system/pull/4)
- [IOPLT-63] Adds spacers [`#2`](https://github.com/pagopa/io-app-design-system/pull/2)
- [IOPLT-62] Adds all static const and types [`#1`](https://github.com/pagopa/io-app-design-system/pull/1)
- fix: fixes and placeholders [`15e51af`](https://github.com/pagopa/io-app-design-system/commit/15e51af6b82b4f9d4a5879b4daca6b5ff5650ce5)
- chore: initial commit [`8b79686`](https://github.com/pagopa/io-app-design-system/commit/8b79686f1e448668a080e89d87cd8ffd18e93704)
- Adds missing dependency [`7b3e6c5`](https://github.com/pagopa/io-app-design-system/commit/7b3e6c5a196702d9902f4b5e6d70895d5d455ad3)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pagopa/io-app-design-system",
"version": "0.1.0",
"version": "1.0.0-0",
"description": "test",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit f76636b

Please sign in to comment.