Skip to content

Commit

Permalink
Version Packages (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
camblybot committed Mar 4, 2024
1 parent 1b9c914 commit 6c54b7f
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/seven-oranges-punch.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/storybook/CHANGELOG.md
@@ -1,5 +1,13 @@
# @syntax/storybook

## 0.13.3

### Patch Changes

- Updated dependencies [1b9c914]
- @cambly/syntax-core@10.10.0
- @cambly/syntax-floating-components@0.5.0

## 0.13.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "@syntax/storybook",
"version": "0.13.2",
"version": "0.13.3",
"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.9.0",
"@cambly/syntax-core": "workspace:10.10.0",
"@cambly/syntax-design-tokens": "workspace:0.11.1",
"@cambly/syntax-floating-components": "workspace:^0.4.4",
"@cambly/syntax-floating-components": "workspace:^0.5.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/syntax-core/CHANGELOG.md
@@ -1,5 +1,11 @@
# @cambly/syntax-core

## 10.10.0

### Minor Changes

- 1b9c914: Add 'use client' to every Syntax exported JS file

## 10.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax-core/package.json
@@ -1,7 +1,7 @@
{
"name": "@cambly/syntax-core",
"description": "Cambly design system core components",
"version": "10.9.0",
"version": "10.10.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
@@ -1,5 +1,11 @@
# @cambly/syntax-floating-components

## 0.5.0

### Minor Changes

- 1b9c914: Add 'use client' to every Syntax exported JS file

## 0.4.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax-floating-components/package.json
@@ -1,7 +1,7 @@
{
"name": "@cambly/syntax-floating-components",
"description": "Cambly floating components",
"version": "0.4.4",
"version": "0.5.0",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/syntax-utils/CHANGELOG.md
@@ -1,5 +1,11 @@
# @cambly/syntax-utils

## 1.5.0

### Minor Changes

- 1b9c914: Add 'use client' to every Syntax exported JS file

## 1.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@cambly/syntax-utils",
"description": "Cambly design system utilities",
"version": "1.4.1",
"version": "1.5.0",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
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 6c54b7f

Please sign in to comment.