Skip to content

Commit

Permalink
Sync Jodit version with react
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Jan 11, 2024
1 parent eacfd7c commit 4f30209
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 93 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- name: Create local changes
run: |
npm ci
npm i jodit@beta
npm i jodit
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
npm version prerelease --preid=beta --no-git-tag-version
npm version patch --no-git-tag-version
npm run git
- name: Push changes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Publish
run: |
NPM_TOKEN=${{ secrets.NPM_TOKEN }} npm publish ./ --access public --tag beta
NPM_TOKEN=${{ secrets.NPM_TOKEN }} npm publish ./ --access public
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
> - :house: [Internal]
> - :nail_care: [Polish]
## 4.0.1

-

## 1.3.19

#### :rocket: New Feature
Expand Down
162 changes: 75 additions & 87 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4f30209

Please sign in to comment.