Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sumnerwarren committed Feb 28, 2024
1 parent 3e890eb commit 9fe84ec
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/*! brown-university-styles v0.13.0 */
/*! brown-university-styles v0.14.0 */
2 changes: 1 addition & 1 deletion dist/styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! brown-university-styles v0.13.0 */
/*! brown-university-styles v0.14.0 */
/*!
* Legal Disclaimer
*
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"version": "0.13.0",
"version": "0.14.0",
"private": true,
"homepage": "https://github.com/BrownUniversity/brown-university-styles.git",
"main": "dist/index.js",
Expand Down

0 comments on commit 9fe84ec

Please sign in to comment.