Skip to content

Commit

Permalink
Version Packages (#1316)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 26, 2024
1 parent 7c1ab44 commit 203396b
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-chefs-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-cows-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-suns-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-falcons-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-scissors-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-pots-yell.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tender-jobs-taste.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@vygruppen/spor-design-tokens": "^3.8.1",
"@vygruppen/spor-icon": "^3.2.0",
"@vygruppen/spor-icon-react": "^3.12.0",
"@vygruppen/spor-react": "^10.9.2",
"@vygruppen/spor-react": "^11.0.0",
"archiver": "^5.3.2",
"deepmerge": "^4.3.1",
"framer-motion": "^8.5.5",
Expand Down
20 changes: 20 additions & 0 deletions packages/spor-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @vygruppen/spor-react

## 11.0.0

### Major Changes

- 137bc96: The Button component has been updated to remove SpaceProps from its ButtonProps interface. This change eliminates direct support for spacing-related properties (e.g., margin, padding).
- 70b1a86: Theme container tokens: Update values to mirror breakpoint values

You will need to update your implementation if you have static values related to the container sizes.

### Minor Changes

- 47dc850: Update styling for dashed divider
- 7c1ab44: CardSelect: adjust css values and component logic to adapt to new design
- 717158c: SearchInput: Added support for width-related props

### Patch Changes

- e9b34da: ExpandableAlert: made some updates in the styling for different states
- f87a8f7: Skeletons: add aria attributes and role

## 10.9.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/spor-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vygruppen/spor-react",
"version": "10.9.2",
"version": "11.0.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 203396b

Please sign in to comment.