From 02303f0e4d94606763fb4ecc270bc50313b90526 Mon Sep 17 00:00:00 2001 From: themashcodee Date: Fri, 21 Jun 2024 23:57:43 +0530 Subject: [PATCH] =?UTF-8?q?Revert=20"chore:=20=E2=9A=B0=EF=B8=8F=20remove?= =?UTF-8?q?=20unused=20code"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 424535621aaa6f8158561c39348537c30c840c9d. --- .changeset/README.md | 8 ++++++++ .changeset/config.json | 11 +++++++++++ CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ package.json | 2 +- 4 files changed, 57 insertions(+), 1 deletion(-) create mode 100644 .changeset/README.md create mode 100644 .changeset/config.json create mode 100644 CHANGELOG.md 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",