Skip to content

Commit

Permalink
chore: 🔨 version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
isboyjc committed Dec 6, 2024
1 parent 90d2a3d commit bff308f
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 27 deletions.
6 changes: 0 additions & 6 deletions .changeset/fuzzy-plants-tan.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/new-pans-agree.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slow-foxes-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-olives-hunt.md

This file was deleted.

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

## 0.0.6

### Patch Changes

- Updated dependencies [460eedc]
- Updated dependencies [a2264bc]
- Updated dependencies [90d2a3d]
- Updated dependencies [06c3581]
- @isle-editor/core@0.0.6
- @isle-editor/vue3@0.0.6

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.0.5",
"version": "0.0.6",
"keywords": [
"isle",
"editor",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @isle-editor/core

## 0.0.6

### Patch Changes

- 460eedc: add color&background ext type | update css variable | update color-picker component
- a2264bc: refactor font-family&font-size
- 90d2a3d: add constants changes

## 0.0.5

### 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": "@isle-editor/core",
"version": "0.0.5",
"version": "0.0.6",
"description": "Isle Editor Core",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/vue3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @isle-editor/vue3

## 0.0.6

### Patch Changes

- 460eedc: add color&background ext type | update css variable | update color-picker component
- a2264bc: refactor font-family&font-size
- 90d2a3d: add constants changes
- 06c3581: add color-picker for ui component
- Updated dependencies [460eedc]
- Updated dependencies [a2264bc]
- Updated dependencies [90d2a3d]
- @isle-editor/core@0.0.6

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@isle-editor/vue3",
"version": "0.0.5",
"version": "0.0.6",
"description": "isle-editor view for vue3",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# playground

## 0.0.6

### Patch Changes

- Updated dependencies [460eedc]
- Updated dependencies [a2264bc]
- Updated dependencies [90d2a3d]
- Updated dependencies [06c3581]
- @isle-editor/core@0.0.6
- @isle-editor/vue3@0.0.6

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit bff308f

Please sign in to comment.