Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #463

Merged
merged 1 commit into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/khaki-timers-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-crews-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-kings-kiss.md

This file was deleted.

11 changes: 11 additions & 0 deletions apps/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @syntax/storybook

## 0.21.7

### Patch Changes

- Updated dependencies [bfaca9b]
- Updated dependencies [a903175]
- Updated dependencies [6c0db29]
- @cambly/syntax-core@16.3.0
- @cambly/syntax-design-tokens@0.13.0
- @cambly/syntax-floating-components@0.9.1

## 0.21.6

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syntax/storybook",
"version": "0.21.6",
"version": "0.21.7",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS=--openssl-legacy-provider storybook dev -p 6006",
Expand All @@ -9,9 +9,9 @@
"clean": "rm -rf .turbo && rm -rf node_modules"
},
"dependencies": {
"@cambly/syntax-core": "workspace:16.2.0",
"@cambly/syntax-design-tokens": "workspace:0.12.0",
"@cambly/syntax-floating-components": "workspace:^0.9.0",
"@cambly/syntax-core": "workspace:16.3.0",
"@cambly/syntax-design-tokens": "workspace:0.13.0",
"@cambly/syntax-floating-components": "workspace:^0.9.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/syntax-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @cambly/syntax-core

## 16.3.0

### Minor Changes

- bfaca9b: added a color to badge component
- 6c0db29: Update modal backdrop onClick to onMouseDown

### Patch Changes

- Updated dependencies [a903175]
- @cambly/syntax-design-tokens@0.13.0

## 16.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/syntax-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cambly/syntax-core",
"description": "Cambly design system core components",
"version": "16.2.0",
"version": "16.3.0",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand All @@ -22,7 +22,7 @@
"test:watch": "vitest"
},
"dependencies": {
"@cambly/syntax-design-tokens": "workspace:0.12.0",
"@cambly/syntax-design-tokens": "workspace:0.13.0",
"@react-aria/focus": "^3.16.0",
"@react-aria/utils": "^3.23.0",
"react-aria": "^3.31.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/syntax-design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cambly/syntax-design-tokens

## 0.13.0

### Minor Changes

- a903175: Shadows: add basic box shadows

## 0.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax-design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cambly/syntax-design-tokens",
"description": "Cambly design system tokens",
"type": "module",
"version": "0.12.0",
"version": "0.13.0",
"main": "./dist/js/index.js",
"types": "./dist/js/index.d.ts",
"sideEffects": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/syntax-floating-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cambly/syntax-floating-components

## 0.9.1

### Patch Changes

- Updated dependencies [a903175]
- @cambly/syntax-design-tokens@0.13.0

## 0.9.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/syntax-floating-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cambly/syntax-floating-components",
"description": "Cambly floating components",
"version": "0.9.0",
"version": "0.9.1",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand All @@ -22,7 +22,7 @@
"test:watch": "vitest"
},
"dependencies": {
"@cambly/syntax-design-tokens": "workspace:0.12.0",
"@cambly/syntax-design-tokens": "workspace:0.13.0",
"@floating-ui/react": "^0.24.0"
},
"devDependencies": {
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.