Skip to content

Commit

Permalink
Revert "chore: ⚰️ remove unused code"
Browse files Browse the repository at this point in the history
This reverts commit 4245356.
  • Loading branch information
themashcodee committed Jun 21, 2024
1 parent 4245356 commit 02303f0
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 1 deletion.
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)
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -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": []
}
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 02303f0

Please sign in to comment.