Skip to content

Commit

Permalink
Version Packages (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
camblybot committed Mar 19, 2024
1 parent d373edc commit 858374e
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .changeset/thick-seas-provide.md

This file was deleted.

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

## 0.15.0

### Minor Changes

- d373edc: Cambio updates after bug bash: bring back elevation / Avatar & GroupAvatar sizes / Button icons / Form elements regular labels

### Patch Changes

- Updated dependencies [d373edc]
- @cambly/syntax-floating-components@0.6.0
- @cambly/syntax-core@10.17.0

## 0.14.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syntax/storybook",
"version": "0.14.1",
"version": "0.15.0",
"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:10.16.0",
"@cambly/syntax-core": "workspace:10.17.0",
"@cambly/syntax-design-tokens": "workspace:0.11.1",
"@cambly/syntax-floating-components": "workspace:^0.5.0",
"@cambly/syntax-floating-components": "workspace:^0.6.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/syntax-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cambly/syntax-core

## 10.17.0

### Minor Changes

- d373edc: Cambio updates after bug bash: bring back elevation / Avatar & GroupAvatar sizes / Button icons / Form elements regular labels

## 10.16.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "10.16.0",
"version": "10.17.0",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/syntax-floating-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cambly/syntax-floating-components

## 0.6.0

### Minor Changes

- d373edc: Cambio updates after bug bash: bring back elevation / Avatar & GroupAvatar sizes / Button icons / Form elements regular labels

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.5.0",
"version": "0.6.0",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit 858374e

Please sign in to comment.