@apolitical/content 0.7.2 → 0.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
- package/CHANGELOG.md +0 -89
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apolitical/content",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.3",
|
|
4
4
|
"description": "React library to interact with Apolitical's content using Contentful CDA",
|
|
5
5
|
"author": "Apolitical Group Limited <engineering@apolitical.co>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"lint": "eslint --ext .js ./lib",
|
|
17
17
|
"format": "prettier --write 'lib/**/*.+(js|json)'",
|
|
18
18
|
"lint-format": "lint-staged",
|
|
19
|
-
"prepare": "husky install",
|
|
19
|
+
"prepare": "cd ../../../../ && husky install frontend/modules/v1/apolitical-content/.husky",
|
|
20
20
|
"prepack": "yarn build"
|
|
21
21
|
},
|
|
22
22
|
"keywords": [
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
}
|
|
96
96
|
},
|
|
97
97
|
"engines": {
|
|
98
|
-
"node": ">=
|
|
98
|
+
"node": ">=20.14.0"
|
|
99
99
|
},
|
|
100
100
|
"lint-staged": {
|
|
101
101
|
"*.js": "eslint --cache --fix --ignore-path .gitignore",
|
package/CHANGELOG.md
DELETED
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
|
|
5
|
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
|
-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
-
|
|
8
|
-
## [0.7.2] - 2023-03-20
|
|
9
|
-
### Changed
|
|
10
|
-
- Return tags metadata
|
|
11
|
-
|
|
12
|
-
## [0.7.1] - 2023-01-31
|
|
13
|
-
### Added
|
|
14
|
-
- Renovate config file
|
|
15
|
-
|
|
16
|
-
## [0.7.0] - 2022-10-17
|
|
17
|
-
### Changed
|
|
18
|
-
- extends locales support
|
|
19
|
-
|
|
20
|
-
## [0.6.0] - 2022-10-17
|
|
21
|
-
### Added
|
|
22
|
-
- contentType to fields
|
|
23
|
-
|
|
24
|
-
## [0.5.1] - 2022-10-07
|
|
25
|
-
### Fixed
|
|
26
|
-
- The `assetDetails` parameter on nested fields
|
|
27
|
-
|
|
28
|
-
## [0.5.0] - 2022-09-02
|
|
29
|
-
### Added
|
|
30
|
-
- New `assetDetails` parameter to include useful image info
|
|
31
|
-
|
|
32
|
-
## [0.4.2] - 2022-06-28
|
|
33
|
-
### Changed
|
|
34
|
-
- Pipeline refs
|
|
35
|
-
|
|
36
|
-
## [0.4.1] - 2022-05-13
|
|
37
|
-
### Fixed
|
|
38
|
-
- Error handling on set context function
|
|
39
|
-
|
|
40
|
-
## [0.4.0] - 2022-05-10
|
|
41
|
-
### Changed
|
|
42
|
-
- The `environment` is now defined externally
|
|
43
|
-
|
|
44
|
-
## [0.3.0] - 2022-01-31
|
|
45
|
-
### Fixed
|
|
46
|
-
- Buffer dependency
|
|
47
|
-
- Node.js version
|
|
48
|
-
|
|
49
|
-
## [0.2.3] - 2021-10-11
|
|
50
|
-
### Changed
|
|
51
|
-
- Entry parser to return the item when there are no links on the array
|
|
52
|
-
|
|
53
|
-
## [0.2.2] - 2021-09-14
|
|
54
|
-
### Added
|
|
55
|
-
- Injecting `createdAt` and `updatedAt` from `sys` to flattened content
|
|
56
|
-
|
|
57
|
-
## [0.2.1] - 2021-08-03
|
|
58
|
-
### Fixed
|
|
59
|
-
- Issue flattening an array of links
|
|
60
|
-
|
|
61
|
-
## [0.2.0] - 2021-06-24
|
|
62
|
-
### Added
|
|
63
|
-
- Support for individual previews
|
|
64
|
-
|
|
65
|
-
## [0.1.0] - 2021-03-22
|
|
66
|
-
### Changed
|
|
67
|
-
- Moved away from Create React library
|
|
68
|
-
- Project configurations refactored
|
|
69
|
-
- Support for browser and node execution
|
|
70
|
-
|
|
71
|
-
## [0.0.5] - 2021-02-23
|
|
72
|
-
### Added
|
|
73
|
-
- isPreview context variable
|
|
74
|
-
|
|
75
|
-
## [0.0.4] - 2021-02-02
|
|
76
|
-
### Fixed
|
|
77
|
-
- Apolitical website (live) config variable
|
|
78
|
-
|
|
79
|
-
## [0.0.3] - 2021-02-01
|
|
80
|
-
### Added
|
|
81
|
-
- IE support
|
|
82
|
-
|
|
83
|
-
## [0.0.2] - 2021-01-18
|
|
84
|
-
### Fixed
|
|
85
|
-
- Webpack config to export library functionality
|
|
86
|
-
|
|
87
|
-
## [0.0.1] - 2021-01-18
|
|
88
|
-
### Added
|
|
89
|
-
- Initial setup
|