Skip to content

Commit a617efd

Browse files
authored
Merge pull request #9 from partner-up-dev:changeset-release/main
chore: version packages
2 parents 918b665 + a15478c commit a617efd

3 files changed

Lines changed: 14 additions & 13 deletions

File tree

.changeset/gold-camels-stick.md

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

packages/uniapp/CHANGELOG.md

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

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- 918b665: Fix issue using the package:
8+
9+
- Add default exports of `./styles`
10+
11+
Trivia optimization:
12+
13+
- Inject additionalData only to sass under `components/`
14+
- Remove forward of `ref`, `sys` in `index.scss` since user should use CSS variables.
15+
316
## 0.1.2
417

518
### 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.2",
3+
"version": "0.1.3",
44
"description": "PartnerUp Design System for UniApp",
55
"type": "module",
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)