@vygruppen/spor-react 11.2.1 → 11.3.1

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,18 +1,21 @@
1
1
 
2
- > @vygruppen/spor-react@11.2.1 build
3
- > tsup src/index.tsx --dts --treeshake --format cjs,esm
2
+ > @vygruppen/spor-react@11.3.1 build /home/runner/work/spor/spor/packages/spor-react
3
+ > tsup
4
4
 
5
- CLI Building entry: src/index.tsx
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v7.2.0
8
- CLI Target: node16
9
- CJS Build start
10
- ESM Build start
11
- DTS Build start
12
- CJS dist/index.js 450.58 KB
13
- CJS ⚡️ Build success in 2100ms
14
- ESM dist/index.mjs 431.05 KB
15
- ESM ⚡️ Build success in 2100ms
16
- DTS ⚡️ Build success in 15663ms
17
- DTS dist/index.d.ts 343.51 KB
18
- DTS dist/index.d.mts 343.51 KB
5
+ CLI Building entry: src/index.tsx
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v7.3.0
8
+ CLI Using tsup config: /home/runner/work/spor/spor/packages/spor-react/tsup.config.ts
9
+ CLI Target: node16
10
+ CJS Build start
11
+ ESM Build start
12
+ DTS Build start
13
+ CJS dist/index.js 288.06 KB
14
+ CJS dist/index.js.map 592.05 KB
15
+ CJS ⚡️ Build success in 2329ms
16
+ ESM dist/index.mjs 269.27 KB
17
+ ESM dist/index.mjs.map 592.05 KB
18
+ ESM ⚡️ Build success in 2329ms
19
+ DTS ⚡️ Build success in 17919ms
20
+ DTS dist/index.d.ts 341.98 KB
21
+ DTS dist/index.d.mts 341.98 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 11.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 6ac14ad: Fixed bug where externalId on Heading was ignored
8
+
9
+ ## 11.3.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 000e30a: - Replace npm with pnpm as package manager.
14
+ - Update CI pipelines and Docker to use pnpm.
15
+ - Update Docker to install from frozen lockfile to ensure exact dependency versions.
16
+ - Fix dependency cycle between spor-react-icons and spor-package.
17
+ - Update docs to use pnpm.
18
+ - Install correct npm packages in apps/packages in monorepo.
19
+ - Replace npm-feed installs with direct "workspace:\*" installs for better local development.
20
+ - Replace inline commands for tsup with tsup.config.ts files.
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [000e30a]
25
+ - @vygruppen/spor-design-tokens@3.10.0
26
+ - @vygruppen/spor-icon-react@3.13.0
27
+ - @vygruppen/spor-loader@0.5.0
28
+
3
29
  ## 11.2.1
4
30
 
5
31
  ### Patch Changes
package/README.md CHANGED
@@ -7,6 +7,7 @@ This package includes everything you need to build your React component library.
7
7
  ```bash
8
8
  $ npm install @vygruppen/spor-react
9
9
  $ yarn add @vygruppen/spor-react
10
+ $ pnpm install @vygruppen/spor-react
10
11
  ```
11
12
 
12
13
  ## Usage