Skip to content

Commit 9184415

Browse files
authored
Merge pull request #1158 from privy-open-source/release/1.0.0-rc.1
release: `1.0.0-rc.1`
2 parents 711b887 + aa1282b commit 9184415

File tree

10 files changed

+433
-12
lines changed

10 files changed

+433
-12
lines changed

package.json

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

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

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

packages/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/persona",
33
"description": "Persona core package",
4-
"version": "0.27.0",
4+
"version": "1.0.0-rc.1",
55
"license": "MIT",
66
"repository": {
77
"url": "https://github.com/privy-open-source/design-system.git",

packages/tailwind-animation/package.json

Lines changed: 1 addition & 1 deletion
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": "0.27.0",
4+
"version": "1.0.0-rc.1",
55
"packageManager": "[email protected]",
66
"license": "MIT",
77
"repository": {

packages/tailwind-extended/package.json

Lines changed: 1 addition & 1 deletion
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": "0.27.0",
4+
"version": "1.0.0-rc.1",
55
"packageManager": "[email protected]",
66
"license": "MIT",
77
"repository": {

packages/tailwind-preset/package.json

Lines changed: 1 addition & 1 deletion
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": "0.27.0",
4+
"version": "1.0.0-rc.1",
55
"packageManager": "[email protected]",
66
"license": "MIT",
77
"repository": {

src/.vitepress/config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,10 +315,10 @@ export default defineConfig({
315315
text: 'Breadcrumbs',
316316
link: '/components/breadcrumbs/',
317317
},
318-
{
319-
text: 'Filterbar',
320-
link: '/components/filterbar/',
321-
},
318+
// {
319+
// text: 'Filterbar',
320+
// link: '/components/filterbar/',
321+
// },
322322
{
323323
text: 'Navbar',
324324
link: '/components/navbar/',

0 commit comments

Comments
 (0)