Skip to content

Commit

Permalink
fix: APP-2596 - Fix directory of types declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
cgero-eth authored Nov 8, 2023
1 parent d0d32a6 commit b197b5e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Fix directory of types declarations
- Remove empty `index.css` file

## [1.0.2] - 2023-10-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.2",
"description": "Implementation of the Aragon's Open Design System",
"main": "dist/index.cjs.js",
"types": "dist/types/index.d.ts",
"types": "dist/types/src/index.d.ts",
"license": "GPL-3.0",
"files": [
"dist",
Expand Down
1 change: 0 additions & 1 deletion src/styles/index.css
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
@import "./primitives/index.css";
@import "./semantic/index.css";
Empty file removed src/styles/semantic/index.css
Empty file.

0 comments on commit b197b5e

Please sign in to comment.