@blaze-cms/nextjs-tools 0.132.0-admin-updates.1 → 0.132.0-alpha.0

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/CHANGELOG.md +9 -9
  2. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -3,29 +3,29 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [0.132.0-admin-updates.1](https://github.com/thebyte9/blaze/compare/v0.131.1...v0.132.0-admin-updates.1) (2023-08-04)
6
+ # [0.132.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.131.2...v0.132.0-alpha.0) (2023-08-17)
7
7
 
8
8
 
9
+ ### Features
10
+
11
+ * Filters and sorts now target generic or specific lists ([#3973](https://github.com/thebyte9/blaze/issues/3973)) ([39c0af3](https://github.com/thebyte9/blaze/commit/39c0af3ed266369968139efe827a805ced71bd70))
12
+ * redirect with query string in the frontend ([#3985](https://github.com/thebyte9/blaze/issues/3985)) ([c5decf5](https://github.com/thebyte9/blaze/commit/c5decf5fc1c194d29036e3c5c6f314ec24f3565e))
9
13
 
10
- # [0.132.0-admin-updates.0](https://github.com/thebyte9/blaze/compare/v0.131.0...v0.132.0-admin-updates.0) (2023-07-27)
11
14
 
12
15
 
13
- ### Features
14
16
 
15
- * Filters and sorts now target generic or specific lists ([#3973](https://github.com/thebyte9/blaze/issues/3973)) ([013fead](https://github.com/thebyte9/blaze/commit/013fead2b1fa467c084535d36404d3b80b9db02f))
16
- * redirect with query string in the frontend ([#3985](https://github.com/thebyte9/blaze/issues/3985)) ([3e192d7](https://github.com/thebyte9/blaze/commit/3e192d7b678c64c72d4e3c9718adeda577708fd1))
17
17
 
18
+ ## [0.131.2](https://github.com/thebyte9/blaze/compare/v0.131.1...v0.131.2) (2023-08-04)
18
19
 
20
+ **Note:** Version bump only for package @blaze-cms/nextjs-tools
19
21
 
20
22
 
21
23
 
22
- # [0.132.0-admin-updates.0](https://github.com/thebyte9/blaze/compare/v0.131.0...v0.132.0-admin-updates.0) (2023-07-27)
23
24
 
24
25
 
25
- ### Features
26
+ ## [0.131.1](https://github.com/thebyte9/blaze/compare/v0.131.0...v0.131.1) (2023-07-28)
26
27
 
27
- * Filters and sorts now target generic or specific lists ([#3973](https://github.com/thebyte9/blaze/issues/3973)) ([013fead](https://github.com/thebyte9/blaze/commit/013fead2b1fa467c084535d36404d3b80b9db02f))
28
- * redirect with query string in the frontend ([#3985](https://github.com/thebyte9/blaze/issues/3985)) ([3e192d7](https://github.com/thebyte9/blaze/commit/3e192d7b678c64c72d4e3c9718adeda577708fd1))
28
+ **Note:** Version bump only for package @blaze-cms/nextjs-tools
29
29
 
30
30
 
31
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/nextjs-tools",
3
- "version": "0.132.0-admin-updates.1",
3
+ "version": "0.132.0-alpha.0",
4
4
  "description": "Blaze nextjs tools",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-es/index.js",
@@ -28,21 +28,21 @@
28
28
  "license": "GPL-3.0",
29
29
  "dependencies": {
30
30
  "@apollo/client": "3.5.x",
31
- "@blaze-cms/core-auth-ui": "0.132.0-admin-updates.0",
32
- "@blaze-cms/core-errors": "0.132.0-admin-updates.0",
33
- "@blaze-cms/core-errors-ui": "0.132.0-admin-updates.0",
34
- "@blaze-cms/core-ui": "0.132.0-admin-updates.0",
35
- "@blaze-cms/nextjs-components": "0.132.0-admin-updates.0",
36
- "@blaze-cms/plugin-auth-fe": "0.132.0-admin-updates.0",
37
- "@blaze-cms/plugin-auth-local-fe": "0.132.0-admin-updates.0",
38
- "@blaze-cms/plugin-google-maps-fe": "0.132.0-admin-updates.1",
39
- "@blaze-cms/plugin-gtm-fe": "0.132.0-admin-updates.1",
40
- "@blaze-cms/plugin-page-builder-fe": "0.132.0-admin-updates.1",
41
- "@blaze-cms/plugin-preview-fe": "0.132.0-admin-updates.0",
42
- "@blaze-cms/plugin-search-ui": "0.132.0-admin-updates.1",
43
- "@blaze-cms/plugin-structured-data-fe": "0.132.0-admin-updates.0",
44
- "@blaze-cms/react-page-builder": "0.132.0-admin-updates.1",
45
- "@blaze-cms/setup-ui": "0.132.0-admin-updates.0",
31
+ "@blaze-cms/core-auth-ui": "^0.131.0",
32
+ "@blaze-cms/core-errors": "^0.131.0",
33
+ "@blaze-cms/core-errors-ui": "^0.131.0",
34
+ "@blaze-cms/core-ui": "^0.131.0",
35
+ "@blaze-cms/nextjs-components": "^0.131.0",
36
+ "@blaze-cms/plugin-auth-fe": "^0.131.0",
37
+ "@blaze-cms/plugin-auth-local-fe": "^0.131.0",
38
+ "@blaze-cms/plugin-google-maps-fe": "0.132.0-alpha.0",
39
+ "@blaze-cms/plugin-gtm-fe": "0.132.0-alpha.0",
40
+ "@blaze-cms/plugin-page-builder-fe": "0.132.0-alpha.0",
41
+ "@blaze-cms/plugin-preview-fe": "^0.131.0",
42
+ "@blaze-cms/plugin-search-ui": "0.132.0-alpha.0",
43
+ "@blaze-cms/plugin-structured-data-fe": "^0.131.0",
44
+ "@blaze-cms/react-page-builder": "0.132.0-alpha.0",
45
+ "@blaze-cms/setup-ui": "^0.131.0",
46
46
  "autoprefixer": "^10.2.3",
47
47
  "core-js": "^3.2.1",
48
48
  "cross-fetch": "^3.0.2",
@@ -69,5 +69,5 @@
69
69
  "lib/*",
70
70
  "lib-es/*"
71
71
  ],
72
- "gitHead": "7d0cac53177294b81aa22198200b9236bd922306"
72
+ "gitHead": "5ff34c278c267dac8183650ad896302040bb109c"
73
73
  }