Skip to content

Commit

Permalink
Version Packages (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
camblybot committed Mar 1, 2024
1 parent 0bbf4b1 commit b957e2d
Show file tree
Hide file tree
Showing 10 changed files with 93 additions and 968 deletions.
7 changes: 0 additions & 7 deletions .changeset/dull-pandas-build.md

This file was deleted.

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

## 0.13.0

### Minor Changes

- 0bbf4b1: Add ThemeProvider & styles for Button / IconButton & LinkButton

### Patch Changes

- Updated dependencies [0bbf4b1]
- @cambly/syntax-design-tokens@0.11.0
- @cambly/syntax-core@10.8.0
- @cambly/syntax-floating-components@0.4.3

## 0.12.12

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions apps/storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "@syntax/storybook",
"version": "0.12.12",
"version": "0.13.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.7.0",
"@cambly/syntax-design-tokens": "workspace:0.10.1",
"@cambly/syntax-floating-components": "workspace:^0.4.2",
"@cambly/syntax-core": "workspace:10.8.0",
"@cambly/syntax-design-tokens": "workspace:0.11.0",
"@cambly/syntax-floating-components": "workspace:^0.4.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/syntax-core/CHANGELOG.md
@@ -1,5 +1,16 @@
# @cambly/syntax-core

## 10.8.0

### Minor Changes

- 0bbf4b1: Add ThemeProvider & styles for Button / IconButton & LinkButton

### Patch Changes

- Updated dependencies [0bbf4b1]
- @cambly/syntax-design-tokens@0.11.0

## 10.7.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/syntax-core/package.json
@@ -1,7 +1,7 @@
{
"name": "@cambly/syntax-core",
"description": "Cambly design system core components",
"version": "10.7.0",
"version": "10.8.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.10.1",
"@cambly/syntax-design-tokens": "workspace:0.11.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
@@ -1,5 +1,11 @@
# @cambly/syntax-design-tokens

## 0.11.0

### Minor Changes

- 0bbf4b1: Add ThemeProvider & styles for Button / IconButton & LinkButton

## 0.10.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax-design-tokens/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cambly/syntax-design-tokens",
"description": "Cambly design system tokens",
"type": "module",
"version": "0.10.1",
"version": "0.11.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
@@ -1,5 +1,12 @@
# @cambly/syntax-floating-components

## 0.4.3

### Patch Changes

- Updated dependencies [0bbf4b1]
- @cambly/syntax-design-tokens@0.11.0

## 0.4.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/syntax-floating-components/package.json
@@ -1,7 +1,7 @@
{
"name": "@cambly/syntax-floating-components",
"description": "Cambly floating components",
"version": "0.4.2",
"version": "0.4.3",
"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.10.1",
"@cambly/syntax-design-tokens": "workspace:0.11.0",
"@floating-ui/react": "^0.24.0"
},
"devDependencies": {
Expand Down

0 comments on commit b957e2d

Please sign in to comment.