Skip to content

Commit

Permalink
Merge pull request #17 from perimetre/fix/Bug-with-purgecss-cleaning-…
Browse files Browse the repository at this point in the history
…classes_CU-3k7em3

1.4.1
  • Loading branch information
AssisrMatheus authored Mar 4, 2021
2 parents ec0b6db + 6ae5871 commit a42f8aa
Showing 3 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -25,6 +25,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [1.4.1] - 2021-03-04

### Fixed

- Typescript declaration files are now being exported in the `src` folder. Updated the npm lookup to consider that folder now.

## [1.4.0] - 2021-03-04

### Changes
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perimetre/ui",
"description": "A component library made by @perimetre",
"version": "1.4.0",
"version": "1.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/perimetre/ui.git"
@@ -13,7 +13,7 @@
},
"main": "dist/cjs/index",
"module": "dist/esm/index",
"types": "dist/index.d.ts",
"types": "dist/src/index.d.ts",
"files": [
"dist",
"src"
@@ -108,7 +108,7 @@
"svgo": "^1.3.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2",
"tslib": "^2.1.0",
"typescript": "^4.1.3",
"typescript": "^4.2.2",
"xss": "^1.0.8",
"yup": "^0.32.9"
},

0 comments on commit a42f8aa

Please sign in to comment.