Skip to content

Commit db4d973

Browse files
Merge pull request #17 from danieldelcore/changeset-release/master
Version Packages
2 parents fe2987e + 1c9222c commit db4d973

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+192
-65
lines changed

.changeset/happy-falcons-grow.md

-26
This file was deleted.

.changeset/rare-elephants-admire.md

-5
This file was deleted.

packages/components/avatar/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @precursor/avatar
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- 5141ce5: Bump trousers
8+
- Updated dependencies [5141ce5]
9+
- @precursor/image@0.1.3
10+
311
## 0.1.2
412

513
### Patch Changes

packages/components/avatar/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@precursor/avatar",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Avatar component",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
77
"types": "dist/index.d.ts",
88
"license": "MIT",
99
"dependencies": {
10-
"@precursor/image": "^0.1.2",
10+
"@precursor/image": "^0.1.3",
1111
"@trousers/collector": "^3.0.2",
1212
"@trousers/core": "^3.0.2"
1313
},

packages/components/badge/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @precursor/badge
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- 5141ce5: Bump trousers
8+
39
## 0.1.3
410

511
### Patch Changes

packages/components/badge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@precursor/badge",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Badge component",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/components/button/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @precursor/button
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- 5141ce5: Bump trousers
8+
- Updated dependencies [5141ce5]
9+
- Updated dependencies [fe2987e]
10+
- @precursor/theme@0.1.4
11+
312
## 0.1.4
413

514
### Patch Changes

packages/components/button/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@precursor/button",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "button component",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
77
"types": "dist/index.d.ts",
88
"license": "MIT",
99
"dependencies": {
10-
"@precursor/theme": "^0.1.3",
10+
"@precursor/theme": "^0.1.4",
1111
"@trousers/collector": "^3.0.2",
1212
"@trousers/core": "^3.0.2"
1313
},

packages/components/checkbox/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @precursor/checkbox
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- 5141ce5: Bump trousers
8+
- Updated dependencies [5141ce5]
9+
- @precursor/input@0.1.5
10+
- @precursor/label@0.1.4
11+
312
## 0.1.2
413

514
### Patch Changes

packages/components/checkbox/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@precursor/checkbox",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Checkbox component",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
77
"types": "dist/index.d.ts",
88
"license": "MIT",
99
"dependencies": {
10-
"@precursor/input": "^0.1.2",
11-
"@precursor/label": "^0.1.2",
10+
"@precursor/input": "^0.1.5",
11+
"@precursor/label": "^0.1.4",
1212
"@trousers/collector": "^3.0.2",
1313
"@trousers/core": "^3.0.2"
1414
},

packages/components/code/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @precursor/code
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- 5141ce5: Bump trousers
8+
- Updated dependencies [5141ce5]
9+
- Updated dependencies [fe2987e]
10+
- @precursor/theme@0.1.4
11+
312
## 0.1.3
413

514
### Patch Changes

packages/components/code/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@precursor/code",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "code component",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
77
"types": "dist/index.d.ts",
88
"license": "MIT",
99
"dependencies": {
10-
"@precursor/theme": "^0.1.3",
10+
"@precursor/theme": "^0.1.4",
1111
"@trousers/collector": "^3.0.2",
1212
"@trousers/core": "^3.0.2"
1313
},

packages/components/image/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @precursor/image
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- 5141ce5: Bump trousers
8+
39
## 0.1.2
410

511
### Patch Changes

packages/components/image/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@precursor/image",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "image component",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/components/input/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @precursor/input
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- 5141ce5: Bump trousers
8+
39
## 0.1.4
410

511
### Patch Changes

packages/components/input/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@precursor/input",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "input component",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/components/label/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @precursor/label
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- 5141ce5: Bump trousers
8+
39
## 0.1.3
410

511
### Patch Changes

packages/components/label/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@precursor/label",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "label component",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/components/modal/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @precursor/modal
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- 5141ce5: Bump trousers
8+
- Updated dependencies [5141ce5]
9+
- Updated dependencies [fe2987e]
10+
- @precursor/overlay@0.1.3
11+
- @precursor/heading@0.1.4
12+
- @precursor/theme@0.1.4
13+
314
## 0.1.3
415

516
### Patch Changes

packages/components/modal/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@precursor/modal",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "modal component",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
77
"types": "dist/index.d.ts",
88
"license": "MIT",
99
"dependencies": {
10-
"@precursor/heading": "^0.1.2",
11-
"@precursor/overlay": "^0.1.2",
12-
"@precursor/theme": "^0.1.2",
10+
"@precursor/heading": "^0.1.4",
11+
"@precursor/overlay": "^0.1.3",
12+
"@precursor/theme": "^0.1.4",
1313
"@trousers/collector": "^3.0.2",
1414
"@trousers/core": "^3.0.2"
1515
},

packages/components/overlay/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @precursor/overlay
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- 5141ce5: Bump trousers
8+
39
## 0.1.2
410

511
### Patch Changes

packages/components/overlay/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@precursor/overlay",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Overlay component",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/components/panel/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @precursor/panel
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- 5141ce5: Bump trousers
8+
39
## 0.1.3
410

511
### Patch Changes

packages/components/panel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@precursor/panel",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "panel component",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/components/radio/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @precursor/radio
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- 5141ce5: Bump trousers
8+
- Updated dependencies [5141ce5]
9+
- @precursor/input@0.1.5
10+
- @precursor/label@0.1.4
11+
312
## 0.1.2
413

514
### Patch Changes

packages/components/radio/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@precursor/radio",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "radio component",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
77
"types": "dist/index.d.ts",
88
"license": "MIT",
99
"dependencies": {
10-
"@precursor/input": "^0.1.2",
11-
"@precursor/label": "^0.1.2",
10+
"@precursor/input": "^0.1.5",
11+
"@precursor/label": "^0.1.4",
1212
"@trousers/collector": "^3.0.2",
1313
"@trousers/core": "^3.0.2"
1414
},

packages/components/select/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @precursor/select
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- 5141ce5: Bump trousers
8+
39
## 0.1.3
410

511
### Patch Changes

packages/components/select/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@precursor/select",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "select component",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/components/textarea/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @precursor/textarea
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- 5141ce5: Bump trousers
8+
39
## 0.1.4
410

511
### Patch Changes

packages/components/textarea/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@precursor/textarea",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Textarea component",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)