-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,29 @@ | ||
# nextjs-website | ||
|
||
## 0.8.0 | ||
|
||
### Minor Changes | ||
|
||
- b2f50b8: [DEV-1040] Rendering component OpenAPI Gitbook | ||
- 2370d7e: [DEV-866] Redirect to the main guide if no version is specified from the path | ||
- d39d27a: [DPC-138] Add version 3.6.1 for "SANP" | ||
- 910f54a: [DEV-1362] Create BuildEnv and create function to use to make API calls to Strapi | ||
- a305b3d: Show export button in StopLight Element's component of API pages | ||
|
||
### Patch Changes | ||
|
||
- 4caeaaf: Add EmailFormWrapper unit tests | ||
- 1352c9e: [DEV-1364] Remove AppEnv and Config in favor of the BrowserEnv and BrowserConfig | ||
- 558d23c: [DEV-863]: Replace URLs host if specified in config | ||
- 4a34f5d: [DEV-863]: Add missing paths in urlReplacesMap URLs | ||
- f67d231: [DEV-1238] Resizing the "Featured" section as the page loads | ||
- 8026026: Fix title alignment in API pages | ||
- Updated dependencies [b2f50b8] | ||
- Updated dependencies [e976969] | ||
- Updated dependencies [558d23c] | ||
- Updated dependencies [7a6ee42] | ||
- [email protected] | ||
|
||
## 0.7.2 | ||
|
||
### Patch Changes | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# strapi-cms | ||
|
||
## 0.1.0 | ||
|
||
### Minor Changes | ||
|
||
- b0c18a7: Add Homepage content to strapi and RelatedLinks and Link components |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# gitbook-docs | ||
|
||
## 0.0.1 | ||
|
||
### Patch Changes | ||
|
||
- b2f50b8: [DEV-1040] Rendering component OpenAPI Gitbook | ||
- e976969: Update the logic that is used to replace the titles of links from GitBook | ||
- 558d23c: [DEV-863]: Replace URLs host if specified in config | ||
- 7a6ee42: Remove a workaround causing paragraphs to have %p inside tables |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "gitbook-docs", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"private": true, | ||
"exports": { | ||
"./": "./dist/" | ||
|