diff --git a/.changeset/README.md b/.changeset/README.md new file mode 100644 index 0000000..e5b6d8d --- /dev/null +++ b/.changeset/README.md @@ -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) diff --git a/.changeset/config.json b/.changeset/config.json new file mode 100644 index 0000000..beeeaee --- /dev/null +++ b/.changeset/config.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json", + "changelog": "@changesets/cli/changelog", + "commit": false, + "fixed": [], + "linked": [], + "access": "public", + "baseBranch": "main", + "updateInternalDependencies": "patch", + "ignore": [] +} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4242af7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,37 @@ +# slack-blocks-to-jsx + +## 0.0.7 + +### Patch Changes + +- 78da930: Fix css build structure, export typescript types and remove tailwind from npm build + +## 0.0.6 + +### Patch Changes + +- 5fa6e84: Allow react and react dom to be 17 or 18 + +## 0.0.5 + +### Patch Changes + +- 87a3113: Setup tailwindcss n add build script for it + +## 0.0.4 + +### Patch Changes + +- c8d42a6: minor fix in emoji formating + +## 0.0.3 + +### Patch Changes + +- 3d7b5d1: fix build bugs + +## 0.0.2 + +### Patch Changes + +- 57b7257: Initial Setup diff --git a/package.json b/package.json index 58ba215..fc15ede 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ ], "repository": "https://github.com/themashcodee/slack-blocks-to-jsx.git", "license": "MIT", - "version": "0.2.2", + "version": "0.2.1", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",