File tree Expand file tree Collapse file tree 10 files changed +25
-9
lines changed Expand file tree Collapse file tree 10 files changed +25
-9
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,26 @@ jobs:
58
58
FIGMA_TOKEN : ${{ secrets.FIGMA_TOKEN }}
59
59
FIGMA_FILE_ID : ${{ secrets.FIGMA_FILE_ID_ILUSTRATION }}
60
60
61
+ - name : Generate Changelog
62
+ id : changelog
63
+ run : >
64
+ echo "icon_changelog=$(yarn run icon:changelog)" >> $GITHUB_OUTPUT
65
+ && echo "ilustration_changelog=$(yarn run ilustration:changelog)" >> $GITHUB_OUTPUT
66
+
61
67
- name : Create Pull Request
62
68
uses : peter-evans/create-pull-request@v7
63
69
with :
64
70
token : ${{ secrets.PAT }}
65
71
branch : feat/sync-icon
66
72
commit-message : " chore: sync with figma"
67
73
title : " chore: sync with figma"
74
+ body : |
75
+ # Changelog
76
+
77
+ ## Icon
78
+
79
+ ${{ steps.changelog.outputs.icon_changelog }}
80
+
81
+ ## Ilustration
82
+
83
+ ${{ steps.changelog.outputs.ilustration_changelog }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/design-system" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.1.2 " ,
4
4
"packageManager" : " yarn@4.7.0" ,
5
5
"private" : true ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/browserslist-config" ,
3
3
"description" : " Browserslist shareable config for Persona project" ,
4
- "version" : " 1.1.1 " ,
4
+ "version" : " 1.1.2 " ,
5
5
"packageManager" : " yarn@4.7.0" ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/eslint-config-persona" ,
3
3
"description" : " Eslint shareable config for Persona project" ,
4
- "version" : " 1.1.1 " ,
4
+ "version" : " 1.1.2 " ,
5
5
"packageManager" : " yarn@4.7.0" ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/persona-icon" ,
3
3
"description" : " Persona icon package" ,
4
- "version" : " 1.1.1 " ,
4
+ "version" : " 1.1.2 " ,
5
5
"packageManager" : " yarn@4.7.0" ,
6
6
"type" : " module" ,
7
7
"main" : " ./dist/module.cjs" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/persona-ilustration" ,
3
3
"description" : " Persona ilustration package" ,
4
- "version" : " 1.1.1 " ,
4
+ "version" : " 1.1.2 " ,
5
5
"packageManager" : " yarn@4.7.0" ,
6
6
"type" : " module" ,
7
7
"main" : " ./dist/module.cjs" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/persona" ,
3
3
"description" : " Persona core package" ,
4
- "version" : " 1.1.1 " ,
4
+ "version" : " 1.1.2 " ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
7
7
"url" : " https://github.com/privy-open-source/design-system.git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/tailwind-animation" ,
3
3
"description" : " Collection animation class for vue `<transition>`" ,
4
- "version" : " 1.1.1 " ,
4
+ "version" : " 1.1.2 " ,
5
5
"packageManager" : " yarn@4.7.0" ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/tailwind-extended" ,
3
3
"description" : " Add missing tailwind utilities" ,
4
- "version" : " 1.1.1 " ,
4
+ "version" : " 1.1.2 " ,
5
5
"packageManager" : " yarn@4.7.0" ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/tailwind-preset" ,
3
3
"description" : " Tailwind preset for Persona project" ,
4
- "version" : " 1.1.1 " ,
4
+ "version" : " 1.1.2 " ,
5
5
"packageManager" : " yarn@4.7.0" ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
You can’t perform that action at this time.
0 commit comments