Skip to content

Commit

Permalink
Version Packages (#292)
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 Dec 6, 2024
1 parent b0ebda5 commit 345fa6b
Show file tree
Hide file tree
Showing 15 changed files with 54 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-toes-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-cats-dream.md

This file was deleted.

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

## 0.9.2

### Patch Changes

- [#291](https://github.com/zjxxxxxxxxx/open-editor/pull/291) [`59d33af`](https://github.com/zjxxxxxxxxx/open-editor/commit/59d33afc2960ec8aa3c08d56dfce52ae4aeb9577) Thanks [@zjxxxxxxxxx](https://github.com/zjxxxxxxxxx)! - Fix event mask layer event not triggered

- [#293](https://github.com/zjxxxxxxxxx/open-editor/pull/293) [`af47d57`](https://github.com/zjxxxxxxxxx/open-editor/commit/af47d57f327353f3b0d4cd6b82fe8bf0640d99d8) Thanks [@zjxxxxxxxxx](https://github.com/zjxxxxxxxxx)! - Fix prevent event overlay compatibility with once option

- Updated dependencies []:
- @open-editor/shared@0.9.2

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-editor/client",
"version": "0.9.1",
"version": "0.9.2",
"description": "internal utils shared across @open-editor packages",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @open-editor/rollup

## 0.9.2

### Patch Changes

- Updated dependencies [[`59d33af`](https://github.com/zjxxxxxxxxx/open-editor/commit/59d33afc2960ec8aa3c08d56dfce52ae4aeb9577), [`af47d57`](https://github.com/zjxxxxxxxxx/open-editor/commit/af47d57f327353f3b0d4cd6b82fe8bf0640d99d8)]:
- @open-editor/client@0.9.2
- @open-editor/server@0.9.2
- @open-editor/shared@0.9.2

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-editor/rollup",
"version": "0.9.1",
"version": "0.9.2",
"description": "🚀 A rollup plugin for fast find source code.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @open-editor/server

## 0.9.2

### Patch Changes

- Updated dependencies []:
- @open-editor/shared@0.9.2

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-editor/server",
"version": "0.9.1",
"version": "0.9.2",
"description": "internal utils shared across @open-editor packages",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
2 changes: 2 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @open-editor/shared

## 0.9.2

## 0.9.1

## 0.9.0
Expand Down
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": "@open-editor/shared",
"version": "0.9.1",
"version": "0.9.2",
"description": "internal utils shared across @open-editor packages",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @open-editor/vite

## 0.9.2

### Patch Changes

- Updated dependencies [[`59d33af`](https://github.com/zjxxxxxxxxx/open-editor/commit/59d33afc2960ec8aa3c08d56dfce52ae4aeb9577), [`af47d57`](https://github.com/zjxxxxxxxxx/open-editor/commit/af47d57f327353f3b0d4cd6b82fe8bf0640d99d8)]:
- @open-editor/client@0.9.2
- @open-editor/server@0.9.2
- @open-editor/shared@0.9.2

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-editor/vite",
"version": "0.9.1",
"version": "0.9.2",
"description": "🚀 A vite plugin for fast find source code.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @open-editor/webpack

## 0.9.2

### Patch Changes

- Updated dependencies [[`59d33af`](https://github.com/zjxxxxxxxxx/open-editor/commit/59d33afc2960ec8aa3c08d56dfce52ae4aeb9577), [`af47d57`](https://github.com/zjxxxxxxxxx/open-editor/commit/af47d57f327353f3b0d4cd6b82fe8bf0640d99d8)]:
- @open-editor/client@0.9.2
- @open-editor/server@0.9.2
- @open-editor/shared@0.9.2

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-editor/webpack",
"version": "0.9.1",
"version": "0.9.2",
"description": "🚀 A webpack plugin for fast find source code.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const portPromiseCache: AnyObject<Promise<number>> = {};
* development only
*/
export default class OpenEditorPlugin {
private declare options: Options & { port?: number };
declare private options: Options & { port?: number };

constructor(options: Options = {}) {
const { rootDir = options.rootDir ?? process.cwd(), onOpenEditor } = options;
Expand Down

0 comments on commit 345fa6b

Please sign in to comment.