@uqds/react 1.0.0-alpha.7 → 1.0.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 +16 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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
+ # 1.0.0 (2025-05-27)
7
+
8
+ - Release/1.0.5 (#631) ([e247c79](https://github.com/uq-its-ss/design-system/commit/e247c790585abe267b95de489381efe25107a7bb)), closes [#631](https://github.com/uq-its-ss/design-system/issues/631) [#568](https://github.com/uq-its-ss/design-system/issues/568)
9
+
10
+ ### BREAKING CHANGES
11
+
12
+ - Review updated blockquote markup
13
+
14
+ - increase spacing
15
+
16
+ - chore: regression test update
17
+
18
+ # [1.0.0-alpha.8](https://github.com/uq-its-ss/design-system/compare/@uqds/react@1.0.0-alpha.7...@uqds/react@1.0.0-alpha.8) (2025-05-27)
19
+
20
+ **Note:** Version bump only for package @uqds/react
21
+
6
22
  # [1.0.0-alpha.7](https://github.com/uq-its-ss/design-system/compare/@uqds/react@1.0.0-alpha.6...@uqds/react@1.0.0-alpha.7) (2025-05-27)
7
23
 
8
24
  **Note:** Version bump only for package @uqds/react
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uqds/react",
3
- "version": "1.0.0-alpha.7",
3
+ "version": "1.0.0",
4
4
  "description": "React components",
5
5
  "keywords": [
6
6
  "uqds",
@@ -46,13 +46,13 @@
46
46
  "url": "https://github.com/uq-its-ss/design-system/issues"
47
47
  },
48
48
  "dependencies": {
49
- "@uqds/body": "^3.0.0-alpha.3",
50
- "@uqds/card": "^3.0.0-alpha.9",
51
- "@uqds/core": "^4.0.0-alpha.2",
52
- "@uqds/icon": "^3.0.0-alpha.4",
49
+ "@uqds/body": "^3.0.0",
50
+ "@uqds/card": "^3.0.0",
51
+ "@uqds/core": "^4.0.0",
52
+ "@uqds/icon": "^3.0.0",
53
53
  "@uqds/layout": "6.0.0-alpha.0",
54
- "@uqds/pagination": "^3.0.0-alpha.3",
55
- "@uqds/pane": "^3.0.0-alpha.5",
54
+ "@uqds/pagination": "^3.0.0",
55
+ "@uqds/pane": "^3.0.0",
56
56
  "classnames": "^2.5.1"
57
57
  },
58
58
  "devDependencies": {
@@ -65,5 +65,5 @@
65
65
  "peerDependencies": {
66
66
  "react": "^18.3.1"
67
67
  },
68
- "gitHead": "dee70ba43178cc62df620980f77ce2fadcd7afb5"
68
+ "gitHead": "99bcb9f6d768ac5617f5ff843f52d3af65012867"
69
69
  }