File tree Expand file tree Collapse file tree 9 files changed +330
-14
lines changed Expand file tree Collapse file tree 9 files changed +330
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/design-system" ,
3
- "version" : " 0.26 .0" ,
3
+ "version" : " 0.27 .0" ,
4
4
"packageManager" : " yarn@4.0.2" ,
5
5
"private" : true ,
6
6
"type" : " module" ,
18
18
"fix" : " yarn lint --fix" ,
19
19
"coverage" : " vitest run --coverage --reporter=dot" ,
20
20
"postinstall" : " husky install" ,
21
- "packages:prepare" : " yarn workspaces foreach -v --topological-dev run prepare" ,
22
- "packages:build" : " yarn workspaces foreach -v --topological-dev run build" ,
23
- "release" : " yarn workspaces foreach -v --topological-dev --no-private npm publish --tolerate-republish" ,
24
- "release:prepare" : " yarn workspaces foreach -v --topological-dev version" ,
21
+ "packages:prepare" : " yarn workspaces foreach -A - v --topological-dev run prepare" ,
22
+ "packages:build" : " yarn workspaces foreach -A - v --topological-dev run build" ,
23
+ "release" : " yarn workspaces foreach -A - v --topological-dev --no-private npm publish --tolerate-republish" ,
24
+ "release:prepare" : " yarn workspaces foreach -A - v --topological-dev version" ,
25
25
"icon:sync" : " yarn workspace @privyid/persona-icon sync" ,
26
26
"icon:changelog" : " yarn workspace @privyid/persona-icon changelog"
27
27
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/browserslist-config" ,
3
3
"description" : " Browserslist shareable config for Persona project" ,
4
- "version" : " 0.26 .0" ,
4
+ "version" : " 0.27 .0" ,
5
5
"packageManager" : " yarn@4.0.2" ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
17
17
"main" : " ./index.js" ,
18
18
"types" : " ./index.d.ts" ,
19
19
"files" : [
20
+ " ./index.d.ts" ,
20
21
" ./browserslist-stats.json"
21
22
],
22
23
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/eslint-config-persona" ,
3
3
"description" : " Eslint shareable config for Persona project" ,
4
- "version" : " 0.26 .0" ,
4
+ "version" : " 0.27 .0" ,
5
5
"packageManager" : " yarn@4.0.2" ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/persona-icon" ,
3
3
"description" : " Persona icon package" ,
4
- "version" : " 0.26 .0" ,
4
+ "version" : " 0.27 .0" ,
5
5
"packageManager" : " yarn@4.0.2" ,
6
6
"type" : " module" ,
7
7
"main" : " ./dist/module.cjs" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/persona" ,
3
3
"description" : " Persona core package" ,
4
- "version" : " 0.26 .0" ,
4
+ "version" : " 0.27 .0" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
7
7
"url" : " https://github.com/privy-open-source/design-system.git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/tailwind-animation" ,
3
3
"description" : " Collection animation class for vue `<transition>`" ,
4
- "version" : " 0.26 .0" ,
4
+ "version" : " 0.27 .0" ,
5
5
"packageManager" : " yarn@4.0.2" ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
17
17
"main" : " ./index.js" ,
18
18
"types" : " ./index.d.ts" ,
19
19
"files" : [
20
- " ./base.js"
20
+ " ./base.js" ,
21
+ " ./base.d.ts" ,
22
+ " ./index.d.ts"
21
23
],
22
24
"peerDependencies" : {
23
25
"tailwind" : " >= 3.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/tailwind-extended" ,
3
3
"description" : " Add missing tailwind utilities" ,
4
- "version" : " 0.26 .0" ,
4
+ "version" : " 0.27 .0" ,
5
5
"packageManager" : " yarn@4.0.2" ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
16
16
"homepage" : " https://privy-open-source.github.io/design-system/" ,
17
17
"main" : " ./index.js" ,
18
18
"types" : " ./index.d.ts" ,
19
+ "files" : [
20
+ " ./index.d.ts"
21
+ ],
19
22
"peerDependencies" : {
20
23
"tailwind" : " >= 3.0.0"
21
24
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/tailwind-preset" ,
3
3
"description" : " Tailwind preset for Persona project" ,
4
- "version" : " 0.26 .0" ,
4
+ "version" : " 0.27 .0" ,
5
5
"packageManager" : " yarn@4.0.2" ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
17
17
"main" : " ./index.js" ,
18
18
"types" : " ./index.d.ts" ,
19
19
"files" : [
20
- " ./basic.js"
20
+ " ./basic.js" ,
21
+ " ./index.d.ts"
21
22
],
22
23
"peerDependencies" : {
23
24
"tailwind" : " >= 3.0.0"
You can’t perform that action at this time.
0 commit comments