Skip to content

Commit

Permalink
chore: update tokens v3.8.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Blu Release Bot committed Jun 21, 2024
1 parent d8146bf commit 1e52e19
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion ocean-components/src/main/res/values/tokens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
<dimen name="ocean_spacing_stack_xxl" category="spacing">64dp</dimen>
<dimen name="ocean_spacing_stack_xxxl" category="spacing">80dp</dimen>
<dimen name="ocean_line_height_tight" category="font-line-height">1</dimen>
<dimen name="ocean_line_height_medium" category="font-line-height">1.1</dimen>
<dimen name="ocean_line_height_medium" category="font-line-height">1.24</dimen>
<dimen name="ocean_line_height_loose" category="font-line-height">1.32</dimen>
<dimen name="ocean_line_height_comfy" category="font-line-height">1.5</dimen>
<dimen name="ocean_font_size_xxxs" category="font-size">12sp</dimen>
<dimen name="ocean_font_size_xxs" category="font-size">14sp</dimen>
Expand Down
2 changes: 1 addition & 1 deletion ocean-components/version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION_NAME=3.7.0-698
VERSION_NAME=3.8.0-699

2 changes: 1 addition & 1 deletion ocean-components/version.properties-e
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION_NAME=3.7.0-
VERSION_NAME=3.8.0-

2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"@useblu/ocean-tokens": "^3.7.0"
"@useblu/ocean-tokens": "^3.8.0"
}
}

0 comments on commit 1e52e19

Please sign in to comment.