-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #409 from privy-open-source/release/0.9.0
- Loading branch information
Showing
10 changed files
with
157 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@privyid/design-system", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"packageManager": "[email protected]", | ||
"private": true, | ||
"scripts": { | ||
|
@@ -17,9 +17,9 @@ | |
"fix": "yarn lint --fix", | ||
"coverage": "vitest run --coverage --reporter=dot", | ||
"postinstall": "husky install", | ||
"packages:prepare": "yarn workspaces foreach -vt run prepare", | ||
"packages:build": "yarn workspaces foreach -vt run build", | ||
"release:prepare": "yarn workspaces foreach -vt version minor --deferred" | ||
"packages:prepare": "yarn workspaces foreach -v --topological-dev run prepare", | ||
"packages:build": "yarn workspaces foreach -v --topological-dev run build", | ||
"release:prepare": "yarn workspaces foreach -v --topological-dev version minor --deferred" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.19.6", | ||
|
@@ -50,6 +50,7 @@ | |
"@vitest/coverage-c8": "0.24.5", | ||
"@vue/eslint-config-typescript": "11.0.2", | ||
"autoprefixer": "10.4.13", | ||
"browserslist-to-esbuild": "^1.2.0", | ||
"browserslist-useragent-regexp": "^4.0.0", | ||
"eslint": "8.33.0", | ||
"eslint-config-standard-with-typescript": "latest", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
{ | ||
"name": "@privyid/browserslist-config", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"packageManager": "[email protected]", | ||
"license": "MIT", | ||
"repository": "https://github.com/privy-open-source/design-system", | ||
"author": "Ade Novid <[email protected]> (https://github.com/adenvt)", | ||
"bugs": { | ||
"url": "https://github.com/privy-open-source/design-system/issues" | ||
}, | ||
"homepage": "https://privy-open-source.github.io/design-system/", | ||
"main": "./index.js", | ||
"types": "./index.d.ts", | ||
"files": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
{ | ||
"name": "@privyid/eslint-config-persona", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"packageManager": "[email protected]", | ||
"license": "MIT", | ||
"repository": "https://github.com/privy-open-source/design-system", | ||
"author": "Ade Novid <[email protected]> (https://github.com/adenvt)", | ||
"bugs": { | ||
"url": "https://github.com/privy-open-source/design-system/issues" | ||
}, | ||
"homepage": "https://privy-open-source.github.io/design-system/", | ||
"main": "./index.js", | ||
"peerDependencies": { | ||
"@typescript-eslint/eslint-plugin": ">=5.47.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
{ | ||
"name": "@privyid/persona", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"license": "MIT", | ||
"repository": "https://github.com/privy-open-source/design-system", | ||
"author": "Ade Novid <[email protected]> (https://github.com/adenvt)", | ||
"bugs": { | ||
"url": "https://github.com/privy-open-source/design-system/issues" | ||
}, | ||
"homepage": "https://privy-open-source.github.io/design-system/", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
|
@@ -74,6 +80,9 @@ | |
"webfontloader": "1.6.28", | ||
"zxcvbn": "^4.4.2" | ||
}, | ||
"browserslist": [ | ||
"extends @privyid/browserslist-config" | ||
], | ||
"peerDependencies": { | ||
"@privyid/tailwind-preset": "workspace:^", | ||
"postcss-custom-properties": "^12.1.11", | ||
|
@@ -86,8 +95,10 @@ | |
"@nuxt/module-builder": "latest", | ||
"@nuxt/schema": "3.0.0", | ||
"@nuxtjs/tailwindcss": "^6.2.0", | ||
"@privyid/browserslist-config": "workspace:^", | ||
"@privyid/tailwind-preset": "workspace:^", | ||
"@types/sanitize-html": "^2", | ||
"browserslist-to-esbuild": "^1.2.0", | ||
"del-cli": "5.0.0", | ||
"nuxt": "3.0.0", | ||
"postcss-custom-properties": "^12.1.11", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
{ | ||
"name": "@privyid/tailwind-animation", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"packageManager": "[email protected]", | ||
"license": "MIT", | ||
"repository": "https://github.com/privy-open-source/design-system", | ||
"author": "Ade Novid <[email protected]> (https://github.com/adenvt)", | ||
"bugs": { | ||
"url": "https://github.com/privy-open-source/design-system/issues" | ||
}, | ||
"homepage": "https://privy-open-source.github.io/design-system/", | ||
"main": "./index.js", | ||
"types": "./index.d.ts", | ||
"peerDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
{ | ||
"name": "@privyid/tailwind-extended", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"packageManager": "[email protected]", | ||
"license": "MIT", | ||
"repository": "https://github.com/privy-open-source/design-system", | ||
"author": "Ade Novid <[email protected]> (https://github.com/adenvt)", | ||
"bugs": { | ||
"url": "https://github.com/privy-open-source/design-system/issues" | ||
}, | ||
"homepage": "https://privy-open-source.github.io/design-system/", | ||
"main": "./index.js", | ||
"types": "./index.d.ts", | ||
"peerDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
{ | ||
"name": "@privyid/tailwind-preset", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"packageManager": "[email protected]", | ||
"license": "MIT", | ||
"repository": "https://github.com/privy-open-source/design-system", | ||
"author": "Ade Novid <[email protected]> (https://github.com/adenvt)", | ||
"bugs": { | ||
"url": "https://github.com/privy-open-source/design-system/issues" | ||
}, | ||
"homepage": "https://privy-open-source.github.io/design-system/", | ||
"main": "./index.js", | ||
"types": "./index.d.ts", | ||
"files": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
{ | ||
browser: 'Chrome', | ||
icon : 'chrome', | ||
version: '80', | ||
version: '62', | ||
}, | ||
{ | ||
browser: 'Firefox', | ||
|
Oops, something went wrong.
cca2c7d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
design-system – ./
design-system-privyid.vercel.app
privy-design-system.vercel.app
design-system-git-main-privyid.vercel.app