Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolm-kee committed Jul 5, 2022
1 parent 15c6da0 commit 7f049c2
Show file tree
Hide file tree
Showing 20 changed files with 81 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-penguins-look.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/neat-pianos-tease.md

This file was deleted.

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

## 1.1.39

### Patch Changes

- Updated dependencies [15c6da0]
- Updated dependencies [15c6da0]
- [email protected]

## 1.1.38

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-showroom-docs",
"private": true,
"license": "MIT",
"version": "1.1.38",
"version": "1.1.39",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@heroicons/react": "^1.0.6",
Expand Down
8 changes: 8 additions & 0 deletions examples/client-only-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# client-only-example

## 1.1.39

### Patch Changes

- Updated dependencies [15c6da0]
- Updated dependencies [15c6da0]
- [email protected]

## 1.1.38

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/client-only-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client-only-example",
"version": "1.1.38",
"version": "1.1.39",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions examples/react-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# react-example

## 1.1.39

### Patch Changes

- Updated dependencies [15c6da0]
- Updated dependencies [15c6da0]
- [email protected]

## 1.1.38

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/react-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-example",
"version": "1.1.38",
"version": "1.1.39",
"license": "MIT",
"main": "index.js",
"private": true,
Expand Down
8 changes: 8 additions & 0 deletions examples/subpath-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# subpath-example

## 1.1.39

### Patch Changes

- Updated dependencies [15c6da0]
- Updated dependencies [15c6da0]
- [email protected]

## 1.1.38

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/subpath-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subpath-example",
"version": "1.1.38",
"version": "1.1.39",
"license": "MIT",
"main": "index.js",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @showroomjs/core

## 2.1.1

### Patch Changes

- 15c6da0: Bump dependencies

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@showroomjs/core",
"version": "2.1.0",
"version": "2.1.1",
"license": "MIT",
"main": "dist/index.js",
"module": "dist-esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/device-frames/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @showroomjs/device-frames

## 1.0.2

### Patch Changes

- 15c6da0: Bump dependencies

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/device-frames/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@showroomjs/device-frames",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/measure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @showroomjs/measure

## 1.0.2

### Patch Changes

- 15c6da0: Bump dependencies

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/measure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@showroomjs/measure",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"main": "dist/measure.js",
"types": "dist/measure.d.ts",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-showroom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# react-showroom

## 2.2.0

### Minor Changes

- 15c6da0: Support --basePath and --outDir options for build command

### Patch Changes

- 15c6da0: Bump dependencies
- Updated dependencies [15c6da0]
- @showroomjs/core@2.1.1
- @showroomjs/device-frames@1.0.2
- @showroomjs/measure@1.0.2
- @showroomjs/ui@2.0.2

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-showroom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-showroom",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT",
"bin": {
"react-showroom": "react-showroom.js"
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @showroomjs/ui

## 2.0.2

### Patch Changes

- Updated dependencies [15c6da0]
- @showroomjs/core@2.1.1

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@showroomjs/ui",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

12 comments on commit 7f049c2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.