@xras/ui 0.1.3 → 0.1.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xras/ui",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "User interface components for XRAS",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
package/CHANGELOG.md DELETED
@@ -1,41 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
-
5
- ### [0.1.3](https://github.com/access-ci-org/xras-ui/compare/v0.1.2...v0.1.3) (2024-05-10)
6
-
7
-
8
- ### Features
9
-
10
- * **style:** add support for host sites without Bootstrap 5 ([a38fb96](https://github.com/access-ci-org/xras-ui/commit/a38fb96da7d511dd521cb963893a5756e0c8964c))
11
-
12
- ### [0.1.2](https://github.com/access-ci-org/xras-ui/compare/v0.1.1...v0.1.2) (2024-05-03)
13
-
14
-
15
- ### Features
16
-
17
- * **resource-catalog:** migrate components from @xras/resource-catalog ([e2eff72](https://github.com/access-ci-org/xras-ui/commit/e2eff72c451e3f9d3d054340920cd98f8d7cf74e))
18
-
19
- ### [0.1.1](https://github.com/access-ci-org/xras-ui/compare/v0.1.0...v0.1.1) (2024-03-18)
20
-
21
-
22
- ### Bug Fixes
23
-
24
- * **projects:** correctly handle multiple incomplete requests ([d53664b](https://github.com/access-ci-org/xras-ui/commit/d53664bb4df6a4aabf734314fd756b70f28e96a9))
25
-
26
- ## 0.1.0 (2024-02-22)
27
-
28
-
29
- ### Features
30
-
31
- * **allocations-map:** add allocations map components ([fc37a82](https://github.com/access-ci-org/xras-ui/commit/fc37a82d239782ee2a7dff8aada6067d110ab609))
32
- * **projects-browser:** add components from xras_ui_components repo ([8a2f55c](https://github.com/access-ci-org/xras-ui/commit/8a2f55c8880a8d1a10ec7eeb8c1e631ed425566c))
33
- * **projects:** add alert text indicating when users can be added ([1e7413c](https://github.com/access-ci-org/xras-ui/commit/1e7413ce4fd330fe35cad7a16659647343d57c80))
34
- * **projects:** add My Projects and shared components ([b647487](https://github.com/access-ci-org/xras-ui/commit/b64748794c44a040e061b1366b4771cb30f576d7))
35
- * **publications:** add components from XRAS Submit ACCESS ([c73b5fc](https://github.com/access-ci-org/xras-ui/commit/c73b5fc2c13b4e8134fe311efc7d1fbefef24eb5))
36
-
37
-
38
- ### Bug Fixes
39
-
40
- * **projects:** fix missing route function ([c96d1d7](https://github.com/access-ci-org/xras-ui/commit/c96d1d729f0e4012fd3073f4c2666d2cba90641f))
41
- * **projects:** replace placeholder with people search route ([82a48da](https://github.com/access-ci-org/xras-ui/commit/82a48dad7fdc0d462f05e3fba56dca2d5217ac68))