dhutaryan / ngx-mat-timepicker

Material timepicker based on material design
https://dhutaryan.github.io/ngx-mat-timepicker/
MIT License
73 stars 8 forks source link

v18.0.0 Missing theme files #174

Closed k3nsei closed 3 months ago

k3nsei commented 3 months ago

image

image

image

X [ERROR] Can't find stylesheet to import.
  ╷
3 │ @use './themes/base.scss';
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵
  node_modules\@dhutaryan\ngx-mat-timepicker\_timepicker-theme.scss 3:1  @forward
  node_modules\@dhutaryan\ngx-mat-timepicker\_index.scss 1:1             @use
k3nsei commented 3 months ago

@dhutaryan thanks for quick response

dhutaryan commented 3 months ago

Sorry, I've totally forgot to include new files into build. Fixed in 18.0.1

k3nsei commented 3 months ago

It's totally ok, easy mistake to do. As including assets it's not common thing to do. @dhutaryan Don't forget to mark previous package version as deprecated, because without those assets present it's unusable.

image

Here are instructions how to do that: https://docs.npmjs.com/deprecating-and-undeprecating-packages-or-package-versions#deprecating-a-single-version-of-a-package