From a060d04f3d506c9714baad00866b86841cac6177 Mon Sep 17 00:00:00 2001 From: camblybot Date: Tue, 29 Oct 2024 19:32:00 +0000 Subject: [PATCH] Version Packages --- .changeset/soft-oranges-admire.md | 5 ----- apps/storybook/CHANGELOG.md | 7 +++++++ apps/storybook/package.json | 4 ++-- packages/syntax-core/CHANGELOG.md | 6 ++++++ packages/syntax-core/package.json | 2 +- pnpm-lock.yaml | 2 +- 6 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 .changeset/soft-oranges-admire.md diff --git a/.changeset/soft-oranges-admire.md b/.changeset/soft-oranges-admire.md deleted file mode 100644 index 99c97f1a..00000000 --- a/.changeset/soft-oranges-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cambly/syntax-core": minor ---- - -Fix typography color-styling diff --git a/apps/storybook/CHANGELOG.md b/apps/storybook/CHANGELOG.md index 7c199e30..372a5c9b 100644 --- a/apps/storybook/CHANGELOG.md +++ b/apps/storybook/CHANGELOG.md @@ -1,5 +1,12 @@ # @syntax/storybook +## 0.22.8 + +### Patch Changes + +- Updated dependencies [93606b1] + - @cambly/syntax-core@21.8.0 + ## 0.22.7 ### Patch Changes diff --git a/apps/storybook/package.json b/apps/storybook/package.json index d50665fb..2293c788 100644 --- a/apps/storybook/package.json +++ b/apps/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@syntax/storybook", - "version": "0.22.7", + "version": "0.22.8", "private": true, "scripts": { "dev": "NODE_OPTIONS=--openssl-legacy-provider storybook dev -p 6006", @@ -9,7 +9,7 @@ "clean": "rm -rf .turbo && rm -rf node_modules" }, "dependencies": { - "@cambly/syntax-core": "workspace:21.7.0", + "@cambly/syntax-core": "workspace:21.8.0", "@cambly/syntax-design-tokens": "workspace:1.0.0", "@cambly/syntax-floating-components": "workspace:^2.0.0", "react": "18.2.0", diff --git a/packages/syntax-core/CHANGELOG.md b/packages/syntax-core/CHANGELOG.md index 2b216cc1..446db329 100644 --- a/packages/syntax-core/CHANGELOG.md +++ b/packages/syntax-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @cambly/syntax-core +## 21.8.0 + +### Minor Changes + +- 93606b1: Fix typography color-styling + ## 21.7.0 ### Minor Changes diff --git a/packages/syntax-core/package.json b/packages/syntax-core/package.json index 6081ee22..e626cabe 100644 --- a/packages/syntax-core/package.json +++ b/packages/syntax-core/package.json @@ -1,7 +1,7 @@ { "name": "@cambly/syntax-core", "description": "Cambly design system core components", - "version": "21.7.0", + "version": "21.8.0", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ce4d5a84..78cd619c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -63,7 +63,7 @@ importers: apps/storybook: dependencies: '@cambly/syntax-core': - specifier: workspace:21.7.0 + specifier: workspace:21.8.0 version: link:../../packages/syntax-core '@cambly/syntax-design-tokens': specifier: workspace:1.0.0