Skip to content

Commit

Permalink
0.1.10 Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennon57 committed Jun 18, 2024
1 parent 10715e4 commit ae99c49
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 3 deletions.
7 changes: 7 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# docs

## 1.0.1

### Patch Changes

- Updated dependencies
- @clarityspark/chart@0.1.10

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
11 changes: 11 additions & 0 deletions packages/chart/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

### Major Changes

- Settings Docs & tailwind

### Patch Changes

- Updated dependencies
- @clarityspark/shared@1.0.0

## 1.0.0

### Major Changes

- Init Packages

## 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion packages/chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clarityspark/chart",
"version": "0.1.9",
"version": "0.1.10",
"description": "chart component for react",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @clarityspark/shared

## 1.0.0

### Major Changes

- Settings Docs & tailwind
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clarityspark/shared",
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit ae99c49

Please sign in to comment.