Skip to content

Commit

Permalink
chore: add v6 compatible packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Jan 9, 2024
1 parent 7574ed2 commit a4891b8
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion content/packages/api-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ maintainers:
- name: japa
github: japa
compatibility:
adonis: ^5.0.0
adonis: ^5.0.0 || ^6.0.0
2 changes: 1 addition & 1 deletion content/packages/attachment-lite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ maintainers:
- name: adonisjs
github: adonisjs
compatibility:
adonis: ^5.0.0 || ^6.0.0
adonis: ^5.0.0
2 changes: 1 addition & 1 deletion content/packages/browser-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ maintainers:
- name: japa
github: japa
compatibility:
adonis: ^5.0.0
adonis: ^5.0.0 || ^6.0.0
2 changes: 1 addition & 1 deletion content/packages/edge-iconify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ npm: edge-iconify
description: Iconify integration for the Edge template engine
icon: 'edge.jpeg'
compatibility:
adonis: ^5.0.0
adonis: ^5.0.0 || ^6.0.0
firstReleaseAt: '2022-07-13T06:38:27.337Z'
lastReleaseAt: '2023-11-07T05:59:57.669Z'
type: official
Expand Down
2 changes: 1 addition & 1 deletion content/packages/edge-vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ category: DevTools
description: Official VS Code extension for Edge.js
icon: 'edge.jpeg'
compatibility:
adonis: ^5.0.0
adonis: ^5.0.0 || ^6.0.0
firstReleaseAt: '2022-07-13T06:38:27.337Z'
lastReleaseAt: '2023-11-07T05:59:57.669Z'
type: official
Expand Down
2 changes: 1 addition & 1 deletion content/packages/expect-type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ maintainers:
- name: japa
github: japa
compatibility:
adonis: ^5.0.0
adonis: ^5.0.0 || ^6.0.0
2 changes: 1 addition & 1 deletion content/packages/route-model-binding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ maintainers:
- name: adonisjs
github: adonisjs
compatibility:
adonis: ^5.0.0 || ^6.0.0
adonis: ^5.0.0
2 changes: 1 addition & 1 deletion content/packages/sail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ maintainers:
- name: Julien-R44
github: Julien-R44
compatibility:
adonis: ^5.0.0
adonis: ^5.0.0 || ^6.0.0
2 changes: 1 addition & 1 deletion content/packages/snapshot-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ maintainers:
- name: japa
github: japa
compatibility:
adonis: ^5.0.0
adonis: ^5.0.0 || ^6.0.0
2 changes: 1 addition & 1 deletion content/packages/transmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repo: adonisjs/transmit
description: A Server-Sent-Event module bringing real-time capabilities to AdonisJS.
icon: adonis.png
compatibility:
adonis: ^5.0.0
adonis: ^6.0.0
firstReleaseAt: '2023-07-07T19:44:21.244Z'
lastReleaseAt: '2023-11-01T07:58:42.648Z'
type: official
Expand Down
2 changes: 1 addition & 1 deletion content/packages/vite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repo: adonisjs/vite
description: Vite plugin for Adonis.js
icon: vite.png
compatibility:
adonis: ^5.0.0
adonis: ^6.0.0
firstReleaseAt: '2023-04-23T23:53:42.567Z'
lastReleaseAt: '2023-10-19T09:48:22.804Z'
type: official
Expand Down
2 changes: 1 addition & 1 deletion content/packages/vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ maintainers:
- name: Julien Ripouteau
github: Julien-R44
compatibility:
adonis: ^5.0.0
adonis: ^5.0.0 || ^6.0.0
2 changes: 1 addition & 1 deletion resources/components/footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import Socials from '@/components/socials.vue'
<a href="https://japa.dev/" class="item">Japa</a>
<a href="https://edgejs.dev/docs/introduction" class="item">EdgeJS</a>
<a href="https://vinejs.dev/docs/introduction" class="item">VineJS</a>
<a href="https://bentocache.julr.dev" class="item">BentoCache</a>
<a href="https://bentocache.dev" class="item">Bentocache</a>
</div>
<div class="flex flex-col gap-y-2 text-sm font-content">
<p class="mb-2 text-lg text-base12 font-title">Others</p>
Expand Down

0 comments on commit a4891b8

Please sign in to comment.