@vygruppen/spor-react 1.3.1 → 1.3.3

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @vygruppen/spor-react@1.3.1 build
2
+ > @vygruppen/spor-react@1.3.3 build
3
3
  > tsup src/* --dts --treeshake --format esm,cjs
4
4
 
5
5
  CLI Building entry: src/index.tsx
@@ -9,9 +9,9 @@
9
9
  ESM Build start
10
10
  CJS Build start
11
11
  CJS dist/index.js 7.51 KB
12
- CJS ⚡️ Build success in 116ms
12
+ CJS ⚡️ Build success in 86ms
13
13
  ESM dist/index.mjs 1.22 KB
14
- ESM ⚡️ Build success in 117ms
14
+ ESM ⚡️ Build success in 87ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 4722ms
16
+ DTS ⚡️ Build success in 3703ms
17
17
  DTS dist/index.d.ts 1.22 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 1.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - e7228767: Upgrade React Aria
8
+ - Updated dependencies [e7228767]
9
+ - @vygruppen/spor-datepicker-react@1.2.1
10
+ - @vygruppen/spor-input-react@1.3.4
11
+ - @vygruppen/spor-loader-react@1.1.1
12
+
13
+ ## 1.3.2
14
+
15
+ ### Patch Changes
16
+
17
+ - deb3934d: Changes in the datepicker and input packages
18
+ - Updated dependencies [12202232]
19
+ - Updated dependencies [1d2de067]
20
+ - Updated dependencies [12202232]
21
+ - Updated dependencies [12202232]
22
+ - Updated dependencies [f6fec340]
23
+ - Updated dependencies [78b7dd54]
24
+ - @vygruppen/spor-datepicker-react@1.2.0
25
+ - @vygruppen/spor-typography-react@1.1.2
26
+ - @vygruppen/spor-input-react@1.3.3
27
+
3
28
  ## 1.3.1
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vygruppen/spor-react",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",