@patternfly/react-styles 6.0.0-alpha.14 → 6.0.0-alpha.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
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
+ # 6.0.0-alpha.15 (2024-03-08)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-styles
9
+
6
10
  # [6.0.0-alpha.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.0.0-alpha.13...@patternfly/react-styles@6.0.0-alpha.14) (2024-02-21)
7
11
 
8
12
  **Note:** Version bump only for package @patternfly/react-styles
@@ -105,6 +109,34 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
105
109
 
106
110
  **Note:** Version bump only for package @patternfly/react-styles
107
111
 
112
+ # 5.3.0-prerelease.1 (2024-02-28)
113
+
114
+ ### Bug Fixes
115
+
116
+ - **deps:** bump to latest core ([#10116](https://github.com/patternfly/patternfly-react/issues/10116)) ([dc1aceb](https://github.com/patternfly/patternfly-react/commit/dc1aceb0ee880631320b85bfb068be13d7852a37))
117
+
118
+ # 5.3.0-prerelease.0 (2024-02-02)
119
+
120
+ # 5.2.0 (2024-02-02)
121
+
122
+ **Note:** Version bump only for package @patternfly/react-styles
123
+
124
+ # 5.2.0 (2024-02-02)
125
+
126
+ **Note:** Version bump only for package @patternfly/react-styles
127
+
128
+ # 5.2.0-prerelease.6 (2023-12-11)
129
+
130
+ **Note:** Version bump only for package @patternfly/react-styles
131
+
132
+ # 5.2.0-prerelease.5 (2023-11-10)
133
+
134
+ **Note:** Version bump only for package @patternfly/react-styles
135
+
136
+ # 5.2.0-prerelease.4 (2023-11-03)
137
+
138
+ **Note:** Version bump only for package @patternfly/react-styles
139
+
108
140
  # 5.2.0-prerelease.3 (2023-10-26)
109
141
 
110
142
  **Note:** Version bump only for package @patternfly/react-styles
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "6.0.0-alpha.14",
3
+ "version": "6.0.0-alpha.15",
4
4
  "main": "dist/js/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -29,5 +29,5 @@
29
29
  "typescript": "^4.7.4"
30
30
  },
31
31
  "license": "MIT",
32
- "gitHead": "ebcdfc928535052f026fd6e88be4170603213921"
32
+ "gitHead": "296ac2be2f24ef201a347384c1561a311d0c8c54"
33
33
  }