Skip to content

Commit

Permalink
docs: changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
agerard-godaddy committed Dec 18, 2024
1 parent f920d51 commit 7712b17
Show file tree
Hide file tree
Showing 45 changed files with 192 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/create-gasket-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `create-gasket-app`

### 7.1.0

- Aligned version releases across all packages

Added `@gasket/plugin-dynamic-plugin` to default plugins ([#970])

### 7.0.6
Expand Down
4 changes: 4 additions & 0 deletions packages/gasket-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `@gasket/assets`

### 7.1.0

- Aligned version releases across all packages

### 7.0.0

- See [Version 7 Upgrade Guide] for overall changes
Expand Down
4 changes: 4 additions & 0 deletions packages/gasket-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# `@gasket/core`

### 7.1.0

- Added `registerPlugins` method to the GasketEngine ([#970])
- Edge runtime support using lean export from `@gasket/utils` ([#961])
- Improvements to gasket command setup with async `prepare` lifecycle ([#989])

### 7.0.6

Expand All @@ -17,3 +20,4 @@
[#949]: https://github.com/godaddy/gasket/pull/949
[#961]: https://github.com/godaddy/gasket/pull/961
[#970]: https://github.com/godaddy/gasket/pull/970
[#989]: https://github.com/godaddy/gasket/pull/989
5 changes: 5 additions & 0 deletions packages/gasket-data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `@gasket/data`

### 7.1.0

- Use normalized GasketRequest ([#973])

### 7.0.0

- See [Version 7 Upgrade Guide] for overall changes
Expand Down Expand Up @@ -34,3 +38,4 @@
[#460]: https://github.com/godaddy/gasket/pull/460
[#507]: https://github.com/godaddy/gasket/pull/507
[#670]: https://github.com/godaddy/gasket/pull/670
[#973]: https://github.com/godaddy/gasket/pull/973
4 changes: 4 additions & 0 deletions packages/gasket-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `@gasket/fetch`

### 7.1.0

- Aligned version releases across all packages

### 7.0.0

- See [Version 7 Upgrade Guide] for overall changes
Expand Down
4 changes: 4 additions & 0 deletions packages/gasket-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `@gasket/intl`

### 7.1.0

- Aligned version releases across all packages

### 7.0.0

- See [Version 7 Upgrade Guide] for overall changes
Expand Down
8 changes: 8 additions & 0 deletions packages/gasket-nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# `@gasket/nextjs`

### 7.1.0

- Use normalized GasketRequest ([#973])
- Deprecating request from `@gasket/nextjs/server` for
`@gasket/nextjs/request`
- Supports Next 15 async headers

### 7.0.0

- See [Version 7 Upgrade Guide] for overall changes
Expand Down Expand Up @@ -73,3 +80,4 @@
[#670]: https://github.com/godaddy/gasket/pull/670
[#778]: https://github.com/godaddy/gasket/pull/778
[#814]: https://github.com/godaddy/gasket/pull/814
[#973]: https://github.com/godaddy/gasket/pull/973
4 changes: 4 additions & 0 deletions packages/gasket-plugin-analyze/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `@gasket/plugin-analyze`

### 7.1.0

- Aligned version releases across all packages

### 7.0.0

- See [Version 7 Upgrade Guide] for overall changes
Expand Down
6 changes: 6 additions & 0 deletions packages/gasket-plugin-command/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `@gasket/plugin-command`

### 7.1.0

- Improvements to gasket command setup with async `prepare` lifecycle ([#989], [#991])

### 7.0.15

- Do not transpile to cjs ([#980])
Expand Down Expand Up @@ -101,3 +105,5 @@
[#442]: https://github.com/godaddy/gasket/pull/442
[#460]: https://github.com/godaddy/gasket/pull/460
[#980]: https://github.com/godaddy/gasket/pull/980
[#989]: https://github.com/godaddy/gasket/pull/989
[#991]: https://github.com/godaddy/gasket/pull/991
4 changes: 4 additions & 0 deletions packages/gasket-plugin-cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @gasket/plugin-cypress

### 7.1.0

- Aligned version releases across all packages

### 7.0.3

- Fix to use start:local only if set ([#941])
Expand Down
7 changes: 7 additions & 0 deletions packages/gasket-plugin-data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# `@gasket/plugin-data`

### 7.1.0

- Use normalized GasketRequest ([#973])
- Improvements to gasket command setup ([#989])

### 7.0.0

- See [Version 7 Upgrade Guide] for overall changes
Expand Down Expand Up @@ -74,3 +79,5 @@
[#670]: https://github.com/godaddy/gasket/pull/670
[#736]: https://github.com/godaddy/gasket/pull/736
[#773]: https://github.com/godaddy/gasket/pull/773
[#973]: https://github.com/godaddy/gasket/pull/973
[#989]: https://github.com/godaddy/gasket/pull/989
4 changes: 4 additions & 0 deletions packages/gasket-plugin-docs-graphs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `@gasket/plugin-docs-graph`

### 7.1.0

- Aligned version releases across all packages

### 7.0.0

- See [Version 7 Upgrade Guide] for overall changes
Expand Down
4 changes: 4 additions & 0 deletions packages/gasket-plugin-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `@gasket/plugin-docs`

### 7.1.0

- Aligned version releases across all packages

### 7.0.0

- See [Version 7 Upgrade Guide] for overall changes
Expand Down
4 changes: 4 additions & 0 deletions packages/gasket-plugin-docusaurus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `@gasket/plugin-docusaurus`

### 7.1.0

- Aligned version releases across all packages

### 7.0.3

- Add create hook check with dev deps ([#937])
Expand Down
5 changes: 4 additions & 1 deletion packages/gasket-plugin-dynamic-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# `@gasket/plugin-dynamic-plugins`

- Initial release ([#970]).
### 7.1.0

- Initial release ([#970], [#991]).

[#970]: https://github.com/godaddy/gasket/pull/970
[#991]: https://github.com/godaddy/gasket/pull/991
5 changes: 5 additions & 0 deletions packages/gasket-plugin-elastic-apm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `@gasket/plugin-elastic-apm`

### 7.1.0

- Use normalized GasketRequest ([#973])

### 7.0.0

- See [Version 7 Upgrade Guide] for overall changes
Expand Down Expand Up @@ -65,3 +69,4 @@
[#692]: https://github.com/godaddy/gasket/pull/692
[#697]: https://github.com/godaddy/gasket/pull/697
[#708]: https://github.com/godaddy/gasket/pull/708
[#973]: https://github.com/godaddy/gasket/pull/973
4 changes: 4 additions & 0 deletions packages/gasket-plugin-express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `@gasket/plugin-express`

### 7.1.0

- Aligned version releases across all packages

### 7.0.14

- Switch to `http2-express` to address vulnerabilities ([#959])
Expand Down
4 changes: 4 additions & 0 deletions packages/gasket-plugin-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `@gasket/plugin-fastify`

### 7.1.0

- Aligned version releases across all packages

### 7.0.13

- add conditional file content based on TS ([#972])
Expand Down
4 changes: 4 additions & 0 deletions packages/gasket-plugin-git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `@gasket/plugin-git`

### 7.1.0

- Aligned version releases across all packages

### 7.0.0

- See [Version 7 Upgrade Guide] for overall changes
Expand Down
4 changes: 4 additions & 0 deletions packages/gasket-plugin-happyfeet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `@gasket/plugin-happyfeet`

### 7.1.0

- Aligned version releases across all packages

### 7.0.0

- See [Version 7 Upgrade Guide] for overall changes
Expand Down
6 changes: 4 additions & 2 deletions packages/gasket-plugin-https-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# `@gasket/plugin-https-proxy`

### 7.0.0
### 7.1.0

- Initial implementation
- Initial implementation ([#982])

[#982]: https://github.com/godaddy/gasket/pull/982
4 changes: 4 additions & 0 deletions packages/gasket-plugin-https/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `@gasket/plugin-https`

### 7.1.0

- Aligned version releases across all packages

### 7.0.6

- Pretty logs when custom port not configured ([#952])
Expand Down
5 changes: 5 additions & 0 deletions packages/gasket-plugin-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `@gasket/plugin-intl`

### 7.1.0

- Use normalized GasketRequest ([#973])

### 7.0.14

- Tune getIntlManager to import intl.js ([#975])
Expand Down Expand Up @@ -255,3 +259,4 @@
[#791]: https://github.com/godaddy/gasket/pull/791
[#965]: https://github.com/godaddy/gasket/pull/965
[#975]: https://github.com/godaddy/gasket/pull/975
[#973]: https://github.com/godaddy/gasket/pull/973
4 changes: 4 additions & 0 deletions packages/gasket-plugin-jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `@gasket/plugin-jest`

### 7.1.0

- Aligned version releases across all packages

### 7.0.10

- opt for type:module in TS API app test suite ([#966])
Expand Down
4 changes: 4 additions & 0 deletions packages/gasket-plugin-lint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `@gasket/plugin-lint`

### 7.1.0

- Aligned version releases across all packages

### 7.0.3

- Add create dev deps ([#937])
Expand Down
4 changes: 4 additions & 0 deletions packages/gasket-plugin-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `@gasket/plugin-logger`

### 7.1.0

- Aligned version releases across all packages

### 7.0.15

- Fix types for getLogger action ([#977])
Expand Down
4 changes: 4 additions & 0 deletions packages/gasket-plugin-manifest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `@gasket/plugin-manifest`

### 7.1.0

- Aligned version releases across all packages

### 7.0.0

- See [Version 7 Upgrade Guide] for overall changes
Expand Down
2 changes: 2 additions & 0 deletions packages/gasket-plugin-metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# `@gasket/plugin-metadata`

### 7.1.0

- Convert plugin to ESM ([#978])

### 7.0.0
Expand Down
4 changes: 4 additions & 0 deletions packages/gasket-plugin-middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `@gasket/plugin-middleware`

### 7.1.0

- Aligned version releases across all packages

### 7.0.0

- See [Version 7 Upgrade Guide] for overall changes
Expand Down
4 changes: 4 additions & 0 deletions packages/gasket-plugin-mocha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `@gasket/plugin-mocha`

### 7.1.0

- Aligned version releases across all packages

### 7.0.4

- Add `@babel/preset-react` as a dev dep during create ([#947])
Expand Down
4 changes: 4 additions & 0 deletions packages/gasket-plugin-morgan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `@gasket/plugin-morgan`

### 7.1.0

- Aligned version releases across all packages

### 7.0.0

- See [Version 7 Upgrade Guide] for overall changes
Expand Down
5 changes: 5 additions & 0 deletions packages/gasket-plugin-nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `@gasket/plugin-nextjs`

### 7.1.0

- Add HTTPS proxy server to Next.js dev server ([#982])

### 7.0.5

- Fix typo in dir names ([#948])
Expand Down Expand Up @@ -310,4 +314,5 @@
[#814]: https://github.com/godaddy/gasket/pull/814
[#946]: https://github.com/godaddy/gasket/pull/946
[#948]: https://github.com/godaddy/gasket/pull/948
[#982]: https://github.com/godaddy/gasket/pull/982

4 changes: 4 additions & 0 deletions packages/gasket-plugin-redux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `@gasket/plugin-redux`

### 7.1.0

- Aligned version releases across all packages

### 7.0.0

- See [Version 7 Upgrade Guide] for overall changes
Expand Down
5 changes: 5 additions & 0 deletions packages/gasket-plugin-service-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `@gasket/plugin-service-worker`

### 7.1.0

- Improvements to gasket command setup ([#989])

### 7.0.0

- See [Version 7 Upgrade Guide] for overall changes
Expand Down Expand Up @@ -78,3 +82,4 @@
[#436]: https://github.com/godaddy/gasket/pull/436
[#457]: https://github.com/godaddy/gasket/pull/457
[#670]: https://github.com/godaddy/gasket/pull/670
[#989]: https://github.com/godaddy/gasket/pull/989
Loading

0 comments on commit 7712b17

Please sign in to comment.