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/csk-marketing-site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uniformdev/csk-marketing-site",
"version": "6.1.87",
"version": "6.1.88",
"private": true,
"engines": {
"yarn": "please-use-npm",
Expand Down
2 changes: 1 addition & 1 deletion apps/csk-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uniformdev/csk-storybook",
"version": "6.1.87",
"version": "6.1.88",
"description": "CSK vNext Storybook is an interactive Storybook build showcasing components from the CSK vNext component starter kit. It provides detailed documentation, live previews, and testing capabilities for easy integration into your projects.",
"main": "index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions apps/csk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,3 +249,11 @@ GOOGLE_ANALYTICS_ID=

> Learn more in the [Google Analytics integration guide](https://docs.uniform.app/docs/integrations/data/google-analytics).

## Known Issues

### React 19 dev warning: "Encountered a script tag while rendering React component"

Source: `next-themes@0.4.6` renders its anti-FOUC theme initializer as a React-created `<script>` element ([next-themes/dist/index.mjs](https://github.com/pacocoursey/next-themes)). React 19's new host-element semantics warn about that pattern.

Impact: **dev-only console noise**. The script runs correctly on the initial server-rendered HTML — which is the only time FOUC prevention needs it. Production builds and runtime behavior are unaffected.

2 changes: 1 addition & 1 deletion apps/csk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uniformdev/component-starter-kit",
"version": "6.1.87",
"version": "6.1.88",
"private": true,
"engines": {
"yarn": "please-use-npm",
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csk-packages",
"version": "6.1.87",
"version": "6.1.88",
"private": true,
"scripts": {
"build": "turbo build",
Expand Down
2 changes: 1 addition & 1 deletion packages/csk-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uniformdev/csk-cli",
"version": "6.1.87",
"version": "6.1.88",
"description": "Command-line interface (CLI) tool designed to streamline the development workflow within Uniform projects. It provides commands for pulling additional data and generating components based on Canvas data",
"license": "SEE LICENSE IN LICENSE.txt",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/csk-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uniformdev/csk-components",
"version": "6.1.87",
"version": "6.1.88",
"description": "Components Starter Kit that provides a set of basic components for building websites within a Uniform project",
"license": "SEE LICENSE IN LICENSE.txt",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/csk-recipes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uniformdev/csk-recipes",
"version": "6.1.87",
"version": "6.1.88",
"description": "command-line interface (CLI) and utility functions to help you work with recipes in a CSK project. It simplifies project initialization by allowing you to choose templates and include specific recipes",
"license": "SEE LICENSE IN LICENSE.txt",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/design-extensions-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uniformdev/design-extensions-tools",
"version": "6.1.87",
"version": "6.1.88",
"description": "Command-line interface (CLI) tool and a set of utilities for working with design extension integrations",
"license": "SEE LICENSE IN LICENSE.txt",
"engines": {
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": "@repo/eslint-config",
"version": "6.1.87",
"version": "6.1.88",
"type": "module",
"private": true,
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/internal-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/internal-scripts",
"version": "6.1.87",
"version": "6.1.88",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
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": "@repo/typescript-config",
"version": "6.1.87",
"version": "6.1.88",
"private": true,
"license": "MIT",
"publishConfig": {
Expand Down
Loading