Skip to content

Commit

Permalink
chore: bump version to 1.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adenvt committed Feb 23, 2024
1 parent db6e3c1 commit c6c4b3b
Show file tree
Hide file tree
Showing 9 changed files with 34 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.1",
"version": "1.0.0-rc.2",
"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.1",
"version": "1.0.0-rc.2",
"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.1",
"version": "1.0.0-rc.2",
"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.1",
"version": "1.0.0-rc.2",
"packageManager": "[email protected]",
"type": "module",
"main": "./dist/module.cjs",
Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "1.0.0-rc.2",
"license": "MIT",
"repository": {
"url": "https://github.com/privy-open-source/design-system.git",
Expand All @@ -28,7 +28,7 @@
"import": "./dist/directive/index.mjs",
"types": "./dist/directive/index.d.ts"
},
"./components/": "./dist/components/"
"./components/*": "./dist/components/*"
},
"typesVersions": {
"*": {
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.1",
"version": "1.0.0-rc.2",
"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.1",
"version": "1.0.0-rc.2",
"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.1",
"version": "1.0.0-rc.2",
"packageManager": "[email protected]",
"license": "MIT",
"repository": {
Expand Down
25 changes: 25 additions & 0 deletions src/icons/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,31 @@

> Icons changelog
## 1.0.0-rc.2

### Added

- add-document
- admin-center-logo-apps
- message-logo-apps
- pin
- sidebar
- transmit-data
- unarchive
- user-suspend

### Changed

- document-seal/32
- star-favorite/16
- star-favorite/32
- video-camera/16

### Removed

- admin-center-apps
- message-apps

## 1.0.0-rc.1

### Added
Expand Down

0 comments on commit c6c4b3b

Please sign in to comment.