diff --git a/.changeset/proud-clocks-worry.md b/.changeset/proud-clocks-worry.md deleted file mode 100644 index b33ecacf8..000000000 --- a/.changeset/proud-clocks-worry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hopper-ui/tokens": minor -"docs": minor ---- - -Added data viz tokens and added sections to the color page in the docs. diff --git a/apps/docs/CHANGELOG.md b/apps/docs/CHANGELOG.md index 6ab76d62d..010a2410c 100644 --- a/apps/docs/CHANGELOG.md +++ b/apps/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # docs +## 0.3.0 + +### Minor Changes + +- 1ede3f2: Added data viz tokens and added sections to the color page in the docs. + ## 0.2.0 ### Minor Changes diff --git a/apps/docs/package.json b/apps/docs/package.json index 225601a40..470e52961 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "0.2.0", + "version": "0.3.0", "private": true, "scripts": { "start": "next start", @@ -41,7 +41,7 @@ "eslint-config-next": "13.5.6", "eslint-plugin-storybook": "0.6.15", "storybook": "7.5.1", - "tsconfig-paths-webpack-plugin":"4.1.0", + "tsconfig-paths-webpack-plugin": "4.1.0", "typescript": "5.2.2" } } diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md index 7be46b430..ef3b28e2d 100644 --- a/packages/tokens/CHANGELOG.md +++ b/packages/tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # @hopper-ui/tokens +## 2.1.0 + +### Minor Changes + +- 1ede3f2: Added data viz tokens and added sections to the color page in the docs. + ## 2.0.0 ### Major Changes diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 27139fae8..2ef68b02e 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,7 +1,7 @@ { "name": "@hopper-ui/tokens", "author": "Workleap", - "version": "2.0.0", + "version": "2.1.0", "description": "The tokens package.", "license": "Apache-2.0", "repository": {