Skip to content

Commit

Permalink
Merge branch 'main' into feat/remove-tile-metadata-add-recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-money authored Sep 24, 2024
2 parents 36ad34e + 93e333f commit 02c237b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.28.3](https://github.com/rdkcentral/solid-ui/compare/@lightningtv/[email protected]...@lightningtv/[email protected]) (2024-09-24)

### Bug Fixes

- ensure js files are included in the final dist, exclude tests ([#53](https://github.com/rdkcentral/solid-ui/issues/53)) ([8c0b9f2](https://github.com/rdkcentral/solid-ui/commit/8c0b9f25b645439b34c764389097a65afbd2df62))

## [0.28.2](https://github.com/rdkcentral/solid-ui/compare/@lightningtv/[email protected]...@lightningtv/[email protected]) (2024-09-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightningtv/solid-ui",
"version": "0.28.2",
"version": "0.28.3",
"description": "A shared library of components for the LightningJS Solid Framework.",
"main": "dist/index.js",
"source": "./index.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/solid/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"extends": "../../tsconfig.json",
"exclude": ["./dist", "./node_modules", "./storybook-static"],
"exclude": ["./dist", "./node_modules", "./storybook-static", "./**/*.test.*"],
"no-emit": false,
"compilerOptions": {
"baseUrl": ".",
"allowJs": true,
"allowSyntheticDefaultImports": true,
"declaration": true,
"outDir": "./dist",
Expand Down

0 comments on commit 02c237b

Please sign in to comment.