diff --git a/.changeset/tired-dancers-find.md b/.changeset/tired-dancers-find.md new file mode 100644 index 000000000..c8691b14c --- /dev/null +++ b/.changeset/tired-dancers-find.md @@ -0,0 +1,19 @@ +--- +'@rock-js/plugin-brownfield-android': patch +'@rock-js/platform-apple-helpers': patch +'@rock-js/plugin-brownfield-ios': patch +'@rock-js/platform-android': patch +'@rock-js/provider-github': patch +'@rock-js/welcome-screen': patch +'@rock-js/plugin-repack': patch +'@rock-js/platform-ios': patch +'@rock-js/plugin-metro': patch +'@rock-js/test-helpers': patch +'@rock-js/provider-s3': patch +'create-rock': patch +'@rock-js/config': patch +'@rock-js/tools': patch +'rock': patch +--- + +chore: add missing description fields to package.jsons diff --git a/packages/cli/package.json b/packages/cli/package.json index dd04a43fd..4bdce2ae3 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,7 @@ { "name": "rock", "version": "0.11.4", + "description": "Command-line interface for Rock - a React Native development toolkit", "type": "module", "types": "./dist/src/index.d.ts", "exports": { diff --git a/packages/config/package.json b/packages/config/package.json index c4b258919..7835570c8 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,7 @@ { "name": "@rock-js/config", "version": "0.11.4", + "description": "Configuration management utilities for Rock projects", "type": "module", "types": "./dist/src/index.d.ts", "exports": { diff --git a/packages/create-app/package.json b/packages/create-app/package.json index 75750c642..7085e1195 100644 --- a/packages/create-app/package.json +++ b/packages/create-app/package.json @@ -1,6 +1,7 @@ { "name": "create-rock", "version": "0.11.4", + "description": "Scaffolding tool for creating new React Native applications with Rock", "type": "module", "types": "./dist/src/index.d.ts", "exports": { diff --git a/packages/platform-android/package.json b/packages/platform-android/package.json index 7a45ab2eb..08741af3c 100644 --- a/packages/platform-android/package.json +++ b/packages/platform-android/package.json @@ -1,6 +1,7 @@ { "name": "@rock-js/platform-android", "version": "0.11.4", + "description": "Android platform support and configuration for Rock", "type": "module", "types": "./dist/src/index.d.ts", "exports": { diff --git a/packages/platform-apple-helpers/package.json b/packages/platform-apple-helpers/package.json index b2dcdf7ef..b1d80a25f 100644 --- a/packages/platform-apple-helpers/package.json +++ b/packages/platform-apple-helpers/package.json @@ -1,6 +1,7 @@ { "name": "@rock-js/platform-apple-helpers", "version": "0.11.4", + "description": "Shared utilities and helpers for Apple platforms (iOS/macOS/tvOS/visionOS) in Rock", "type": "module", "types": "./dist/src/index.d.ts", "exports": { diff --git a/packages/platform-ios/package.json b/packages/platform-ios/package.json index 31a933834..c489c7002 100644 --- a/packages/platform-ios/package.json +++ b/packages/platform-ios/package.json @@ -1,6 +1,7 @@ { "name": "@rock-js/platform-ios", "version": "0.11.4", + "description": "iOS platform support and configuration for Rock", "type": "module", "types": "./dist/src/index.d.ts", "exports": { diff --git a/packages/plugin-brownfield-android/package.json b/packages/plugin-brownfield-android/package.json index 625a51f02..112d30ce9 100644 --- a/packages/plugin-brownfield-android/package.json +++ b/packages/plugin-brownfield-android/package.json @@ -1,6 +1,7 @@ { "name": "@rock-js/plugin-brownfield-android", "version": "0.11.4", + "description": "Plugin for integrating Rock projects with existing Android apps", "type": "module", "types": "./dist/src/index.d.ts", "exports": { diff --git a/packages/plugin-brownfield-ios/package.json b/packages/plugin-brownfield-ios/package.json index 25992a3f8..c79d883c6 100644 --- a/packages/plugin-brownfield-ios/package.json +++ b/packages/plugin-brownfield-ios/package.json @@ -1,6 +1,7 @@ { "name": "@rock-js/plugin-brownfield-ios", "version": "0.11.4", + "description": "Plugin for integrating Rock projects with existing iOS apps", "type": "module", "types": "./dist/src/index.d.ts", "exports": { diff --git a/packages/plugin-metro/package.json b/packages/plugin-metro/package.json index 15844b19c..c14e72a65 100644 --- a/packages/plugin-metro/package.json +++ b/packages/plugin-metro/package.json @@ -1,6 +1,7 @@ { "name": "@rock-js/plugin-metro", "version": "0.11.4", + "description": "Metro bundler integration plugin for Rock", "type": "module", "types": "./dist/src/index.d.ts", "exports": { diff --git a/packages/plugin-repack/package.json b/packages/plugin-repack/package.json index 50c35318f..481512752 100644 --- a/packages/plugin-repack/package.json +++ b/packages/plugin-repack/package.json @@ -1,6 +1,7 @@ { "name": "@rock-js/plugin-repack", "version": "0.11.4", + "description": "Re.Pack bundler integration plugin for Rock", "type": "module", "types": "./dist/src/index.d.ts", "exports": { diff --git a/packages/provider-github/package.json b/packages/provider-github/package.json index c40ff5d0d..64c24e674 100644 --- a/packages/provider-github/package.json +++ b/packages/provider-github/package.json @@ -1,6 +1,7 @@ { "name": "@rock-js/provider-github", "version": "0.11.4", + "description": "GitHub Actions provider for Rock Remote Build Cache", "type": "module", "types": "./dist/src/index.d.ts", "exports": { diff --git a/packages/provider-s3/package.json b/packages/provider-s3/package.json index f42a56992..f1dadf57f 100644 --- a/packages/provider-s3/package.json +++ b/packages/provider-s3/package.json @@ -1,6 +1,7 @@ { "name": "@rock-js/provider-s3", "version": "0.11.4", + "description": "AWS S3 (and Cloudflare R2) provider for Rock Remote Build Cache", "type": "module", "types": "./dist/src/index.d.ts", "exports": { diff --git a/packages/test-helpers/package.json b/packages/test-helpers/package.json index 294100a8e..a6cf44edd 100644 --- a/packages/test-helpers/package.json +++ b/packages/test-helpers/package.json @@ -1,6 +1,7 @@ { "name": "@rock-js/test-helpers", "version": "0.11.4", + "description": "Internal testing utilities and helpers for Rock packages", "type": "module", "private": true, "exports": { diff --git a/packages/tools/package.json b/packages/tools/package.json index 9abf5c811..453352641 100644 --- a/packages/tools/package.json +++ b/packages/tools/package.json @@ -1,6 +1,7 @@ { "name": "@rock-js/tools", "version": "0.11.4", + "description": "Internal core utilities for Rock", "type": "module", "types": "./dist/src/index.d.ts", "exports": { diff --git a/packages/welcome-screen/package.json b/packages/welcome-screen/package.json index 674e15a89..2d54fe245 100644 --- a/packages/welcome-screen/package.json +++ b/packages/welcome-screen/package.json @@ -1,6 +1,7 @@ { "name": "@rock-js/welcome-screen", "version": "0.11.4", + "description": "Welcome screen component for Rock React Native applications", "type": "module", "main": "./dist/src/index.jsx", "types": "./dist/src/index.d.ts",