@spark-web/spinner 5.0.0 → 5.1.0-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 (2) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @spark-web/spinner
2
2
 
3
+ ## 5.1.0-rc.0
4
+
5
+ ### Minor Changes
6
+
7
+ - update react version and other packages
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies []:
12
+ - @spark-web/utils@5.1.0-rc.0
13
+ - @spark-web/a11y@5.3.0-rc.0
14
+ - @spark-web/icon@5.1.0-rc.0
15
+ - @spark-web/box@6.0.0-rc.0
16
+
17
+ ## 5.0.1
18
+
19
+ ### Patch Changes
20
+
21
+ - [#623](https://github.com/brighte-labs/spark-web/pull/623)
22
+ [`439f6dc`](https://github.com/brighte-labs/spark-web/commit/439f6dcebc40b65193606f990e5a246cdb6ede4d)
23
+ Thanks [@michtntbrighte](https://github.com/michtntbrighte)! - Fix loading
24
+ indicator message
25
+
3
26
  ## 5.0.0
4
27
 
5
28
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-web/spinner",
3
- "version": "5.0.0",
3
+ "version": "5.1.0-rc.0",
4
4
  "homepage": "https://github.com/brighte-labs/spark-web#readme",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,17 +17,17 @@
17
17
  "dependencies": {
18
18
  "@babel/runtime": "^7.25.0",
19
19
  "@emotion/react": "^11.14.0",
20
- "@spark-web/a11y": "^5.0.0",
21
- "@spark-web/box": "^5.0.0",
22
- "@spark-web/icon": "^5.0.0",
23
- "@spark-web/utils": "^5.0.0"
20
+ "@spark-web/a11y": "^5.3.0-rc.0",
21
+ "@spark-web/box": "^6.0.0-rc.0",
22
+ "@spark-web/icon": "^5.1.0-rc.0",
23
+ "@spark-web/utils": "^5.1.0-rc.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@types/react": "^18.2.0",
27
- "react": "^18.2.0"
26
+ "@types/react": "^19.1.0",
27
+ "react": "^19.1.0"
28
28
  },
29
29
  "peerDependencies": {
30
- "react": ">=17.0.2"
30
+ "react": ">=19.1.0"
31
31
  },
32
32
  "engines": {
33
33
  "node": ">=14"