Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: italia/design-react-kit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0-9
Choose a base ref
...
head repository: italia/design-react-kit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0-10
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 7, 2024

  1. Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    aa61aec View commit details
  2. 5.0.0-10

    astagi committed Feb 7, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    b024fce View commit details
Showing with 10 additions and 3 deletions.
  1. +9 −0 CHANGELOG.md
  2. +1 −3 package.json
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [5.0.0-10](https://github.com/italia/design-react-kit/compare/v5.0.0-9...v5.0.0-10) (2024-02-07)


### Bug Fixes

* svg import should be launched manually ([aa61aec](https://github.com/italia/design-react-kit/commit/aa61aecdb8a7ed72feb185c223b841f9512a253c))



# [5.0.0-9](https://github.com/italia/design-react-kit/compare/v5.0.0-8...v5.0.0-9) (2024-02-07)


4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
"bugs": {
"url": "https://github.com/italia/design-react-kit/issues"
},
"version": "5.0.0-9",
"version": "5.0.0-10",
"license": "BSD-3",
"module": "dist/esm/index.js",
"main": "./src/index.tsx",
@@ -48,7 +48,6 @@
"scripts": {
"start": "NODE_OPTIONS=--max_old_space_size=16384 npm run storybook:serve",
"svg:import": "./scripts/import_svgs.sh",
"prebuild": "npm run svg:import",
"build": "tsdx build --format cjs,esm",
"test": "tsdx test ./src ./test --passWithNoTests --coverage",
"test:ci": "tsdx test ./src ./test --passWithNoTests --coverage --runInBand --ci",
@@ -58,7 +57,6 @@
"format-code": "npx prettier . --write",
"size": "size-limit",
"analyze": "size-limit --why",
"prestorybook": "npm run svg:import",
"storybook:serve": "start-storybook -p 9001 -c .storybook",
"storybook:build": "npm run storybook:build:base --docs",
"storybook:build:base": "build-storybook -c .storybook",