Skip to content

Commit

Permalink
Version Packages (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
camblybot committed Mar 1, 2024
1 parent 888f354 commit 446b03a
Show file tree
Hide file tree
Showing 12 changed files with 53 additions and 24 deletions.
9 changes: 0 additions & 9 deletions .changeset/angry-guests-call.md

This file was deleted.

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

## 0.13.1

### Patch Changes

- 888f354: LinkButton / IconButton add missing success-tertiary color option
- Updated dependencies [888f354]
- @cambly/syntax-floating-components@0.4.4
- @cambly/syntax-design-tokens@0.11.1
- @cambly/syntax-core@10.8.1

## 0.13.0

### Minor 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.13.0",
"version": "0.13.1",
"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.8.0",
"@cambly/syntax-design-tokens": "workspace:0.11.0",
"@cambly/syntax-floating-components": "workspace:^0.4.3",
"@cambly/syntax-core": "workspace:10.8.1",
"@cambly/syntax-design-tokens": "workspace:0.11.1",
"@cambly/syntax-floating-components": "workspace:^0.4.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/syntax-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cambly/syntax-core

## 10.8.1

### Patch Changes

- 888f354: LinkButton / IconButton add missing success-tertiary color option
- Updated dependencies [888f354]
- @cambly/syntax-design-tokens@0.11.1

## 10.8.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": "10.8.0",
"version": "10.8.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.11.0",
"@cambly/syntax-design-tokens": "workspace:0.11.1",
"@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.11.1

### Patch Changes

- 888f354: LinkButton / IconButton add missing success-tertiary color option

## 0.11.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.11.0",
"version": "0.11.1",
"main": "./dist/js/index.js",
"types": "./dist/js/index.d.ts",
"sideEffects": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/syntax-floating-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cambly/syntax-floating-components

## 0.4.4

### Patch Changes

- 888f354: LinkButton / IconButton add missing success-tertiary color option
- Updated dependencies [888f354]
- @cambly/syntax-design-tokens@0.11.1

## 0.4.3

### Patch 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.4.3",
"version": "0.4.4",
"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.11.0",
"@cambly/syntax-design-tokens": "workspace:0.11.1",
"@floating-ui/react": "^0.24.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/syntax-tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cambly/syntax-tsconfig

## 1.4.1

### Patch Changes

- 888f354: LinkButton / IconButton add missing success-tertiary color option

## 1.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax-tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cambly/syntax-tsconfig",
"description": "Cambly design system TypeScript config",
"version": "1.4.0",
"version": "1.4.1",
"private": true,
"license": "Apache-2.0",
"publishConfig": {
Expand Down
10 changes: 5 additions & 5 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 446b03a

Please sign in to comment.