Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
robdecker committed Jan 5, 2024
1 parent 2c498a2 commit 6095ad7
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/next-drupal-query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0-alpha.0](https://github.com/chapter-three/next-drupal/compare/[email protected]@0.5.0-alpha.0) (2024-01-05)


### Features

* **next-drupal:** add Next.js v14 support ([32a5a0a](https://github.com/chapter-three/next-drupal/commit/32a5a0a582c5faa93f8ac1a9633a89c60f5fd627)), closes [#578](https://github.com/chapter-three/next-drupal/issues/578)





# [0.4.0](https://github.com/chapter-three/next-drupal/compare/[email protected]@0.4.0) (2022-12-06)

**Note:** Version bump only for package next-drupal-query
Expand Down
2 changes: 1 addition & 1 deletion packages/next-drupal-query/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "next-drupal-query",
"description": "Query helpers for structuring large Next.js and Drupal projects.",
"version": "0.4.0",
"version": "0.5.0-alpha.0",
"sideEffects": false,
"source": "src/index.ts",
"type": "module",
Expand Down
36 changes: 36 additions & 0 deletions packages/next-drupal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,42 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.0](https://github.com/chapter-three/next-drupal/compare/[email protected]@2.0.0-alpha.0) (2024-01-05)


### Bug Fixes

* **next-drupal:** fix "403 forbidden" jest failures ([22d5742](https://github.com/chapter-three/next-drupal/commit/22d57420342b0573fdcf697c80f219f723adbc5e)), closes [#603](https://github.com/chapter-three/next-drupal/issues/603)
* **next-drupal:** fix broken build by using named Jsona export ([f2f398d](https://github.com/chapter-three/next-drupal/commit/f2f398de57366c17908b7b54301d5966f39e73bf))


* feat(next-drupal)!: add App Router support for Server Components ([410a5df](https://github.com/chapter-three/next-drupal/commit/410a5dfec62df2c9de0adf37feaa615a1f35e98a)), closes [#442](https://github.com/chapter-three/next-drupal/issues/442)


### Features

* **next-drupal:** add Next.js v14 support ([32a5a0a](https://github.com/chapter-three/next-drupal/commit/32a5a0a582c5faa93f8ac1a9633a89c60f5fd627)), closes [#578](https://github.com/chapter-three/next-drupal/issues/578)


### BREAKING CHANGES

* The useMenu() client hook has moved out of the main entry point and into its own
entry point. Any import or require of that function needs to be updated:

Old usage:
```js
import { useMenu } from "next-drupal"
```

New usage:
```js
import { useMenu } from "next-drupal/navigation"
```





# [1.6.0](https://github.com/chapter-three/next-drupal/compare/[email protected]@1.6.0) (2022-12-06)

**Note:** Version bump only for package next-drupal
Expand Down
2 changes: 1 addition & 1 deletion packages/next-drupal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "next-drupal",
"description": "Helpers for Next.js + Drupal.",
"version": "1.6.0",
"version": "2.0.0-alpha.0",
"sideEffects": false,
"source": [
"src/index.ts",
Expand Down

0 comments on commit 6095ad7

Please sign in to comment.