Skip to content

Commit 7aac558

Browse files
authored
Merge pull request #671 from privy-open-source/release/0.18.0
release: `0.18.0`
2 parents 7b9f731 + 21c7fed commit 7aac558

File tree

3 files changed

+60
-2
lines changed

3 files changed

+60
-2
lines changed

packages/persona/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground"
5959
},
6060
"dependencies": {
61-
"@carbon/icons-vue": "10.71.1",
6261
"@floating-ui/dom": "^1.0.4",
6362
"@juggle/resize-observer": "^3.4.0",
6463
"@nuxt/kit": "^3.3.2",
@@ -91,6 +90,7 @@
9190
"extends @privyid/browserslist-config"
9291
],
9392
"peerDependencies": {
93+
"@privyid/browserslist-config": "workspace:^",
9494
"@privyid/tailwind-preset": "workspace:^",
9595
"postcss-custom-properties": "^12.1.11 || ^13.0.0",
9696
"postcss-hexrgba": "^2.1.0",

src/icons/changelog.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,65 @@
1+
<style lang="postcss">
2+
._design-system_icons_changelog ul {
3+
@apply grid grid-cols-1 md:grid-cols-3 lg:grid-cols-3;
4+
5+
> li {
6+
@apply mt-0 ml-4;
7+
}
8+
}
9+
</style>
10+
111
# Changelog
212

313
> Icons changelog
414
15+
## 0.18.0
16+
17+
### Added
18+
19+
- align-center
20+
- align-justify
21+
- align-left
22+
- align-right
23+
- bold
24+
- font-family
25+
- font-size
26+
- github
27+
- highlight
28+
- italic
29+
- list-bullets
30+
- list-numbers
31+
- new-page
32+
- redo
33+
- save
34+
- strikethrough
35+
- table
36+
- underlined
37+
- undo
38+
39+
### Changed
40+
41+
- brush/32
42+
- clip/16
43+
- clip/32
44+
- edit-square/16
45+
- edit-square/32
46+
- no-image/32
47+
- pallete/20
48+
- pallete/32
49+
- print/32
50+
- rotate-left/32
51+
- rotate-right/32
52+
- signature-draw/32
53+
- unlink/32
54+
55+
## 0.17.1
56+
57+
Nothing Changed
58+
59+
## 0.17.0
60+
61+
Nothing Changed
62+
563
## 0.16.0
664

765
### Added

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3725,7 +3725,6 @@ __metadata:
37253725
version: 0.0.0-use.local
37263726
resolution: "@privyid/persona@workspace:packages/persona"
37273727
dependencies:
3728-
"@carbon/icons-vue": 10.71.1
37293728
"@floating-ui/dom": ^1.0.4
37303729
"@juggle/resize-observer": ^3.4.0
37313730
"@nuxt/kit": ^3.3.2
@@ -3766,6 +3765,7 @@ __metadata:
37663765
webfontloader: 1.6.28
37673766
zxcvbn: ^4.4.2
37683767
peerDependencies:
3768+
"@privyid/browserslist-config": "workspace:^"
37693769
"@privyid/tailwind-preset": "workspace:^"
37703770
postcss-custom-properties: ^12.1.11 || ^13.0.0
37713771
postcss-hexrgba: ^2.1.0

0 commit comments

Comments
 (0)