Skip to content

Commit

Permalink
Update package.json metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem committed Mar 8, 2024
1 parent d93cb6c commit 5ff8f30
Show file tree
Hide file tree
Showing 17 changed files with 133 additions and 8 deletions.
15 changes: 15 additions & 0 deletions .changeset/small-poets-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
"@open-pioneer/runtime-react-support": patch
"@open-pioneer/chakra-integration": patch
"@open-pioneer/authentication": patch
"@open-pioneer/local-storage": patch
"@open-pioneer/integration": patch
"@open-pioneer/base-theme": patch
"@open-pioneer/test-utils": patch
"@open-pioneer/notifier": patch
"@open-pioneer/runtime": patch
"@open-pioneer/core": patch
"@open-pioneer/http": patch
---

Update package.json metadata.
9 changes: 9 additions & 0 deletions src/packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
"license": "Apache-2.0",
"version": "0.3.1",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-core-packages",
"directory": "src/packages/authentication"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
6 changes: 4 additions & 2 deletions src/packages/base-theme/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# @open-pioneer/base-theme

This package provides a theme that uses the "trails" color scheme.
This package provides the default theme for all open pioneer trails applications.

## Usage

This theme is automatically used as the default theme for all open pioneer trails applications.

### How to override the `trails` color scheme

Import the `extendTheme` helper function:
When using this theme, the `trails` color scheme becomes is the default color scheme for all chakra UI components.

To override the `trails` color scheme, import the `extendTheme` helper function:

```jsx
import { extendTheme } from "@open-pioneer/chakra-integration";
Expand Down
10 changes: 10 additions & 0 deletions src/packages/base-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"name": "@open-pioneer/base-theme",
"description": "This package provides the default theme for all open pioneer trails applications.",
"version": "0.3.0",
"main": "index.ts",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-core-packages",
"directory": "src/packages/base-theme"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
2 changes: 1 addition & 1 deletion src/packages/chakra-integration/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @open-pioneer/chakra-integration

This package integrates [Chakra UI](https://chakra-ui.com/) into the open pioneer project.
This package integrates [Chakra UI](https://chakra-ui.com/) into open pioneer trails application.
All components are re-exported from `@chakra-ui/react` (sometimes with some modifications).
All UI packages using the pioneer framework should use this package instead of depending on `@chakra-ui/react` directly.

Expand Down
10 changes: 10 additions & 0 deletions src/packages/chakra-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"name": "@open-pioneer/chakra-integration",
"version": "1.1.1",
"description": "Integrates Chakra UI into open pioneer trails application.",
"main": "index.tsx",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-core-packages",
"directory": "src/packages/chakra-integration"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
12 changes: 11 additions & 1 deletion src/packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"name": "@open-pioneer/core",
"version": "1.2.1",
"description": "Contains basic utility functions and classes used by the @open-pioneer project.",
"license": "Apache-2.0",
"main": "index.ts",
"version": "1.2.1",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-core-packages",
"directory": "src/packages/core"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
10 changes: 10 additions & 0 deletions src/packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"name": "@open-pioneer/http",
"version": "2.1.4",
"description": "Provides the HttpService, which can be used to request resources over HTTP.",
"license": "Apache-2.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-core-packages",
"directory": "src/packages/http"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
10 changes: 10 additions & 0 deletions src/packages/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"name": "@open-pioneer/integration",
"version": "2.0.5",
"description": "Provides techniques for the communication between an application (web component) and its embedding site.",
"license": "Apache-2.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-core-packages",
"directory": "src/packages/integration"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
10 changes: 10 additions & 0 deletions src/packages/local-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"name": "@open-pioneer/local-storage",
"version": "0.3.1",
"description": "Provides access to the browser's local storage.",
"license": "Apache-2.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-core-packages",
"directory": "src/packages/local-storage"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
11 changes: 10 additions & 1 deletion src/packages/notifier/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
{
"name": "@open-pioneer/notifier",
"description": "Provides support for application-wide notifications",
"description": "Provides support for application-wide notifications.",
"version": "0.3.1",
"license": "Apache-2.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-core-packages",
"directory": "src/packages/notifier"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
2 changes: 1 addition & 1 deletion src/packages/runtime-react-support/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @open-pioneer/runtime-react-support

An internal module providing support for react integration
An internal module providing support for react integration.

## License

Expand Down
10 changes: 10 additions & 0 deletions src/packages/runtime-react-support/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"name": "@open-pioneer/runtime-react-support",
"version": "1.0.0",
"description": "An internal module providing support for react integration.",
"license": "Apache-2.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-core-packages",
"directory": "src/packages/runtime-react-support"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
2 changes: 1 addition & 1 deletion src/packages/runtime/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @open-pioneer/runtime

Implements the runtime environment for open pioneer apps.
Implements the runtime environment for open pioneer trails apps.

## Quick start

Expand Down
10 changes: 10 additions & 0 deletions src/packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"name": "@open-pioneer/runtime",
"version": "2.1.2",
"description": "Implements the runtime environment for open pioneer trails apps.",
"license": "Apache-2.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-core-packages",
"directory": "src/packages/runtime"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
2 changes: 1 addition & 1 deletion src/packages/test-utils/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @open-pioneer/test-utils

This package contains test utilities that make it easier to test parts of a pioneer application.
This package contains test utilities that make it easier to test parts of an open pioneer trails application.

## Web Component utilities

Expand Down
10 changes: 10 additions & 0 deletions src/packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
{
"name": "@open-pioneer/test-utils",
"version": "1.1.1",
"description": "Contains test utilities that make it easier to test parts of an open pioneer trails application.",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-core-packages",
"directory": "src/packages/test-utils"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down

0 comments on commit 5ff8f30

Please sign in to comment.