Skip to content

Commit e921b50

Browse files
authored
Merge pull request #1480 from privy-open-source/release/1.0.0-rc.12
chore: bump version to `1.0.0-rc.12`
2 parents fffdcac + 4b12901 commit e921b50

File tree

11 files changed

+31
-9
lines changed

11 files changed

+31
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@privyid/design-system",
3-
"version": "1.0.0-rc.11",
3+
"version": "1.0.0-rc.12",
44
"packageManager": "[email protected]",
55
"private": true,
66
"type": "module",

packages/browserslist-config/package.json

+1-1
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.11",
4+
"version": "1.0.0-rc.12",
55
"packageManager": "[email protected]",
66
"license": "MIT",
77
"repository": {

packages/eslint-config-persona/package.json

+1-1
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.11",
4+
"version": "1.0.0-rc.12",
55
"packageManager": "[email protected]",
66
"license": "MIT",
77
"repository": {

packages/persona-icon/package.json

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

packages/persona-ilustration/package.json

+1-1
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.0.0-rc.11",
4+
"version": "1.0.0-rc.12",
55
"packageManager": "[email protected]",
66
"type": "module",
77
"main": "./dist/module.cjs",

packages/persona/package.json

+1-1
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.0.0-rc.11",
4+
"version": "1.0.0-rc.12",
55
"license": "MIT",
66
"repository": {
77
"url": "https://github.com/privy-open-source/design-system.git",

packages/tailwind-animation/package.json

+1-1
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.0.0-rc.11",
4+
"version": "1.0.0-rc.12",
55
"packageManager": "[email protected]",
66
"license": "MIT",
77
"repository": {

packages/tailwind-extended/package.json

+1-1
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.0.0-rc.11",
4+
"version": "1.0.0-rc.12",
55
"packageManager": "[email protected]",
66
"license": "MIT",
77
"repository": {

packages/tailwind-preset/package.json

+1-1
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.0.0-rc.11",
4+
"version": "1.0.0-rc.12",
55
"packageManager": "[email protected]",
66
"license": "MIT",
77
"repository": {

src/assets/icon/changelog.md

+10
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
1212

1313
> Icons changelog
1414
15+
## 1.0.0-rc.12
16+
17+
### Added
18+
19+
- backspace-solid
20+
- backspace
21+
- face-id
22+
- nfc-solid
23+
- time-solid
24+
1525
## 1.0.0-rc.7
1626

1727
### Added

src/assets/ilustration/changelog.md

+12
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@
1212

1313
> Ilustration changelog
1414
15+
## 1.0.0-rc.12
16+
17+
### Added
18+
19+
- unable-to-process
20+
21+
### Removed
22+
23+
- document-processing
24+
- id-face
25+
- test
26+
1527
## 1.0.0-rc.7
1628

1729
### Added

0 commit comments

Comments
 (0)