Skip to content

Commit

Permalink
bump version and minor docs enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-deshmukh committed Dec 8, 2020
1 parent 552fded commit 4a819cd
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 9 deletions.
8 changes: 8 additions & 0 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,12 @@ $component-images-path: "~@tyk-technologies/tyk-ui/lib/images/";

```md
NOTE : For projects that don't SASS but just pure css we are also exposing the compiled styles.
```
### Testing on local

- You can test the changes on your local dev environment by replacing the your `@tyk-technologies/tyk-ui/lib` with newly built lib

eg
```md
cp -a lib/. /Users/me/go/src/github.com/TykTechnologies/tyk-analytics/webclient/node_modules/@tyk-technologies/tyk-ui/lib
```
4 changes: 4 additions & 0 deletions docs/PublishingGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ npm run build-prod
npm i
```

```static
git add .
```

- Commit and Push changes
```static
git commit -m "bump version"
Expand Down
6 changes: 1 addition & 5 deletions lib/index.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions lib/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/tyk-ui.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions lib/tyk-ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/tyk-ui.js.map

Large diffs are not rendered by default.

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": "@tyk-technologies/tyk-ui",
"version": "2.0.6",
"version": "2.0.7",
"description": "Tyk UI - ui reusable components",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 4a819cd

Please sign in to comment.