Skip to content

Commit 65cd4c2

Browse files
chore: version packages (#8)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 47081dc commit 65cd4c2

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

.changeset/export-scss-styles.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/uniapp/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- 47081dc: Export styles in sass format following web-design pattern
8+
9+
- Added `./styles` export with sass format (`{ "sass": "./lib/styles/index.scss" }`)
10+
- Added `./styles/mixins` export (`{ "sass": "./lib/styles/_mixins.scss" }`)
11+
- Added `build:styles` script to copy src/styles to lib/styles at build time
12+
313
## 0.1.1
414

515
### Patch Changes

packages/uniapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@partner-up-dev/design-uniapp",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "PartnerUp Design System for UniApp",
55
"type": "module",
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)