Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
Mark sideEffects: false in package json.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhemphill committed Oct 2, 2022
1 parent 588dacd commit 9699b54
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/strum-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.4] - 2022-10-02

## Fixed

- Mark `"sideEffects": false` in the `@strum/react` package file

## [1.1.3] - 2022-10-02

## Changed
Expand Down
5 changes: 3 additions & 2 deletions packages/strum-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strum/react",
"version": "1.1.3",
"version": "1.1.4",
"description": "A React design system built with Vanilla Extract",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -32,6 +32,7 @@
"files": [
"dist/**"
],
"sideEffects": false,
"scripts": {
"build": "vite build",
"clean": "rimraf dist",
Expand Down Expand Up @@ -91,4 +92,4 @@
"react": ">=17",
"react-dom": ">=17"
}
}
}

1 comment on commit 9699b54

@vercel
Copy link

@vercel vercel bot commented on 9699b54 Oct 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.