@squiz/resource-browser 3.0.1-pre-alpha.2 → 3.0.1-rc.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 (3) hide show
  1. package/CHANGELOG.md +5 -14
  2. package/LICENSE.md +15 -0
  3. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -3,33 +3,24 @@
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
- ## [3.0.1-pre-alpha.2](https://gitlab.squiz.net/dxp/dxp-shared-ui/resource-browser/compare/@squiz/resource-browser@2.4.12...@squiz/resource-browser@3.0.1-pre-alpha.2) (2024-11-22)
7
-
8
-
9
- ### Features
10
-
11
- * **prodam-346:** implement new top bar in matrix plugin ([b962c6f](https://gitlab.squiz.net/dxp/dxp-shared-ui/resource-browser/commit/b962c6fc7d2c7a1d05d90fa57d149eabdfbee5b9))
6
+ ## [3.0.1-rc.0](https://gitlab.squiz.net/dxp/dxp-shared-ui/resource-browser/compare/@squiz/resource-browser@2.4.12...@squiz/resource-browser@3.0.1-rc.0) (2024-11-25)
12
7
 
8
+ **Note:** Version bump only for package @squiz/resource-browser
13
9
 
10
+ ## [3.0.1-pre-alpha.2](https://gitlab.squiz.net/dxp/dxp-shared-ui/resource-browser/compare/@squiz/resource-browser@2.4.12...@squiz/resource-browser@3.0.1-pre-alpha.2) (2024-11-22)
14
11
 
12
+ ### Features
15
13
 
14
+ - **prodam-346:** implement new top bar in matrix plugin ([b962c6f](https://gitlab.squiz.net/dxp/dxp-shared-ui/resource-browser/commit/b962c6fc7d2c7a1d05d90fa57d149eabdfbee5b9))
16
15
 
17
16
  ## [3.0.1-pre-alpha.1](https://gitlab.squiz.net/dxp/dxp-shared-ui/resource-browser/compare/@squiz/resource-browser@3.0.0-pre-alpha.0...@squiz/resource-browser@3.0.1-pre-alpha.1) (2024-11-19)
18
17
 
19
18
  **Note:** Version bump only for package @squiz/resource-browser
20
19
 
21
-
22
-
23
-
24
-
25
20
  ## [3.0.1-pre-alpha.0](https://gitlab.squiz.net/dxp/dxp-shared-ui/resource-browser/compare/@squiz/resource-browser@3.0.0-pre-alpha.0...@squiz/resource-browser@3.0.1-pre-alpha.0) (2024-11-18)
26
21
 
27
22
  **Note:** Version bump only for package @squiz/resource-browser
28
23
 
29
-
30
-
31
-
32
-
33
24
  # [3.0.0-pre-alpha.0](https://gitlab.squiz.net/dxp/dxp-shared-ui/resource-browser/compare/@squiz/resource-browser@2.4.12...@squiz/resource-browser@3.0.0-pre-alpha.0) (2024-11-18)
34
25
 
35
26
  ### Features
package/LICENSE.md ADDED
@@ -0,0 +1,15 @@
1
+ This software is copyright Squiz and may only be used with the explicit
2
+ permission of the copyright holder.
3
+
4
+ 1. Squiz shall make the Services available to You pursuant to your Agreement and these terms.
5
+ 2. Squiz shall provide the Services only in accordance with applicable laws and government regulations and where applicable your Agreement.
6
+ 3. You shall:
7
+ (a) be responsible for Your compliance with these terms and the Agreement;
8
+ (b) prevent unauthorised access to or use of the Services, and notify Squiz promptly of any such unauthorised access or use, and
9
+ (c) use the Services only in accordance with the Documentation and applicable laws and government regulations.
10
+ 4. You shall not:
11
+ (a) sell, resell, rent or lease the Services;
12
+ (b) use the Services to store or transmit Malicious Code;
13
+ (c) interfere with or disrupt the integrity or performance of the Services or third-party data contained therein, or
14
+ (d) attempt to gain unauthorised access to the Services or their related systems or networks.
15
+ 5. You acknowledge that Squiz retains ownership of the Software, the Documentation and the source code and all proprietary rights relating thereto and You agree all Intellectual Property Rights in the Software and Documentation are and shall remain the exclusive property of Squiz and its third party suppliers, as applicable. Unless expressly permitted in this Subscription Agreement, You must not use any of Squiz's or its third party suppliers' intellectual property without Squiz or its third party suppliers' prior written consent. Nothing in these terms should be construed as transferring any aspects of such rights mentioned in this clause to You or any Third Party. Squiz reserves any and all rights not expressly granted herein.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squiz/resource-browser",
3
- "version": "3.0.1-pre-alpha.2",
3
+ "version": "3.0.1-rc.0",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "private": false,
@@ -26,7 +26,7 @@
26
26
  "@react-types/shared": "^3.23.1",
27
27
  "@squiz/dx-json-schema-lib": "^1.67.0",
28
28
  "@squiz/generic-browser-lib": "1.67.2",
29
- "@squiz/resource-browser-ui-lib": "^1.0.0-pre-alpha.1",
29
+ "@squiz/resource-browser-ui-lib": "^1.0.0-rc.0",
30
30
  "clsx": "^2.1.0",
31
31
  "expiry-map": "^2.0.0",
32
32
  "p-memoize": "^4.0.4",
@@ -85,5 +85,6 @@
85
85
  },
86
86
  "volta": {
87
87
  "node": "18.18.0"
88
- }
88
+ },
89
+ "gitHead": "df5f8e74af27b274781237cc0c09b8f0521b66af"
89
90
  }