Skip to content

Commit

Permalink
add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
awran5 committed Sep 25, 2021
1 parent 2641f0d commit 37f5c3a
Show file tree
Hide file tree
Showing 7 changed files with 632 additions and 2,503 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
10 changes: 10 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "https://unpkg.com/@changesets/config@1.6.1/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
5 changes: 5 additions & 0 deletions .changeset/red-zebras-guess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-floating-whatsapp': minor
---

add changesets
File renamed without changes.
21 changes: 4 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-floating-whatsapp",
"version": "0.0.0-development",
"version": "4.0.3",
"private": false,
"description": "Simple React Component for adding a floating WhatsApp button to your project.",
"author": "awran5 <awran5@yahoo.com>",
Expand All @@ -18,29 +18,22 @@
"start:rollup": "rollup -cw --exports auto",
"start:example": "cd example && yarn start",
"start": "run-p start:rollup start:example",
"build": "rollup -c --exports auto",
"commit": "git cz",
"release": "semantic-release -b main"
"build": "rollup -c --exports auto"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@changesets/cli": "^2.17.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/git": "^10.0.0",
"@types/node": "^16.9.6",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"autoprefixer": "^10.3.5",
"commitizen": "^4.2.4",
"conventional-changelog-eslint": "^3.0.9",
"cross-env": "^7.0.2",
"cz-conventional-changelog": "3.3.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
Expand All @@ -61,7 +54,6 @@
"rollup-plugin-postcss": "^4.0.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"semantic-release": "^18.0.0",
"typescript": "^4.4.3"
},
"files": [
Expand All @@ -86,10 +78,5 @@
"react-component",
"react-typescript"
],
"dependencies": {},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
"dependencies": {}
}
27 changes: 0 additions & 27 deletions release.config.js

This file was deleted.

Loading

0 comments on commit 37f5c3a

Please sign in to comment.