Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/npm_and_yarn/docs/nuxt/minimis…
Browse files Browse the repository at this point in the history
…t-1.2.8
  • Loading branch information
Decipher authored Jul 4, 2023
2 parents e3b4cf9 + b8e3ba5 commit d4b119e
Show file tree
Hide file tree
Showing 46 changed files with 2,161 additions and 227 deletions.
7 changes: 7 additions & 0 deletions .changeset/angry-panthers-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"druxt-views": minor
---

feat(#639): added druxt/views/flushResults mutation
feat(#639): added bypassCache option to druxt/views/getResults action
feat(#639): added druxt.query.bypassCache option to DruxtView
5 changes: 0 additions & 5 deletions .changeset/big-worms-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-kings-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-bikes-float.md

This file was deleted.

6 changes: 6 additions & 0 deletions .changeset/few-pets-suffer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"druxt": minor
---

feat(#639): added druxt/flushCollection and druxt/flushResource mutations
feat(#639): added bypassCache option to druxt/getCollection and druxt/getResource actions
5 changes: 5 additions & 0 deletions .changeset/khaki-glasses-sing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"druxt-entity": minor
---

feat(#639): add bypassCache druxt setting to DruxtEntity components.
5 changes: 0 additions & 5 deletions .changeset/lemon-oranges-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-bottles-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-weeks-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-clouds-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-lizards-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-scissors-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-glasses-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-owls-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-pots-walk.md

This file was deleted.

8 changes: 4 additions & 4 deletions docs/nuxt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
FROM amazeeio/node:14-builder as builder
FROM amazeeio/node:16-builder as builder

# Build source files.
COPY . /app/
RUN yarn
RUN yarn || true
RUN yarn build
RUN yarn build:docs

# Build static files.
FROM amazeeio/node:14
FROM amazeeio/node:16
COPY --from=builder /app/docs/nuxt /app

RUN yarn
RUN yarn || true
RUN yarn generate

ENV HOST 0.0.0.0
Expand Down
1 change: 1 addition & 0 deletions docs/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"nuxt-social-meta": "1.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@nuxt/postcss8": "1.1.3",
"@nuxtjs/google-analytics": "2.4.0",
"@nuxtjs/pwa": "3.3.5",
Expand Down
Loading

0 comments on commit d4b119e

Please sign in to comment.