Skip to content

Commit

Permalink
Revert "Version Packages (#1259)"
Browse files Browse the repository at this point in the history
This reverts commit d240ad0.
  • Loading branch information
alicemacl authored Sep 17, 2024
1 parent d240ad0 commit d02ed8e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 12 deletions.
7 changes: 7 additions & 0 deletions .changeset/thin-trains-cover.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@vygruppen/spor-icon": major
---

Rename stars icons from "icons" to "stars"

This is a breaking change, as it requires direct consumers to change their imports for some icons. Vhen updating to this major version, make sure to import "stars-(outline|fill)-[size].svg" instead of "iconss-(outline|fill)-[size].svg" wherever necessary.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@sanity/groq-store": "^1.1.5",
"@sanity/image-url": "^1.0.2",
"@vygruppen/spor-design-tokens": "^3.8.1",
"@vygruppen/spor-icon": "^3.0.0",
"@vygruppen/spor-icon": "^2.9.1",
"@vygruppen/spor-icon-react": "^3.9.0",
"@vygruppen/spor-react": "^10.6.1",
"archiver": "^5.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/spor-icon-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@svgr/plugin-jsx": "^6.2.0",
"@svgr/plugin-svgo": "^6.2.0",
"@types/fs-extra": "^11.0.4",
"@vygruppen/spor-icon": "^3.0.0",
"@vygruppen/spor-icon": "^2.9.0",
"case": "^1.6.3",
"fs-extra": "^11.2.0",
"react": ">17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/spor-icon-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"@types/fs-extra": "^11.0.4",
"@vygruppen/spor-icon": "^3.0.0",
"@vygruppen/spor-icon": "^2.9.0",
"case": "^1.6.3",
"fs-extra": "^11.2.0",
"react": "^18.3.1",
Expand Down
8 changes: 0 additions & 8 deletions packages/spor-icon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @vygruppen/spor-icon

## 3.0.0

### Major Changes

- d4cc8ad: Rename stars icons from "icons" to "stars"

This is a breaking change, as it requires direct consumers to change their imports for some icons. Vhen updating to this major version, make sure to import "stars-(outline|fill)-[size].svg" instead of "iconss-(outline|fill)-[size].svg" wherever necessary.

## 2.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/spor-icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vygruppen/spor-icon",
"version": "3.0.0",
"version": "2.9.1",
"main": "./dist/spor-icons.zip",
"license": "MIT",
"files": [
Expand Down

0 comments on commit d02ed8e

Please sign in to comment.