jodit-react 2.0.1-beta.9 → 4.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,12 +21,12 @@ jobs:
21
21
  - name: Create local changes
22
22
  run: |
23
23
  npm ci
24
- npm update jodit
24
+ npm i jodit
25
25
 
26
26
  git config --local user.email "github-actions[bot]@users.noreply.github.com"
27
27
  git config --local user.name "github-actions[bot]"
28
28
 
29
- npm version prerelease --preid=beta --no-git-tag-version
29
+ npm version patch --no-git-tag-version
30
30
  npm run git
31
31
 
32
32
  - name: Push changes
@@ -33,4 +33,4 @@ jobs:
33
33
 
34
34
  - name: Publish
35
35
  run: |
36
- NPM_TOKEN=${{ secrets.NPM_TOKEN }} npm publish ./ --access public --tag beta
36
+ NPM_TOKEN=${{ secrets.NPM_TOKEN }} npm publish ./ --access public
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 16.15.0
1
+ 18.17.1
package/CHANGELOG.md CHANGED
@@ -9,6 +9,10 @@
9
9
  > - :house: [Internal]
10
10
  > - :nail_care: [Polish]
11
11
 
12
+ ## 4.0.1
13
+
14
+ -
15
+
12
16
  ## 1.3.19
13
17
 
14
18
  #### :rocket: New Feature