Skip to content

Commit

Permalink
Merge pull request #1480 from privy-open-source/release/1.0.0-rc.12
Browse files Browse the repository at this point in the history
chore: bump version to `1.0.0-rc.12`
  • Loading branch information
adenvt authored Sep 18, 2024
2 parents fffdcac + 4b12901 commit e921b50
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@privyid/design-system",
"version": "1.0.0-rc.11",
"version": "1.0.0-rc.12",
"packageManager": "[email protected]",
"private": true,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/browserslist-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@privyid/browserslist-config",
"description": "Browserslist shareable config for Persona project",
"version": "1.0.0-rc.11",
"version": "1.0.0-rc.12",
"packageManager": "[email protected]",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-persona/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@privyid/eslint-config-persona",
"description": "Eslint shareable config for Persona project",
"version": "1.0.0-rc.11",
"version": "1.0.0-rc.12",
"packageManager": "[email protected]",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/persona-icon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@privyid/persona-icon",
"description": "Persona icon package",
"version": "1.0.0-rc.11",
"version": "1.0.0-rc.12",
"packageManager": "[email protected]",
"type": "module",
"main": "./dist/module.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/persona-ilustration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@privyid/persona-ilustration",
"description": "Persona ilustration package",
"version": "1.0.0-rc.11",
"version": "1.0.0-rc.12",
"packageManager": "[email protected]",
"type": "module",
"main": "./dist/module.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/persona/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@privyid/persona",
"description": "Persona core package",
"version": "1.0.0-rc.11",
"version": "1.0.0-rc.12",
"license": "MIT",
"repository": {
"url": "https://github.com/privy-open-source/design-system.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-animation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@privyid/tailwind-animation",
"description": "Collection animation class for vue `<transition>`",
"version": "1.0.0-rc.11",
"version": "1.0.0-rc.12",
"packageManager": "[email protected]",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-extended/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@privyid/tailwind-extended",
"description": "Add missing tailwind utilities",
"version": "1.0.0-rc.11",
"version": "1.0.0-rc.12",
"packageManager": "[email protected]",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@privyid/tailwind-preset",
"description": "Tailwind preset for Persona project",
"version": "1.0.0-rc.11",
"version": "1.0.0-rc.12",
"packageManager": "[email protected]",
"license": "MIT",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions src/assets/icon/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@

> Icons changelog
## 1.0.0-rc.12

### Added

- backspace-solid
- backspace
- face-id
- nfc-solid
- time-solid

## 1.0.0-rc.7

### Added
Expand Down
12 changes: 12 additions & 0 deletions src/assets/ilustration/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@

> Ilustration changelog
## 1.0.0-rc.12

### Added

- unable-to-process

### Removed

- document-processing
- id-face
- test

## 1.0.0-rc.7

### Added
Expand Down

0 comments on commit e921b50

Please sign in to comment.