Skip to content

Commit f12131e

Browse files
authored
Merge pull request #632 from privy-open-source/release/0.17.0
2 parents 5a1ccc1 + 72b7c61 commit f12131e

File tree

9 files changed

+630
-204
lines changed

9 files changed

+630
-204
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@privyid/design-system",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"packageManager": "yarn@3.6.0",
55
"private": true,
66
"scripts": {
@@ -46,8 +46,8 @@
4646
"@types/testing-library__jest-dom": "5.14.6",
4747
"@types/webfontloader": "1.6.35",
4848
"@types/zxcvbn": "^4",
49-
"@typescript-eslint/eslint-plugin": "5.59.9",
50-
"@typescript-eslint/parser": "5.59.9",
49+
"@typescript-eslint/eslint-plugin": "5.62.0",
50+
"@typescript-eslint/parser": "5.62.0",
5151
"@vitejs/plugin-vue": "4.2.3",
5252
"@vitest/browser": "^0.25.3",
5353
"@vitest/coverage-c8": "0.24.5",
@@ -69,7 +69,7 @@
6969
"happy-dom": "8.9.0",
7070
"husky": "8.0.3",
7171
"jest-extended": "3.2.4",
72-
"lint-staged": "13.2.2",
72+
"lint-staged": "13.2.3",
7373
"nanodelay": "2.0.2",
7474
"postcss": "8.4.24",
7575
"postcss-nested": "6.0.1",
@@ -88,8 +88,8 @@
8888
"@privyid/persona-icon": "workspace:^",
8989
"@splidejs/splide": "^4.1.4",
9090
"@testing-library/user-event": "^14.4.3",
91-
"@vueuse/core": "10.1.2",
92-
"@vueuse/math": "10.1.2",
91+
"@vueuse/core": "10.2.1",
92+
"@vueuse/math": "10.2.1",
9393
"@zxing/browser": "0.1.4",
9494
"@zxing/library": "0.20.0",
9595
"chart.js": "4.3.0",

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": "0.16.0",
4+
"version": "0.17.0",
55
"packageManager": "yarn@3.6.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": "0.16.0",
4+
"version": "0.17.0",
55
"packageManager": "yarn@3.6.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": "0.16.0",
4+
"version": "0.17.0",
55
"packageManager": "yarn@3.6.0",
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": "0.16.0",
4+
"version": "0.17.0",
55
"license": "MIT",
66
"repository": {
77
"url": "https://github.com/privy-open-source/design-system.git",
@@ -64,8 +64,8 @@
6464
"@nuxt/kit": "^3.3.2",
6565
"@testing-library/dom": "^8.19.0",
6666
"@testing-library/user-event": "^14.4.3",
67-
"@vueuse/core": "10.1.2",
68-
"@vueuse/math": "10.1.2",
67+
"@vueuse/core": "10.2.1",
68+
"@vueuse/math": "10.2.1",
6969
"@zxing/browser": "0.1.4",
7070
"@zxing/library": "0.20.0",
7171
"chart.js": "4.3.0",

packages/tailwind-animation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@privyid/tailwind-animation",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"packageManager": "yarn@3.6.0",
55
"license": "MIT",
66
"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": "0.16.0",
4+
"version": "0.17.0",
55
"packageManager": "yarn@3.6.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": "0.16.0",
4+
"version": "0.17.0",
55
"packageManager": "yarn@3.6.0",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)