Skip to content

Commit

Permalink
Version Packages (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 25, 2023
1 parent 8078db6 commit 5f3772b
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/famous-windows-unite.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @calor/core

## 0.0.3

### Patch Changes

- 8078db6: Support C/C++. Improved JS/TS Support

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@calor/core",
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/highlighter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @calor/highlighter

## 0.0.3

### Patch Changes

- 8078db6: Support C/C++. Improved JS/TS Support
- Updated dependencies [8078db6]
- @calor/core@0.0.3

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/highlighter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@calor/highlighter",
"version": "0.0.2",
"version": "0.0.3",
"main": "dist/index.cjs",
"module": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -29,7 +29,7 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"@calor/core": "^0.0.2"
"@calor/core": "^0.0.3"
},
"publishConfig": {
"access": "public"
Expand Down
9 changes: 9 additions & 0 deletions packages/preview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# preview

## 0.0.1

### Patch Changes

- Updated dependencies [8078db6]
- @calor/core@0.0.3
- @calor/highlighter@0.0.3
2 changes: 1 addition & 1 deletion packages/preview/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "preview",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 5f3772b

Please sign in to comment.