Родитель
9f993fbed1
Коммит
b844b13b70
|
@ -1,4 +1,8 @@
|
|||
# CHANGELOG
|
||||
## v8.2.2
|
||||
### Changed
|
||||
- Previous version didn't push to the registry properly, this version fixes that.
|
||||
|
||||
## v8.2.1
|
||||
### Changed
|
||||
- Added an additional instance of _colors with the file extensions .scss as IoTC is now using sass as opposed to node-sass and .scss are required to render styles.
|
||||
|
|
|
@ -146,7 +146,9 @@ Once the PR has been reviewed, follow these steps to cut a release:
|
|||
|
||||
3. [Create a new github release](https://github.com/Azure/iot-ux-fluent-css/releases/new) on the new tag. Use the tag name as the release title and the copy the changelog into the description.
|
||||
|
||||
4. Run `npm run publish` to publish the new version to npm
|
||||
4. Run `npm install` to generate the lib package, this is required to be in the npm packge you will publish.
|
||||
|
||||
5. Run `npm run publish` to publish the new version to npm
|
||||
|
||||
|
||||
**IMPORTANT**: By submitting a patch, you agree to allow the project
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/azure-iot-ux-fluent-css",
|
||||
"version": "8.2.1",
|
||||
"version": "8.2.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@microsoft/azure-iot-ux-fluent-css",
|
||||
"description": "Azure IoT common styles library for CSS, Colors and Themes",
|
||||
"version": "8.2.1",
|
||||
"version": "8.2.2",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
|
Загрузка…
Ссылка в новой задаче