Skip to content

Commit 5a02252

Browse files
authored
Merge pull request #1191 from privy-open-source/release/1.0.0-rc.2
release: `1.0.0-rc.2`
2 parents 0a14fcd + c6c4b3b commit 5a02252

File tree

49 files changed

+1238
-792
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1238
-792
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@privyid/design-system",
3-
"version": "1.0.0-rc.1",
3+
"version": "1.0.0-rc.2",
44
"packageManager": "yarn@4.1.0",
55
"private": true,
66
"type": "module",
@@ -49,7 +49,7 @@
4949
"autoprefixer": "10.4.17",
5050
"browserslist-to-esbuild": "^2.0.0",
5151
"eslint": "8.56.0",
52-
"eslint-config-standard-with-typescript": "latest",
52+
"eslint-config-standard-with-typescript": "~21.0.1",
5353
"eslint-formatter-pretty": "5.0.0",
5454
"eslint-plugin-align-assignments": "1.1.2",
5555
"eslint-plugin-import": "2.29.1",

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.0.0-rc.1",
4+
"version": "1.0.0-rc.2",
55
"packageManager": "yarn@4.1.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.0.0-rc.1",
4+
"version": "1.0.0-rc.2",
55
"packageManager": "yarn@4.1.0",
66
"license": "MIT",
77
"repository": {

packages/persona-icon/font/persona-icon.css

Lines changed: 346 additions & 343 deletions
Large diffs are not rendered by default.
608 Bytes
Binary file not shown.

packages/persona-icon/font/persona-icon.svg

Lines changed: 355 additions & 337 deletions
Loading
608 Bytes
Binary file not shown.
416 Bytes
Binary file not shown.
224 Bytes
Binary file not shown.

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.0.0-rc.1",
4+
"version": "1.0.0-rc.2",
55
"packageManager": "yarn@4.1.0",
66
"type": "module",
77
"main": "./dist/module.cjs",

0 commit comments

Comments
 (0)