Skip to content

Commit 5eb53be

Browse files
authored
Version Packages (#642)
1 parent 04c015b commit 5eb53be

File tree

6 files changed

+24
-16
lines changed

6 files changed

+24
-16
lines changed

.changeset/bright-monkeys-battle.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

apps/storybook/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @syntax/storybook
22

3+
## 0.22.29
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [04c015be]
8+
- @cambly/syntax-core@23.0.0
9+
310
## 0.22.28
411

512
### Patch Changes

apps/storybook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syntax/storybook",
3-
"version": "0.22.28",
3+
"version": "0.22.29",
44
"private": true,
55
"scripts": {
66
"dev": "NODE_OPTIONS=--openssl-legacy-provider storybook dev -p 6006",
@@ -9,7 +9,7 @@
99
"clean": "rm -rf .turbo && rm -rf node_modules"
1010
},
1111
"dependencies": {
12-
"@cambly/syntax-core": "workspace:22.4.0",
12+
"@cambly/syntax-core": "workspace:23.0.0",
1313
"@cambly/syntax-design-tokens": "workspace:1.0.1",
1414
"@cambly/syntax-floating-components": "workspace:^2.0.1",
1515
"react": "18.2.0",

packages/syntax-core/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @cambly/syntax-core
22

3+
## 23.0.0
4+
5+
### Major Changes
6+
7+
- 04c015be: Change the behavior of "roomy" for the Card component without changing the default behavior
8+
9+
Changes the behavior of the `roomy` prop to give a Card a padding of 24px rather than 16px. Note that the default behavior has not changed; the default continues to be a padding of 16px (now called `medium`).
10+
11+
We would like our cards to have a padding of 24px going forward so we have changed the meaning of `roomy` to now mean 24px. There are no cards that actually use the `roomy` prop in any Cambly codebases so this change should not actually change the look of any cards. Existing cards with a padding of 16px just used the default, and since the default is still 16px (now called `medium`), those cards will keep that padding.
12+
13+
How consumers should update their code:
14+
Per the above, no updates should be necessary to existing components, because no existing cards have the `roomy` prop explicitly set. However, if a card is used with a `roomy` prop now, it will have a 24px padding rather than a 16px padding. Therefore, if a 24px padding is desired, the `roomy` prop should be used. If a 16px padding is desired, the default Card will still achieve that, or the `medium` prop can be used. If an 8px padding is desired, the `compact` prop can be used as before.
15+
316
## 22.4.0
417

518
### Minor Changes

packages/syntax-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cambly/syntax-core",
33
"description": "Cambly design system core components",
4-
"version": "22.4.0",
4+
"version": "23.0.0",
55
"type": "module",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)