Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and daKmoR committed Sep 30, 2020
1 parent f96ba62 commit bceeffa
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/thirty-pillows-drop.md

This file was deleted.

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

## 0.5.1

### Patch Changes

- f96ba62: Update @lion/overlays and adjust code to no longer require a patch

## 0.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d4kmor/cli",
"version": "0.5.0",
"version": "0.5.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -55,7 +55,7 @@
},
"devDependencies": {
"@11ty/eleventy-navigation": "^0.1.5",
"@d4kmor/launch": "^0.4.0",
"@d4kmor/launch": "^0.4.1",
"patch-package": "^6.2.2"
},
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/drawer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @d4kmor/drawer

## 0.2.1

### Patch Changes

- f96ba62: Update @lion/overlays and adjust code to no longer require a patch

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/drawer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d4kmor/drawer",
"version": "0.2.0",
"version": "0.2.1",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/launch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @d4kmor/launch

## 0.4.1

### Patch Changes

- f96ba62: Update @lion/overlays and adjust code to no longer require a patch
- Updated dependencies [f96ba62]
- @d4kmor/drawer@0.2.1

## 0.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/launch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d4kmor/launch",
"version": "0.4.0",
"version": "0.4.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -27,7 +27,7 @@
"testing"
],
"dependencies": {
"@d4kmor/drawer": "^0.2.0",
"@d4kmor/drawer": "^0.2.1",
"@d4kmor/navigation": "^0.2.0"
},
"exports": {
Expand Down

0 comments on commit bceeffa

Please sign in to comment.