@zengenti/contensis-react-base 3.2.1-beta.7 → 3.2.1-beta.8

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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -126,6 +126,13 @@ https://www.conventionalcommits.org/en/v1.0.0/#summary
126
126
 
127
127
  # Changelog
128
128
 
129
+ #### 3.2.1 (2024-06-24)
130
+
131
+ ##### Bug Fixes
132
+
133
+ * use `cms` uri in user-based operations for DR scenario (135ccb54)
134
+ * update CachedDeliveryAPI to access the 'fields' query param (#11) (1110bf43)
135
+
129
136
  #### 3.2.0 (2024-04-26)
130
137
 
131
138
  ##### New Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zengenti/contensis-react-base",
3
- "version": "3.2.1-beta.7",
3
+ "version": "3.2.1-beta.8",
4
4
  "repository": "https://github.com/zengenti/contensis-react-base",
5
5
  "license": "None",
6
6
  "description": "Turbocharge your React web apps with Contensis. This package handles all dependencies for creating full featured web apps in React with Contensis and Site View. Routing is driven by Site View, Redux is used for global state management and server-side rendering (SSR) is handled for you. Also taking care of intricate hosting issues such as cache invalidation and supporting authenticated content where required.",
@@ -16,7 +16,7 @@
16
16
  "roll:watch": "cross-env NODE_ENV=production rollup -c rollup/rollup.config.lib.js --watch",
17
17
  "clean:lib": "rimraf ./models && rimraf ./esm && rimraf ./cjs",
18
18
  "copymodels": "copyfiles --up 3 --follow \"./node_modules/zengenti-search-package/models/**/*\" models/search --verbose",
19
- "changelog": "generate-changelog -x ci,chore --tag v3.0.1...",
19
+ "changelog": "generate-changelog -x ci,chore --tag v3.2.0...",
20
20
  "lint": "eslint ./src",
21
21
  "lint:fix": "eslint --fix ./src",
22
22
  "test": "jest -c ./config/jest.config.js --detectOpenHandles --forceExit",