Skip to content

Commit

Permalink
chore: 🔨 change version
Browse files Browse the repository at this point in the history
  • Loading branch information
isboyjc committed Dec 26, 2024
1 parent 498a0d2 commit 256c9c5
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-numbers-jam.md

This file was deleted.

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

## 0.0.10

### Patch Changes

- Updated dependencies [498a0d2]
- @isle-editor/core@0.0.10
- @isle-editor/vue3@0.0.10

## 0.0.9

### 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.9",
"version": "0.0.10",
"keywords": [
"isle",
"editor",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @isle-editor/core

## 0.0.10

### Patch Changes

- 498a0d2: fix: 🐛 update link

## 0.0.9

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

## 0.0.10

### Patch Changes

- Updated dependencies [498a0d2]
- @isle-editor/core@0.0.10

## 0.0.9

### 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.9",
"version": "0.0.10",
"description": "isle-editor view for vue3",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# playground

## 0.0.10

### Patch Changes

- Updated dependencies [498a0d2]
- @isle-editor/core@0.0.10
- @isle-editor/vue3@0.0.10

## 0.0.9

### 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.9",
"version": "0.0.10",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 256c9c5

Please sign in to comment.