Skip to content

Commit

Permalink
Version Packages (#27)
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 65b99bf commit 4983e68
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/rare-bees-talk.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.4

### Patch Changes

- 65b99bf: Fix C/C++ directive and preprocessor tokenize rule"

## 0.0.3

### 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.3",
"version": "0.0.4",
"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.4

### Patch Changes

- 65b99bf: Fix C/C++ directive and preprocessor tokenize rule"
- Updated dependencies [65b99bf]
- @calor/core@0.0.4

## 0.0.3

### 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.3",
"version": "0.0.4",
"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.3"
"@calor/core": "^0.0.4"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/preview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# preview

## 0.0.2

### Patch Changes

- Updated dependencies [65b99bf]
- @calor/core@0.0.4
- @calor/highlighter@0.0.4

## 0.0.1

### Patch Changes
Expand Down
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.1",
"version": "0.0.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 4983e68

Please sign in to comment.