Skip to content

Commit

Permalink
Merge pull request #331
Browse files Browse the repository at this point in the history
testing-next-releases
  • Loading branch information
seanspeaks authored Sep 18, 2024
2 parents 765a551 + 9b473f4 commit c8ddda3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

The `frigg-core` package is the heart of the Frigg Framework. It contains the core functionality and essential modules required to build and maintain integrations at scale.

Over time, Frigg's core will evolve to facilitate all manner of integration needs. For now, you'll find that it's highly catered towards existing Frigg apps.

## Table of Contents

Expand Down
1 change: 1 addition & 0 deletions packages/devtools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The devtools package includes the following main components:
1. Frigg CLI
2. Migrations
3. Test Utilities
4. Local runner and deploy tooling

## Frigg CLI

Expand Down
2 changes: 2 additions & 0 deletions packages/test/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# test-environment

This package exports the `test-environment` defaults used in [Frigg](https://friggframework.org). You can find its documentation [on Frigg's website](https://docs.friggframework.org/packages/test-environment).

Thanks for your interest!
5 changes: 4 additions & 1 deletion packages/ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The Frigg UI package provides a set of reusable and self-contained components fo

## Features

1. IntegrationList component to automatically find and list all integrations configured in your Frigg Application
2. QuickActions for menu options corresponding to UserAction model inside Frigg's integration model

### Self-Contained Components
Each exported component is self-contained, meaning that by passing the correct properties, users can manage their integrations effortlessly from any app.

Expand Down Expand Up @@ -39,4 +42,4 @@ We welcome contributions to the Frigg UI package. Please feel free to submit iss

## License

This project is licensed under the MIT License. See the LICENSE file for details.
This project is licensed under the MIT License. See the LICENSE file for details.

0 comments on commit c8ddda3

Please sign in to comment.