Skip to content

Commit

Permalink
1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolm-kee committed Jan 22, 2022
1 parent e5b2ccd commit c02784f
Show file tree
Hide file tree
Showing 21 changed files with 97 additions and 30 deletions.
9 changes: 0 additions & 9 deletions .changeset/metal-turkeys-help.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/selfish-feet-prove.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ten-tables-prove.md

This file was deleted.

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

## 1.1.28

### Patch Changes

- Updated dependencies [e5b2ccd]
- Updated dependencies [0c0eeaa]
- Updated dependencies [e5b2ccd]
- [email protected]

## 1.1.27

### 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.27",
"version": "1.1.28",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@heroicons/react": "^1.0.5",
Expand Down
9 changes: 9 additions & 0 deletions examples/client-only-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# client-only-example

## 1.1.28

### Patch Changes

- Updated dependencies [e5b2ccd]
- Updated dependencies [0c0eeaa]
- Updated dependencies [e5b2ccd]
- [email protected]

## 1.1.27

### 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.27",
"version": "1.1.28",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions examples/react-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# react-example

## 1.1.28

### Patch Changes

- Updated dependencies [e5b2ccd]
- Updated dependencies [0c0eeaa]
- Updated dependencies [e5b2ccd]
- [email protected]

## 1.1.27

### 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.27",
"version": "1.1.28",
"license": "MIT",
"main": "index.js",
"private": true,
Expand Down
9 changes: 9 additions & 0 deletions examples/subpath-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# subpath-example

## 1.1.28

### Patch Changes

- Updated dependencies [e5b2ccd]
- Updated dependencies [0c0eeaa]
- Updated dependencies [e5b2ccd]
- [email protected]

## 1.1.27

### 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.27",
"version": "1.1.28",
"license": "MIT",
"main": "index.js",
"private": true,
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 @@
# @showroomjs/core

## 1.18.0

### Minor Changes

- 0c0eeaa: Generate manifest.json file unless disabled
- e5b2ccd: Generate a service worker to provide offline fallback

### Patch Changes

- e5b2ccd: Bump deps

## 1.17.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": "1.17.0",
"version": "1.18.0",
"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

## 0.3.2

### Patch Changes

- e5b2ccd: Bump deps

## 0.3.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": "0.3.1",
"version": "0.3.2",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/measure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# @showroomjs/measure

## 0.1.2

### Patch Changes

- e5b2ccd: Bump deps

## 0.1.1

### Patch Changes

- 8eb08ca: Bump dependencies
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": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"main": "dist/measure.js",
"types": "dist/measure.d.ts",
Expand Down
18 changes: 18 additions & 0 deletions packages/react-showroom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# react-showroom

## 1.25.0

### Minor Changes

- 0c0eeaa: Generate manifest.json file unless disabled
- e5b2ccd: Generate a service worker to provide offline fallback

### Patch Changes

- e5b2ccd: Bump deps
- Updated dependencies [e5b2ccd]
- Updated dependencies [0c0eeaa]
- Updated dependencies [e5b2ccd]
- @showroomjs/core@1.18.0
- @showroomjs/device-frames@0.3.2
- @showroomjs/measure@0.1.2
- @showroomjs/ui@1.14.2

## 1.24.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": "1.24.0",
"version": "1.25.0",
"license": "MIT",
"bin": {
"react-showroom": "react-showroom.js"
Expand Down
10 changes: 10 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @showroomjs/ui

## 1.14.2

### Patch Changes

- e5b2ccd: Bump deps
- Updated dependencies [e5b2ccd]
- Updated dependencies [0c0eeaa]
- Updated dependencies [e5b2ccd]
- @showroomjs/core@1.18.0

## 1.14.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": "1.14.1",
"version": "1.14.2",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

12 comments on commit c02784f

@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.