Skip to content

Commit d3da787

Browse files
committed
chore: bump version to 1.2.0
1 parent f420756 commit d3da787

File tree

14 files changed

+640
-1565
lines changed

14 files changed

+640
-1565
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
types: [checks_requested]
1313

1414
env:
15-
NODE_VERSION: 20
15+
NODE_VERSION: 22
1616

1717
jobs:
1818
test:

.github/workflows/sync.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ permissions:
99
contents: write
1010
pull-requests: write
1111

12-
env:
13-
NODE_VERSION: 20
14-
1512
jobs:
1613
sync:
1714
runs-on: ubuntu-latest
@@ -37,10 +34,10 @@ jobs:
3734
restore-keys: |
3835
${{ runner.os }}-yarn-
3936
40-
- name: Use Node.js ${{ env.NODE_VERSION }}
37+
- name: Use Node.js
4138
uses: actions/setup-node@v4
4239
with:
43-
node-version: ${{ env.NODE_VERSION }}
40+
node-version-file: .nvmrc
4441
cache: "yarn"
4542

4643
- name: Install Deps

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@privyid/design-system",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"packageManager": "[email protected]",
55
"private": true,
66
"type": "module",
@@ -47,8 +47,7 @@
4747
"@typescript-eslint/eslint-plugin": "5.62.0",
4848
"@typescript-eslint/parser": "5.62.0",
4949
"@vitejs/plugin-vue": "4.5.2",
50-
"@vitest/browser": "0.34.6",
51-
"@vitest/coverage-c8": "0.33.0",
50+
"@vitest/coverage-c8": "0.24.5",
5251
"@vue/eslint-config-typescript": "13.0.0",
5352
"@vue/server-renderer": "3.5.13",
5453
"@vue/test-utils": "2.4.6",
@@ -81,7 +80,7 @@
8180
"unenv": "1.10.0",
8281
"vite-plugin-image-optimizer": "1.1.8",
8382
"vitepress": "1.6.3",
84-
"vitest": "0.34.6",
83+
"vitest": "0.24.5",
8584
"vue-tsc": "2.1.10"
8685
},
8786
"dependencies": {

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.2",
4+
"version": "1.2.0",
55
"packageManager": "[email protected]",
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.2",
4+
"version": "1.2.0",
55
"packageManager": "[email protected]",
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.2",
4+
"version": "1.2.0",
55
"packageManager": "[email protected]",
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.2",
4+
"version": "1.2.0",
55
"packageManager": "[email protected]",
66
"type": "module",
77
"main": "./dist/module.cjs",

packages/persona/package.json

Lines changed: 3 additions & 3 deletions
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.2",
4+
"version": "1.2.0",
55
"license": "MIT",
66
"repository": {
77
"url": "https://github.com/privy-open-source/design-system.git",
@@ -117,7 +117,7 @@
117117
"postcss-custom-properties": "^12.1.11 || ^13.0.0 || ^14.0.0",
118118
"postcss-hexrgba": "^2.1.0",
119119
"postcss-lighten-darken": "^0.9.0",
120-
"tailwind": ">=3.0.0",
120+
"tailwindcss": "^3.0.0",
121121
"vue-router": ">=4.0.0"
122122
},
123123
"devDependencies": {
@@ -132,7 +132,7 @@
132132
"postcss-custom-properties": "14.0.4",
133133
"postcss-hexrgba": "2.1.0",
134134
"postcss-lighten-darken": "0.9.0",
135-
"tailwind": "4.0.0"
135+
"tailwindcss": "3"
136136
},
137137
"installConfig": {
138138
"hoistingLimits": "workspaces"

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.2",
4+
"version": "1.2.0",
55
"packageManager": "[email protected]",
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.2",
4+
"version": "1.2.0",
55
"packageManager": "[email protected]",
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.2",
4+
"version": "1.2.0",
55
"packageManager": "[email protected]",
66
"license": "MIT",
77
"repository": {

src/assets/icon/changelog.md

Lines changed: 153 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,159 @@
1212

1313
> Icons changelog
1414
15+
## 1.2.0
16+
17+
### Added
18+
19+
- forward-2-solid
20+
- forward-2
21+
- jpeg
22+
- png
23+
24+
### Changed
25+
26+
- add-circle
27+
- adjust
28+
- apps
29+
- archive-box
30+
- arrow-circle-down
31+
- arrow-circle-left
32+
- arrow-circle-right
33+
- arrow-circle-up
34+
- background-process
35+
- backspace
36+
- blog
37+
- blood-drop
38+
- broom-solid/16
39+
- broom-solid/24
40+
- broom-solid/32
41+
- bus-solid/20
42+
- bus
43+
- calculator-check
44+
- camera
45+
- checkmark-circle
46+
- chevron-circle-down
47+
- chevron-circle-left
48+
- chevron-circle-right
49+
- chevron-circle-up
50+
- clip/16
51+
- clip/20
52+
- clip/24
53+
- clipboard-check
54+
- close-circle-solid/16
55+
- cloud-solid/16
56+
- collaboration
57+
- contact-book
58+
- dashboard
59+
- data-branch/24
60+
- document-copy/16
61+
- document-copy/20
62+
- document-copy/32
63+
- document-draft/16
64+
- document-draft/24
65+
- document-filled
66+
- document-history
67+
- document-search
68+
- document-verified/16
69+
- document-verified/24
70+
- document-verified/32
71+
- e-meterai
72+
- edit-square/32
73+
- edit/32
74+
- email-download
75+
- email-invitation
76+
- email-signature/20
77+
- email-signature/24
78+
- email-upload
79+
- email-user
80+
- employee-tree
81+
- envelope/16
82+
- face-accessories
83+
- flash-off
84+
- forward-solid
85+
- forward
86+
- gala-dinner
87+
- gift-solid/20
88+
- gift/16
89+
- gift/24
90+
- gift/32
91+
- grid-view/20
92+
- grid-view/24
93+
- grid-view/32
94+
- group-contact
95+
- hospital/20
96+
- hospital/24
97+
- hybrid-event
98+
- instagram
99+
- ktp
100+
- lock
101+
- mask
102+
- medicines/20
103+
- message
104+
- no-image/24
105+
- note
106+
- notification-off
107+
- online-event
108+
- pallete
109+
- people-insurance
110+
- privy-balance
111+
- profile
112+
- qr-code-scan
113+
- qr-code
114+
- qr-position-bottom-left
115+
- qr-position-bottom-right
116+
- qr-position-top-left
117+
- qr-position-top-right
118+
- remove-circle
119+
- report-statistics/20
120+
- rocket
121+
- rotate-left
122+
- settings
123+
- shield-off
124+
- signature-manage
125+
- signature
126+
- speaker-mute
127+
- speaker-off
128+
- speaker-on/32
129+
- spoon-and-fork
130+
- stamp-solid/16
131+
- stopwatch
132+
- sun
133+
- switch-solid/20
134+
- switch
135+
- system-administrator
136+
- tablet-landscape
137+
- tablet
138+
- template
139+
- time
140+
- transmit-data
141+
- trash/16
142+
- trash/24
143+
- trash/32
144+
- two-grid-view
145+
- user-biometric
146+
- user-circle
147+
- user-cross/16
148+
- user-cross/24
149+
- user-cross/32
150+
- user-event
151+
- user-find
152+
- user-groups
153+
- user-logs
154+
- user-minus
155+
- user-multiple
156+
- user-plus
157+
- user-square
158+
- user-suspend
159+
- user-transfer
160+
- user-verified
161+
- user-wait
162+
- view-off
163+
- view
164+
- whatsapp
165+
- zoom-in
166+
- zoom-out
167+
15168
## 1.0.0
16169

17170
### Added

src/assets/ilustration/changelog.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,70 @@
1212

1313
> Ilustration changelog
1414
15+
## 1.2.0
16+
17+
### Added
18+
19+
- discussion-2
20+
- id-card-2
21+
22+
### Changed
23+
24+
- balance
25+
- bill
26+
- biometric
27+
- cake-slice
28+
- checkmark-document
29+
- citizenship
30+
- coming-soon
31+
- contact-book
32+
- department
33+
- discussion
34+
- document-processing
35+
- document-template
36+
- empty-locker
37+
- expired-document
38+
- forbidden-sign
39+
- gift
40+
- group
41+
- id-card
42+
- id-face
43+
- illustration
44+
- internet
45+
- link-expired
46+
- liveness
47+
- maintenance
48+
- new-update
49+
- no-bill
50+
- no-process
51+
- notification
52+
- order
53+
- organization-document
54+
- organization-structure
55+
- padlock
56+
- page-not-found
57+
- paperbag
58+
- position
59+
- premium-plan
60+
- privy-app
61+
- registration
62+
- roles
63+
- sand-clock
64+
- security
65+
- sequence
66+
- server-busy
67+
- server-error
68+
- signature
69+
- ticket
70+
- treasure
71+
- unable-to-process
72+
- user-activities
73+
- verification
74+
75+
### Removed
76+
77+
- id-card-scan
78+
1579
## 1.0.0
1680

1781
### Added

0 commit comments

Comments
 (0)