Skip to content
This repository was archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Merge branch 'main' into dman/themes
Browse files Browse the repository at this point in the history
  • Loading branch information
daniman authored Jun 2, 2021
2 parents cad32f6 + 5f4bf1a commit 9000152
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v8.22.0 (Wed Jun 02 2021)

#### 🚀 Enhancement

- Add solid time icon [#353](https://github.com/apollographql/space-kit/pull/353) ([@esilverm](https://github.com/esilverm))

#### Authors: 1

- Evan Silverman ([@esilverm](https://github.com/esilverm))

---

# v8.21.1 (Wed Jun 02 2021)

#### 🐛 Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "@apollo/space-kit",
"version": "8.21.1",
"version": "8.22.0",
"description": "Home base for Apollo's design system",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/icons/iconsGuide.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The following scripts are available:

- `icons:clean`: Clean all the React components and TypeScript generated files from the `icons/` directory. This will not touch the raw svg files in `icons/src`.
- `icons:generate`: Generate TypeScript files for each icon. These will be immediately available in Storybook.
- `icons`: Run `icons:clean` and `icons:genreate` in series
- `icons`: Run `icons:clean` and `icons:generate` in series
- `build:typescript`: Transpile TypeScript files to be consumed externally.
- `watch`: Watch TypeScript files and automatically update.
This is useful when you've `npm link`'ed this repository and are developing against another project.
Expand Down
5 changes: 5 additions & 0 deletions src/icons/svgs/solids/icon-time-solid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9000152

Please sign in to comment.