Skip to content

Commit d466e97

Browse files
Version Packages
1 parent 02a7e1a commit d466e97

File tree

97 files changed

+466
-107
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+466
-107
lines changed

.changeset/busy-flies-dress.md

-5
This file was deleted.

.changeset/ninety-cows-work.md

-5
This file was deleted.

.changeset/proud-berries-cheer.md

-50
This file was deleted.

packages/create-gasket-app/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# `create-gasket-app`
22

3+
## 7.3.7
4+
5+
### Patch Changes
6+
7+
- eb403a8: Audit ts-ignores.
8+
- Updated dependencies [eb403a8]
9+
- @gasket/plugin-dynamic-plugins@7.3.5
10+
- @gasket/plugin-docusaurus@7.4.2
11+
- @gasket/plugin-metadata@7.3.7
12+
- @gasket/plugin-command@7.3.6
13+
- @gasket/plugin-logger@7.3.4
14+
- @gasket/plugin-docs@7.3.6
15+
- @gasket/plugin-git@7.3.4
16+
- @gasket/request@7.3.5
17+
- @gasket/utils@7.3.4
18+
- @gasket/core@7.4.1
19+
320
## 7.3.6
421

522
### Patch Changes

packages/create-gasket-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-gasket-app",
3-
"version": "7.3.6",
3+
"version": "7.3.7",
44
"description": "starter pack for creating a gasket app",
55
"type": "module",
66
"bin": {

packages/gasket-assets/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# `@gasket/assets`
22

3+
## 7.4.1
4+
5+
### Patch Changes
6+
7+
- eb403a8: Audit ts-ignores.
8+
39
## 7.4.0
410

511
### Minor Changes

packages/gasket-assets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gasket/assets",
3-
"version": "7.4.0",
3+
"version": "7.4.1",
44
"description": "Gasket assets",
55
"main": "react/index.js",
66
"files": [

packages/gasket-core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# `@gasket/core`
22

3+
## 7.4.1
4+
5+
### Patch Changes
6+
7+
- eb403a8: Audit ts-ignores.
8+
- Updated dependencies [eb403a8]
9+
- @gasket/utils@7.3.4
10+
311
## 7.4.0
412

513
### Minor Changes

packages/gasket-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gasket/core",
3-
"version": "7.4.0",
3+
"version": "7.4.1",
44
"description": "Entry point to setting up Gasket instances",
55
"type": "module",
66
"types": "lib/index.d.ts",

packages/gasket-data/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# `@gasket/data`
22

3+
## 7.3.4
4+
5+
### Patch Changes
6+
7+
- eb403a8: Audit ts-ignores.
8+
- Updated dependencies [eb403a8]
9+
- @gasket/request@7.3.5
10+
311
## 7.3.3
412

513
### Patch Changes

packages/gasket-data/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gasket/data",
3-
"version": "7.3.3",
3+
"version": "7.3.4",
44
"description": "Helper package for accessing embedded Gasket Data in the browser",
55
"type": "module",
66
"types": "lib/index.d.ts",

packages/gasket-fetch/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# `@gasket/fetch`
22

3+
## 7.3.4
4+
5+
### Patch Changes
6+
7+
- eb403a8: Audit ts-ignores.
8+
39
## 7.3.3
410

511
### Patch Changes

packages/gasket-fetch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gasket/fetch",
3-
"version": "7.3.3",
3+
"version": "7.3.4",
44
"description": "Gasket Fetch API",
55
"main": "lib/node.js",
66
"browser": "lib/browser.js",

packages/gasket-intl/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# `@gasket/intl`
22

3+
## 7.3.4
4+
5+
### Patch Changes
6+
7+
- eb403a8: Audit ts-ignores.
8+
39
## 7.3.3
410

511
### Patch Changes

packages/gasket-intl/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gasket/intl",
3-
"version": "7.3.3",
3+
"version": "7.3.4",
44
"description": "Internationalization managers for translation files and locale handling.",
55
"type": "module",
66
"main": "lib/index.js",

packages/gasket-nextjs/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# `@gasket/nextjs`
22

3+
## 7.4.2
4+
5+
### Patch Changes
6+
7+
- eb403a8: Audit ts-ignores.
8+
- Updated dependencies [eb403a8]
9+
- @gasket/request@7.3.5
10+
- @gasket/data@7.3.4
11+
312
## 7.4.1
413

514
### Patch Changes

packages/gasket-nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gasket/nextjs",
3-
"version": "7.4.1",
3+
"version": "7.4.2",
44
"description": "Gasket integrations for Next.js apps",
55
"type": "module",
66
"types": "lib/index.d.ts",

packages/gasket-plugin-analyze/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# `@gasket/plugin-analyze`
22

3+
## 7.3.5
4+
5+
### Patch Changes
6+
7+
- eb403a8: Audit ts-ignores.
8+
39
## 7.3.4
410

511
### Patch Changes

packages/gasket-plugin-analyze/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gasket/plugin-analyze",
3-
"version": "7.3.4",
3+
"version": "7.3.5",
44
"description": "Gasket Analyzer Plugin",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/gasket-plugin-command/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# `@gasket/plugin-command`
22

3+
## 7.3.6
4+
5+
### Patch Changes
6+
7+
- eb403a8: Audit ts-ignores.
8+
- Updated dependencies [eb403a8]
9+
- @gasket/utils@7.3.4
10+
- @gasket/core@7.4.1
11+
312
## 7.3.5
413

514
### Patch Changes

packages/gasket-plugin-command/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gasket/plugin-command",
3-
"version": "7.3.5",
3+
"version": "7.3.6",
44
"description": "Plugin to enable other plugins to inject new gasket commands",
55
"type": "module",
66
"main": "lib/index.js",

packages/gasket-plugin-cypress/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gasket/plugin-cypress
22

3+
## 7.4.1
4+
5+
### Patch Changes
6+
7+
- eb403a8: Audit ts-ignores.
8+
39
## 7.4.0
410

511
### Minor Changes

packages/gasket-plugin-cypress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gasket/plugin-cypress",
3-
"version": "7.4.0",
3+
"version": "7.4.1",
44
"description": "Integrates Cypress based testing into your Gasket application",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/gasket-plugin-data/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# `@gasket/plugin-data`
22

3+
## 7.3.4
4+
5+
### Patch Changes
6+
7+
- eb403a8: Audit ts-ignores.
8+
- Updated dependencies [eb403a8]
9+
- @gasket/request@7.3.5
10+
- @gasket/utils@7.3.4
11+
312
## 7.3.3
413

514
### Patch Changes

packages/gasket-plugin-data/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gasket/plugin-data",
3-
"version": "7.3.3",
3+
"version": "7.3.4",
44
"description": "Supports application-specific settings and configurations",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/gasket-plugin-docs-graphs/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# `@gasket/plugin-docs-graph`
22

3+
## 7.3.4
4+
5+
### Patch Changes
6+
7+
- eb403a8: Audit ts-ignores.
8+
39
## 7.3.3
410

511
### Patch Changes

packages/gasket-plugin-docs-graphs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gasket/plugin-docs-graphs",
3-
"version": "7.3.3",
3+
"version": "7.3.4",
44
"description": "Generate mermaid graphs of an applications gasket lifecycles",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/gasket-plugin-docs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# `@gasket/plugin-docs`
22

3+
## 7.3.6
4+
5+
### Patch Changes
6+
7+
- eb403a8: Audit ts-ignores.
8+
- Updated dependencies [eb403a8]
9+
- @gasket/plugin-command@7.3.6
10+
311
## 7.3.5
412

513
### Patch Changes

packages/gasket-plugin-docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gasket/plugin-docs",
3-
"version": "7.3.5",
3+
"version": "7.3.6",
44
"description": "Centralize doc files from plugins and modules",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/gasket-plugin-docusaurus/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# `@gasket/plugin-docusaurus`
22

3+
## 7.4.2
4+
5+
### Patch Changes
6+
7+
- eb403a8: Audit ts-ignores.
8+
- Updated dependencies [eb403a8]
9+
- @gasket/plugin-logger@7.3.4
10+
311
## 7.4.1
412

513
### Patch Changes

packages/gasket-plugin-docusaurus/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gasket/plugin-docusaurus",
3-
"version": "7.4.1",
3+
"version": "7.4.2",
44
"description": "Gasket plugin for docusaurus",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/gasket-plugin-dynamic-plugins/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# `@gasket/plugin-dynamic-plugins`
22

3+
## 7.3.5
4+
5+
### Patch Changes
6+
7+
- eb403a8: Audit ts-ignores.
8+
39
## 7.3.4
410

511
### Patch Changes

packages/gasket-plugin-dynamic-plugins/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gasket/plugin-dynamic-plugins",
3-
"version": "7.3.4",
3+
"version": "7.3.5",
44
"description": "Gasket plugin for dynamically adding plugins to Gasket",
55
"type": "module",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)