Skip to content

Commit f637bd5

Browse files
authored
Merge pull request #1628 from privy-open-source/release/1.2.0
release: `1.2.0`
2 parents f420756 + d3da787 commit f637bd5

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": {

0 commit comments

Comments
 (0)