diff --git a/CHANGELOG.md b/CHANGELOG.md index aa7361c..d0ded46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ 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). +## 0.14.0 - 2024-02-28 + +### Changed + +- Upgrade to storybook v7 +- Upgrade to eslint v8 +- Migrated codebase to TypeScript +- Include TS declaration files in dist + +## 0.13.0 - 2022-12-01 + +### Changed + +- Updated depenencies + ## 0.12.0 - 2020-03-17 ### Changed diff --git a/README.md b/README.md index 53ca4b7..086cddc 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ Colors, typography and other style utilities for building React-based applicatio ```sh // npm -npm i git+https://github.com/BrownUniversity/brown-university-styles.git +npm i BrownUniversity/brown-university-styles#semver:^0.14.0 // yarn -yarn add git+https://github.com/BrownUniversity/brown-university-styles.git +yarn add BrownUniversity/brown-university-styles#^0.14.0 ``` ### 2. Import styles diff --git a/dist/index.js.LICENSE.txt b/dist/index.js.LICENSE.txt index ea6a0c8..c68b48d 100644 --- a/dist/index.js.LICENSE.txt +++ b/dist/index.js.LICENSE.txt @@ -1 +1 @@ -/*! brown-university-styles v0.13.0 */ +/*! brown-university-styles v0.14.0 */ diff --git a/dist/styles.css b/dist/styles.css index e2a0980..2b96ecd 100644 --- a/dist/styles.css +++ b/dist/styles.css @@ -1,4 +1,4 @@ -/*! brown-university-styles v0.13.0 */ +/*! brown-university-styles v0.14.0 */ /*! * Legal Disclaimer * diff --git a/package-lock.json b/package-lock.json index d36c993..47e8a59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "brown-university-styles", - "version": "0.13.0", + "version": "0.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "brown-university-styles", - "version": "0.13.0", + "version": "0.14.0", "devDependencies": { "@babel/core": "^7.3.4", "@babel/preset-env": "^7.3.4", diff --git a/package.json b/package.json index 556daee..3692503 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "brown-university-styles", "description": "Colors, typography and other style utilities for building React-based applications at Brown University.", "author": "Colin Cummings ", - "version": "0.13.0", + "version": "0.14.0", "private": true, "homepage": "https://github.com/BrownUniversity/brown-university-styles.git", "main": "dist/index.js",