Skip to content

Commit

Permalink
Merge branch 'main' into docs-revamp
Browse files Browse the repository at this point in the history
  • Loading branch information
kbader-godaddy authored Jan 18, 2024
2 parents 55c24b4 + de2910e commit ca6ddfd
Show file tree
Hide file tree
Showing 24 changed files with 177 additions and 151 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ Available presets

| Name | Version | Description |
| ----------------------- | ------- | ------------------------------------------ |
| [@gasket/preset-api] | 6.44.3 | Create Express-based API with Gasket |
| [@gasket/preset-nextjs] | 6.44.0 | Basic NextJS Framework |
| [@gasket/preset-api] | 6.44.5 | Create Express-based API with Gasket |
| [@gasket/preset-nextjs] | 6.44.4 | Basic NextJS Framework |
| [@gasket/preset-pwa] | 6.43.0 | Turn Gasket apps into Progressive Web Apps |

## Plugins
Expand All @@ -163,7 +163,7 @@ Available plugins
| [@gasket/plugin-docs] | 6.44.2 | Centralize doc files from plugins and modules |
| [@gasket/plugin-docs-graphs] | 6.39.0 | Generate mermaid graphs of an applications gasket lifecycles |
| [@gasket/plugin-docsify] | 6.44.2 | View collated docs with Docsify |
| [@gasket/plugin-docusaurus] | 6.44.3 | Gasket plugin for docusaurus |
| [@gasket/plugin-docusaurus] | 6.44.5 | Gasket plugin for docusaurus |
| [@gasket/plugin-elastic-apm] | 6.43.0 | Adds Elastic APM instrumentation to your application |
| [@gasket/plugin-express] | 6.44.0 | Adds express support to your application |
| [@gasket/plugin-fastify] | 6.43.0 | Adds fastify support to your application |
Expand All @@ -173,14 +173,14 @@ Available plugins
| [@gasket/plugin-intl] | 6.44.2 | NodeJS script to build localization files. |
| [@gasket/plugin-jest] | 6.39.0 | Integrated jest into your application. |
| [@gasket/plugin-lifecycle] | 6.43.0 | Allows a gasket/ directory to be used for lifecycle hooks in applications. |
| [@gasket/plugin-lint] | 6.44.0 | Adds GoDaddy standard linting to your application |
| [@gasket/plugin-lint] | 6.44.4 | Adds GoDaddy standard linting to your application |
| [@gasket/plugin-log] | 6.43.0 | Gasket log plugin |
| [@gasket/plugin-manifest] | 6.43.0 | The web app manifest for progressive Gasket applications |
| [@gasket/plugin-metadata] | 6.44.0 | Adds metadata to gasket lifecycles |
| [@gasket/plugin-metadata] | 6.44.4 | Adds metadata to gasket lifecycles |
| [@gasket/plugin-metrics] | 6.43.0 | Collect metrics for gasket commands |
| [@gasket/plugin-mocha] | 6.39.0 | Integrates mocha based testing in to your Gasket application |
| [@gasket/plugin-morgan] | 6.43.0 | Adds morgan request logger to your app |
| [@gasket/plugin-nextjs] | 6.44.0 | Adds Next support to your application |
| [@gasket/plugin-nextjs] | 6.44.4 | Adds Next support to your application |
| [@gasket/plugin-redux] | 6.43.0 | Gasket Redux Setup |
| [@gasket/plugin-service-worker] | 6.43.0 | Gasket Service Worker Plugin |
| [@gasket/plugin-start] | 6.43.0 | Adds commands for building and starting Gasket apps |
Expand All @@ -195,19 +195,19 @@ Supporting modules
| Name | Version | Description |
| -------------------------- | ------- | ------------------------------------------------------------------------------------ |
| [@gasket/assets] | 6.39.0 | Gasket assets |
| [@gasket/cli] | 6.44.0 | CLI for rapid application development with gasket |
| [@gasket/cli] | 6.44.4 | CLI for rapid application development with gasket |
| [@gasket/data] | 6.41.1 | Helper package for accessing embedded Gasket Data in the browser |
| [@gasket/engine] | 6.44.0 | Plugin engine for gasket |
| [@gasket/engine] | 6.44.4 | Plugin engine for gasket |
| [@gasket/fetch] | 6.39.0 | Gasket Fetch API |
| [@gasket/helper-intl] | 6.41.2 | Internal helpers used by loaders to resolve locale file paths |
| [@gasket/log] | 6.39.0 | Gasket client and server logger |
| [@gasket/nextjs] | 6.43.0 | Gasket integrations for Next.js apps |
| [@gasket/react-intl] | 6.44.2 | React component library to enable localization for gasket apps. |
| [@gasket/redux] | 6.39.0 | Gasket Redux Configuration |
| [@gasket/resolve] | 6.44.0 | Essential module resolution & configuration management for gasket plugins & presets. |
| [@gasket/typescript-tests] | 6.44.3 | Not a published package; hosts unit tests to verify TypeScript support |
| [@gasket/resolve] | 6.44.4 | Essential module resolution & configuration management for gasket plugins & presets. |
| [@gasket/typescript-tests] | 6.44.5 | Not a published package; hosts unit tests to verify TypeScript support |
| [@gasket/utils] | 6.43.0 | Reusable utilities for Gasket internals |
| [create-gasket-app] | 6.44.0 | starter pack for creating a gasket app |
| [create-gasket-app] | 6.44.4 | starter pack for creating a gasket app |

## Configurations

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.44.3",
"version": "6.44.5",
"$schema": "https://json.schemastore.org/lerna.json",
"useWorkspaces": true,
"useNx": true,
Expand Down
Loading

0 comments on commit ca6ddfd

Please sign in to comment.