Skip to content

Commit

Permalink
CSS not bundled in the dist (christopher-caldwell#10)
Browse files Browse the repository at this point in the history
* fix: Adding style export to main build

* chore(release): 0.0.3

* fix: Removing source maps from styles

* chore(release): 0.0.4
  • Loading branch information
christopher-caldwell authored Oct 31, 2022
1 parent 1b6f02b commit 25366a4
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 8 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.4](https://github.com/christopher-caldwell/react-kanban/compare/v0.0.3...v0.0.4) (2022-10-31)


### Bug Fixes

* Removing source maps from styles ([0899583](https://github.com/christopher-caldwell/react-kanban/commit/0899583f6d7b1044605d7bf64d272198c53a2573))

### [0.0.3](https://github.com/christopher-caldwell/react-kanban/compare/v0.0.2...v0.0.3) (2022-10-31)


### Features

* Create an env for the demo site ([#3](https://github.com/christopher-caldwell/react-kanban/issues/3)) ([3e1f636](https://github.com/christopher-caldwell/react-kanban/commit/3e1f63697fbd42b8a65d7564a308dd873fced75b))


### Bug Fixes

* Adding demo link and urls ([ad8e62c](https://github.com/christopher-caldwell/react-kanban/commit/ad8e62c7f2909ca646eca7c39f7bc0128a6dfff7))
* Adding demo link and urls ([#4](https://github.com/christopher-caldwell/react-kanban/issues/4)) ([264adf9](https://github.com/christopher-caldwell/react-kanban/commit/264adf9f4f4d5991607c75f873fb4d128caf1106))
* Adding style export to main build ([86cb209](https://github.com/christopher-caldwell/react-kanban/commit/86cb209865f6f72fcf665c2424ddc893eeae7138))
* Correcting CI ([7c0f5fe](https://github.com/christopher-caldwell/react-kanban/commit/7c0f5fe135c6124ec9081b2032037f967cd90f42))
* demo link ([752e4bf](https://github.com/christopher-caldwell/react-kanban/commit/752e4bf242bd5d88395e85557ce342a06d50d8b0))
* Moving source out of notion styles ([1b6f02b](https://github.com/christopher-caldwell/react-kanban/commit/1b6f02baa8daa99bafc524af09404b5d5fb92ed8))

### [0.0.2](https://github.com/christopher-caldwell/react-kanban/compare/v2.2.0...v0.0.2) (2022-10-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caldwell619/react-kanban",
"version": "0.0.2",
"version": "0.0.4",
"description": "(fork of) Yet another Kanban/Trello board lib for React",
"scripts": {
"lint": "eslint --ext .ts,.tsx src",
Expand Down
7 changes: 0 additions & 7 deletions scripts/build.sh

This file was deleted.

2 changes: 2 additions & 0 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ if [ $? != 0 ]; then
exit 1
fi

yarn sass src/styles.scss dist/styles.css --no-source-map

printf "\n\n$BICyan$(echo Bumping the version number..)$Color_Off"

standard-version
Expand Down

0 comments on commit 25366a4

Please sign in to comment.