* Fix files pushed to registry
This commit is contained in:
hmmorales 2023-03-23 14:10:02 -07:00 коммит произвёл GitHub
Родитель 9f993fbed1
Коммит b844b13b70
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 9 добавлений и 3 удалений

Просмотреть файл

@ -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

2
package-lock.json сгенерированный
Просмотреть файл

@ -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",