Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.3.1",
"version": "1.3.2",
"type": "module",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-smart-tv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-smart-tv-app",
"version": "1.3.1",
"version": "1.3.2",
"description": "Create Smart TV applications with React and Smart TV packages - official CLI scaffolding tool",
"author": "ForidPathan",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smart-tv/eslint-config",
"version": "1.3.1",
"version": "1.3.2",
"type": "module",
"private": true,
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smart-tv/player",
"version": "1.3.1",
"version": "1.3.2",
"description": "A comprehensive Smart TV video player built with Shaka Player and spatial navigation support",
"author": "ForidPathan",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smart-tv/query",
"version": "1.3.1",
"version": "1.3.2",
"description": "Lightweight data fetching and caching utilities for Smart TV applications",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smart-tv/tailwind-config",
"version": "1.3.1",
"version": "1.3.2",
"type": "module",
"private": true,
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smart-tv/typescript-config",
"version": "1.3.1",
"version": "1.3.2",
"private": true,
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smart-tv/ui",
"version": "1.3.1",
"version": "1.3.2",
"sideEffects": [
"**/*.css"
],
Expand Down
Loading