Skip to content

Commit

Permalink
Bump to 12.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerpena committed May 2, 2022
1 parent 4102c4a commit 3486764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
- run: yarn install
- run: yarn build
- run: npm publish --tag next
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-mde",
"version": "12.0.2",
"version": "12.0.3",
"description": "React Markdown Editor",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -45,13 +45,9 @@
"@types/react": "17.0.4",
"@types/react-dom": "17.0.3",
"@types/showdown": "^1.7.2",
"@types/webpack-dev-middleware": "^2.0.0",
"@types/webpack-hot-middleware": "^2.16.2",
"@vitejs/plugin-react": "^1.3.0",
"add": "^2.0.6",
"cross-env": "^6.0.3",
"css-loader": "^0.28.10",
"file-loader": "^5.0.2",
"framer-motion": "^6",
"jest": "^24.9.0",
"merge2": "^1.2.1",
Expand Down

0 comments on commit 3486764

Please sign in to comment.