Skip to content

Commit 0ca2fdf

Browse files
committed
chore(release): v3.3.0 🎉
1 parent 52277a8 commit 0ca2fdf

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [3.3.0](https://github.com/kaisermann/svelte-preprocess/compare/v3.2.6...v3.3.0) (2019-12-19)
2+
3+
4+
### Features
5+
6+
* 🎸 support :local() pseudo-selector for global styles ([c9d98c2](https://github.com/kaisermann/svelte-preprocess/commit/c9d98c2da2bf62b628def6af2c2dd76027dd467c))
7+
8+
9+
110
## [3.2.6](https://github.com/kaisermann/svelte-preprocess/compare/v3.2.5...v3.2.6) (2019-11-07)
211

312

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dist/"
2525
],
2626
"scripts": {
27-
"prebuild": "rm -rf dist/ && yarn lint",
27+
"prebuild": "rm -rf dist/ && npm run lint",
2828
"build": "tsc",
2929
"dev": "tsc -w",
3030
"test": "jest",
@@ -35,9 +35,9 @@
3535
"postinstall": "node -e \"console.log('\\u001b[36m\\u001b[1m[svelte-preprocess] Don\\'t forget to install the preprocessors packages that will be used: \\u001b[22m\\u001b[39m\\u001b[34mnode-sass/sass, stylus, less, postcss & postcss-load-config, coffeescript, pug, etc...\\u001b[0m')\"",
3636
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1 && git add CHANGELOG.md",
3737
"tag": "git tag -a v$npm_package_version -m 'Release v$npm_package_version'",
38-
"release": "yarn version && yarn && git add package.json yarn.lock && git commit -m \"chore(release): v$npm_package_version :tada:\"",
38+
"release": "npm run version && npm run && git add package.json yarn.lock && git commit -m \"chore(release): v$npm_package_version :tada:\"",
3939
"minify": "babel-minify dist -d dist",
40-
"prepublishOnly": "yarn test && yarn build && yarn minify && yarn release && yarn tag"
40+
"prepublishOnly": "npm run test && npm run build && npm run minify && npm run release && npm run tag"
4141
},
4242
"jest": {
4343
"collectCoverage": true,

0 commit comments

Comments
 (0)