Skip to content

Commit 9fe4d2e

Browse files
authored
Merge pull request #1604 from privy-open-source/release/1.1.2
chore: bump version to `1.1.2`
2 parents 6c04167 + b837920 commit 9fe4d2e

File tree

10 files changed

+25
-9
lines changed

10 files changed

+25
-9
lines changed

.github/workflows/sync.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,26 @@ jobs:
5858
FIGMA_TOKEN: ${{ secrets.FIGMA_TOKEN }}
5959
FIGMA_FILE_ID: ${{ secrets.FIGMA_FILE_ID_ILUSTRATION }}
6060

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+
6167
- name: Create Pull Request
6268
uses: peter-evans/create-pull-request@v7
6369
with:
6470
token: ${{ secrets.PAT }}
6571
branch: feat/sync-icon
6672
commit-message: "chore: sync with figma"
6773
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 }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@privyid/design-system",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"packageManager": "yarn@4.7.0",
55
"private": true,
66
"type": "module",

packages/browserslist-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@privyid/browserslist-config",
33
"description": "Browserslist shareable config for Persona project",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"packageManager": "yarn@4.7.0",
66
"license": "MIT",
77
"repository": {

packages/eslint-config-persona/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@privyid/eslint-config-persona",
33
"description": "Eslint shareable config for Persona project",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"packageManager": "yarn@4.7.0",
66
"license": "MIT",
77
"repository": {

packages/persona-icon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@privyid/persona-icon",
33
"description": "Persona icon package",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"packageManager": "yarn@4.7.0",
66
"type": "module",
77
"main": "./dist/module.cjs",

packages/persona-ilustration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@privyid/persona-ilustration",
33
"description": "Persona ilustration package",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"packageManager": "yarn@4.7.0",
66
"type": "module",
77
"main": "./dist/module.cjs",

packages/persona/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@privyid/persona",
33
"description": "Persona core package",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"license": "MIT",
66
"repository": {
77
"url": "https://github.com/privy-open-source/design-system.git",

packages/tailwind-animation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@privyid/tailwind-animation",
33
"description": "Collection animation class for vue `<transition>`",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"packageManager": "yarn@4.7.0",
66
"license": "MIT",
77
"repository": {

packages/tailwind-extended/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@privyid/tailwind-extended",
33
"description": "Add missing tailwind utilities",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"packageManager": "yarn@4.7.0",
66
"license": "MIT",
77
"repository": {

packages/tailwind-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@privyid/tailwind-preset",
33
"description": "Tailwind preset for Persona project",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"packageManager": "yarn@4.7.0",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)