Skip to content

Commit

Permalink
Merge pull request #72 from danieldelcore/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
danieldelcore authored Jun 16, 2020
2 parents 6cc43ca + 540ba49 commit 0058c87
Show file tree
Hide file tree
Showing 14 changed files with 66 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/metal-pigs-train.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/polite-needles-repeat.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/collector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @trousers/collector

## 3.0.2

### Patch Changes

- 16fd640: Style collector instances with differing expressions will now be mounted separately
- Updated dependencies [16fd640]
- @trousers/utils@3.0.2

## 3.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/collector/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@trousers/collector",
"version": "3.0.0",
"version": "3.0.2",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"dependencies": {
"@trousers/utils": "3.0.0"
"@trousers/utils": "3.0.2"
},
"devDependencies": {},
"repository": "https://github.com/danieldelcore/trousers/tree/master/packages/collector"
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @trousers/core

## 3.0.2

### Patch Changes

- 16fd640: Style collector instances with differing expressions will now be mounted separately
- Updated dependencies [635f6fc]
- Updated dependencies [16fd640]
- @trousers/registry@3.0.2
- @trousers/utils@3.0.2
- @trousers/server@3.0.2

## 3.0.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@trousers/core",
"version": "3.0.1",
"version": "3.0.2",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"dependencies": {
"@trousers/hash": "3.0.0",
"@trousers/parser": "3.0.1",
"@trousers/registry": "3.0.1",
"@trousers/server": "3.0.1",
"@trousers/registry": "3.0.2",
"@trousers/server": "3.0.2",
"@trousers/theme": "3.0.0",
"@trousers/utils": "3.0.0"
"@trousers/utils": "3.0.2"
},
"devDependencies": {
"react": "^16.8.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @trousers/registry

## 3.0.2

### Patch Changes

- 635f6fc: Registry no longer remounts style tags on every register. Fixes an issue with prod-mode where styles registered from the same component are overridden

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trousers/registry",
"version": "3.0.1",
"version": "3.0.2",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @trousers/server

## 3.0.2

### Patch Changes

- Updated dependencies [635f6fc]
- Updated dependencies [16fd640]
- @trousers/registry@3.0.2
- @trousers/utils@3.0.2

## 3.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@trousers/server",
"version": "3.0.1",
"version": "3.0.2",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"dependencies": {
"@trousers/registry": "3.0.1",
"@trousers/utils": "3.0.0"
"@trousers/registry": "3.0.2",
"@trousers/utils": "3.0.2"
},
"devDependencies": {
"react": "^16.8.1"
Expand Down
10 changes: 10 additions & 0 deletions packages/trousers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# trousers

## 3.0.2

### Patch Changes

- Updated dependencies [16fd640]
- @trousers/collector@3.0.2
- @trousers/core@3.0.2
- @trousers/utils@3.0.2
- @trousers/server@3.0.2

## 3.0.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/trousers/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "trousers",
"version": "3.0.1",
"version": "3.0.2",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"dependencies": {
"@trousers/collector": "3.0.0",
"@trousers/core": "3.0.1",
"@trousers/server": "3.0.1",
"@trousers/collector": "3.0.2",
"@trousers/core": "3.0.2",
"@trousers/server": "3.0.2",
"@trousers/theme": "3.0.0",
"@trousers/utils": "3.0.0"
"@trousers/utils": "3.0.2"
},
"devDependencies": {
"react": "^16.8.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @trousers/utils

## 3.0.2

### Patch Changes

- 16fd640: Style collector instances with differing expressions will now be mounted separately

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trousers/utils",
"version": "3.0.0",
"version": "3.0.2",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 0058c87

Please sign in to comment.