Skip to content

Commit

Permalink
feat: merge pull request #72 from nyaggah/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
JoeyDoey authored Jun 12, 2023
2 parents e1d9e58 + 0e1fe8a commit 42dfdb3
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 23 deletions.
9 changes: 0 additions & 9 deletions .changeset/blue-cups-bathe.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tidy-seahorses-shout.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @bedframe/cli

## 0.0.19

### Patch Changes

- 2c5b852: feat(workflow): remove yarn + npm; use pnpm
- e8a20a7: feat(workflow): add pnpm install step before deps install
- Updated dependencies [2c5b852]
- Updated dependencies [e8a20a7]
- @bedframe/core@0.0.13

## 0.0.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Joe Nyaggah",
"url": "https://bedframe.dev"
},
"version": "0.0.18",
"version": "0.0.19",
"license": "MIT",
"type": "module",
"main": "build/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @bedframe/core

## 0.0.13

### Patch Changes

- 2c5b852: feat(workflow): remove yarn + npm; use pnpm
- e8a20a7: feat(workflow): add pnpm install step before deps install

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Joe Nyaggah",
"url": "https://bedframe.dev"
},
"version": "0.0.12",
"version": "0.0.13",
"license": "MIT",
"type": "module",
"main": "./dist/bedframe.umd.cjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/create-bedframe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# create-bedframe

## 0.0.11

### Patch Changes

- 2c5b852: feat(workflow): remove yarn + npm; use pnpm
- e8a20a7: feat(workflow): add pnpm install step before deps install
- Updated dependencies [2c5b852]
- Updated dependencies [e8a20a7]
- @bedframe/cli@0.0.19
- @bedframe/core@0.0.13

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-bedframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Joe Nyaggah",
"url": "https://bedframe.dev"
},
"version": "0.0.10",
"version": "0.0.11",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-config-bedframe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# eslint-config-bedframe

## 0.0.4

### Patch Changes

- 2c5b852: feat(workflow): remove yarn + npm; use pnpm
- e8a20a7: feat(workflow): add pnpm install step before deps install

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-bedframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Joe Nyaggah",
"url": "https://bedframe.dev"
},
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"main": "index.js",
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @bedframe/tsconfig

## 0.0.4

### Patch Changes

- 2c5b852: feat(workflow): remove yarn + npm; use pnpm
- e8a20a7: feat(workflow): add pnpm install step before deps install

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Joe Nyaggah",
"url": "https://bedframe.dev"
},
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"files": [
"base.json",
Expand Down

0 comments on commit 42dfdb3

Please sign in to comment.