Skip to content

Commit 531e9a4

Browse files
committed
chore(release): publish
- drupal@1.1.1 - example-auth@1.1.2 - example-blog@1.1.2 - example-marketing@1.2.2 - example-search-api@1.1.2 - example-webform@1.1.2 - next-drupal@1.2.2 - basic-starter@1.4.0 - www@1.3.1
1 parent f8728b8 commit 531e9a4

File tree

18 files changed

+103
-15
lines changed

18 files changed

+103
-15
lines changed

drupal/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.1](https://github.com/chapter-three/next-drupal/compare/drupal@1.1.0...drupal@1.1.1) (2022-04-11)
7+
8+
**Note:** Version bump only for package drupal
9+
10+
11+
12+
13+
614
# [1.1.0](https://github.com/chapter-three/next-drupal/compare/drupal@1.0.1...drupal@1.1.0) (2022-02-24)
715

816

drupal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drupal",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"private": true,
55
"license": "MIT",
66
"scripts": {

examples/example-auth/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.2](https://github.com/chapter-three/next-drupal/compare/example-auth@1.1.1...example-auth@1.1.2) (2022-04-11)
7+
8+
**Note:** Version bump only for package example-auth
9+
10+
11+
12+
13+
614
## [1.1.1](https://github.com/chapter-three/next-drupal/compare/example-auth@1.1.0...example-auth@1.1.1) (2022-03-28)
715

816
**Note:** Version bump only for package example-auth

examples/example-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-auth",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -19,7 +19,7 @@
1919
"jwt-decode": "^3.1.2",
2020
"next": "^12.1.0",
2121
"next-auth": "^4.0.5",
22-
"next-drupal": "^1.2.1",
22+
"next-drupal": "^1.2.2",
2323
"react": "^17.0.2",
2424
"react-dom": "^17.0.2"
2525
},

examples/example-blog/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.2](https://github.com/chapter-three/next-drupal/compare/example-blog@1.1.1...example-blog@1.1.2) (2022-04-11)
7+
8+
**Note:** Version bump only for package example-blog
9+
10+
11+
12+
13+
614
## [1.1.1](https://github.com/chapter-three/next-drupal/compare/example-blog@1.1.0...example-blog@1.1.1) (2022-03-28)
715

816

examples/example-blog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-blog",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -20,7 +20,7 @@
2020
"drupal-jsonapi-params": "^1.2.2",
2121
"html-react-parser": "^1.2.7",
2222
"next": "^12.1.0",
23-
"next-drupal": "^1.2.1",
23+
"next-drupal": "^1.2.2",
2424
"nprogress": "^0.2.0",
2525
"react": "^17.0.2",
2626
"react-dom": "^17.0.2"

examples/example-marketing/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.2](https://github.com/chapter-three/next-drupal/compare/example-marketing@1.2.1...example-marketing@1.2.2) (2022-04-11)
7+
8+
**Note:** Version bump only for package example-marketing
9+
10+
11+
12+
13+
614
## [1.2.1](https://github.com/chapter-three/next-drupal/compare/example-marketing@1.2.0...example-marketing@1.2.1) (2022-03-28)
715

816

examples/example-marketing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-marketing",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -20,7 +20,7 @@
2020
"drupal-jsonapi-params": "^1.2.2",
2121
"html-react-parser": "^1.2.7",
2222
"next": "^12.1.0",
23-
"next-drupal": "^1.2.1",
23+
"next-drupal": "^1.2.2",
2424
"nprogress": "^0.2.0",
2525
"react": "^17.0.2",
2626
"react-dom": "^17.0.2",

examples/example-search-api/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.2](https://github.com/chapter-three/next-drupal/compare/example-search-api@1.1.1...example-search-api@1.1.2) (2022-04-11)
7+
8+
**Note:** Version bump only for package example-search-api
9+
10+
11+
12+
13+
614
## [1.1.1](https://github.com/chapter-three/next-drupal/compare/example-search-api@1.1.0...example-search-api@1.1.1) (2022-03-28)
715

816
**Note:** Version bump only for package example-search-api

examples/example-search-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-search-api",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -17,7 +17,7 @@
1717
"@tailwindcss/forms": "^0.4.0",
1818
"@tailwindcss/typography": "^0.5.1",
1919
"next": "^12.0.3",
20-
"next-drupal": "^1.2.1",
20+
"next-drupal": "^1.2.2",
2121
"react": "^17.0.2",
2222
"react-dom": "^17.0.2"
2323
},

examples/example-webform/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.2](https://github.com/chapter-three/next-drupal/compare/example-webform@1.1.1...example-webform@1.1.2) (2022-04-11)
7+
8+
**Note:** Version bump only for package example-webform
9+
10+
11+
12+
13+
614
## [1.1.1](https://github.com/chapter-three/next-drupal/compare/example-webform@1.1.0...example-webform@1.1.1) (2022-03-28)
715

816
**Note:** Version bump only for package example-webform

examples/example-webform/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-webform",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -18,7 +18,7 @@
1818
"@tailwindcss/forms": "^0.4.0",
1919
"@tailwindcss/typography": "^0.5.1",
2020
"next": "^12.1.0",
21-
"next-drupal": "^1.2.1",
21+
"next-drupal": "^1.2.2",
2222
"react": "^17.0.2",
2323
"react-dom": "^17.0.2",
2424
"react-hook-form": "^7.25.3",

packages/next-drupal/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.2](https://github.com/chapter-three/next-drupal/compare/next-drupal@1.2.1...next-drupal@1.2.2) (2022-04-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **next-drupal:** unnecessary optional chaining ([3335d94](https://github.com/chapter-three/next-drupal/commit/3335d947b8090bb0b8719f6a385f5a8c2f7a951e))
12+
* **next-drupal:** use a generic for getMenu and useMenu ([8e2cdc2](https://github.com/chapter-three/next-drupal/commit/8e2cdc244c20710f46db94a1f257157f7d285601))
13+
14+
15+
16+
17+
618
## [1.2.1](https://github.com/chapter-three/next-drupal/compare/next-drupal@1.2.0...next-drupal@1.2.1) (2022-03-28)
719

820

packages/next-drupal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "next-drupal",
33
"description": "Helpers for Next.js + Drupal.",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"sideEffects": false,
66
"source": "src/index.ts",
77
"main": "dist/index.js",

starters/basic-starter/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.4.0](https://github.com/chapter-three/next-drupal/compare/basic-starter@1.3.1...basic-starter@1.4.0) (2022-04-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **basic-starter:** use a tag for exit preview ([8f68023](https://github.com/chapter-three/next-drupal/commit/8f680232a53740f083fd7c208b54f4293ad0f58a))
12+
13+
14+
### Features
15+
16+
* **basic-starter:** show only published articles on index ([d209af9](https://github.com/chapter-three/next-drupal/commit/d209af9c08b4db12f8c2f7adfb7adfc3840a8f02))
17+
* **basic-starter:** update starter ([ad6afa9](https://github.com/chapter-three/next-drupal/commit/ad6afa999b59f49d5f6b199aaa4b3e3c1683c352))
18+
19+
20+
21+
22+
623
## [1.3.1](https://github.com/chapter-three/next-drupal/compare/basic-starter@1.3.0...basic-starter@1.3.1) (2022-03-28)
724

825
**Note:** Version bump only for package basic-starter

starters/basic-starter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basic-starter",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tailwindcss/typography": "^0.5.2",
1313
"next": "^12.1.4",
14-
"next-drupal": "^1.2.1",
14+
"next-drupal": "^1.2.2",
1515
"react": "^17.0.2",
1616
"react-dom": "^17.0.2"
1717
},

www/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.1](https://github.com/chapter-three/next-drupal/compare/www@1.3.0...www@1.3.1) (2022-04-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **www:** update menu styles ([97076f0](https://github.com/chapter-three/next-drupal/commit/97076f02c9c55377bd7a7d20ca3af3d95ee5ba1c))
12+
13+
14+
15+
16+
617
# [1.3.0](https://github.com/chapter-three/next-drupal/compare/www@1.2.0...www@1.3.0) (2022-03-28)
718

819

www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "www",
33
"description": "The next-drupal.org website.",
44
"private": true,
5-
"version": "1.3.0",
5+
"version": "1.3.1",
66
"main": "index.js",
77
"license": "MIT",
88
"scripts": {

0 commit comments

Comments
 (0)