Skip to content

Commit bb6c8bd

Browse files
author
rofrischmann
committed
release changes
1 parent d01c466 commit bb6c8bd

3 files changed

Lines changed: 16 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Changelog
22

3-
43
## 5.0
54

5+
### 5.0.2
6+
* expanding flexbox shorthands for IE10 ( [#166](https://github.com/rofrischmann/inline-style-prefixer/issues/166) )
7+
68
### 5.0.1
79
* added a plugin that adds a `-webkit-` prefix if `background-clip` is set to `text` ( [#159](https://github.com/rofrischmann/inline-style-prefixer/issues/159) )
810

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inline-style-prefixer",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "Run-time Autoprefixer for JavaScript style objects",
55
"module": "es/index.js",
66
"jsnext:main": "es/index.js",
@@ -17,7 +17,7 @@
1717
"babel": "yarn babel:es && yarn babel:lib",
1818
"build": "yarn run check && yarn generate && yarn babel",
1919
"check": "yarn clear && yarn format && yarn lint && yarn coverage && yarn flow",
20-
"clear": "rimraf lib coverage",
20+
"clear": "rimraf lib es coverage _book",
2121
"docs": "gitbook install && gitbook build && gh-pages -d _book",
2222
"flow": "flow",
2323
"format": "prettier --write \"./modules/**/*.js\"",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1598,9 +1598,9 @@ cli-width@^2.0.0:
15981598
version "2.2.0"
15991599
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639"
16001600

1601-
clipboard@^1.5.5:
1602-
version "1.7.1"
1603-
resolved "https://registry.yarnpkg.com/clipboard/-/clipboard-1.7.1.tgz#360d6d6946e99a7a1fef395e42ba92b5e9b5a16b"
1601+
clipboard@^2.0.0:
1602+
version "2.0.1"
1603+
resolved "https://registry.yarnpkg.com/clipboard/-/clipboard-2.0.1.tgz#a12481e1c13d8a50f5f036b0560fe5d16d74e46a"
16041604
dependencies:
16051605
good-listener "^1.2.2"
16061606
select "^1.1.2"
@@ -3003,13 +3003,13 @@ gitbook-plugin-lunr@1.2.0:
30033003
html-entities "1.2.0"
30043004
lunr "0.5.12"
30053005

3006-
gitbook-plugin-prism@^2.2.1:
3007-
version "2.3.0"
3008-
resolved "https://registry.yarnpkg.com/gitbook-plugin-prism/-/gitbook-plugin-prism-2.3.0.tgz#68637d54ffe565002dd10c30baa1b433b35ec2f2"
3006+
gitbook-plugin-prism@^2.4.0:
3007+
version "2.4.0"
3008+
resolved "https://registry.yarnpkg.com/gitbook-plugin-prism/-/gitbook-plugin-prism-2.4.0.tgz#4128e2cbfa4c8c4610e8ed330056c249c5ceb2e9"
30093009
dependencies:
30103010
cheerio "0.22.0"
30113011
mkdirp "0.5.1"
3012-
prismjs "1.6.0"
3012+
prismjs "^1.15.0"
30133013

30143014
gitbook-plugin-search@*, gitbook-plugin-search@2.2.1:
30153015
version "2.2.1"
@@ -5815,11 +5815,11 @@ pretty-format@^19.0.0:
58155815
dependencies:
58165816
ansi-styles "^3.0.0"
58175817

5818-
prismjs@1.6.0:
5819-
version "1.6.0"
5820-
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.6.0.tgz#118d95fb7a66dba2272e343b345f5236659db365"
5818+
prismjs@^1.15.0:
5819+
version "1.15.0"
5820+
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.15.0.tgz#8801d332e472091ba8def94976c8877ad60398d9"
58215821
optionalDependencies:
5822-
clipboard "^1.5.5"
5822+
clipboard "^2.0.0"
58235823

58245824
private@^0.1.6, private@^0.1.8:
58255825
version "0.1.8"

0 commit comments

Comments
 (0)