From 2af1e3180d51257e4685b92f44f7783c0efd970d Mon Sep 17 00:00:00 2001 From: Amir Angel <36531255+17Amir17@users.noreply.github.com> Date: Sun, 5 Jan 2025 15:20:48 +0200 Subject: [PATCH 1/2] fix: release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a68c43..9f4a231 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@10play/tentap-editor", - "version": "0.5.31", + "version": "0.5.32", "description": "React Native Rich Text Editor", "main": "lib/commonjs/index", "module": "lib/module/index", From b9d87ff80d6523a67430beb1550b17db4b77f53a Mon Sep 17 00:00:00 2001 From: Amir Angel <36531255+17Amir17@users.noreply.github.com> Date: Sun, 5 Jan 2025 15:22:45 +0200 Subject: [PATCH 2/2] fix: bump for release --- example/src/Examples/Advanced/editor-web/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/src/Examples/Advanced/editor-web/index.tsx b/example/src/Examples/Advanced/editor-web/index.tsx index 42ecda5..fbdd465 100644 --- a/example/src/Examples/Advanced/editor-web/index.tsx +++ b/example/src/Examples/Advanced/editor-web/index.tsx @@ -3,7 +3,7 @@ import { createRoot } from 'react-dom/client'; import { AdvancedEditor } from './AdvancedEditor'; /** - * This is the entrypoint for the "web" part of our editor that will be built with vite + * This is the entrypoint for the web part of our editor that will be built with vite */ declare global {