Skip to content

Commit

Permalink
chore: version packages (alpha) (#657)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jan 18, 2023
1 parent 92b26fd commit 97e2f1b
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@
"@launchpad-ui/tokens": "0.4.8",
"@launchpad-ui/tooltip": "0.6.35"
},
"changesets": []
"changesets": [
"empty-trainers-float"
]
}
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @launchpad-ui/core

## 0.26.7-alpha.0

### Patch Changes

- [#655](https://github.com/launchdarkly/launchpad-ui/pull/655) [`92b26fdf`](https://github.com/launchdarkly/launchpad-ui/commit/92b26fdf33d32e77820157092d6b7b226dbcb8d4) Thanks [@kwatkins-ld](https://github.com/kwatkins-ld)! - bump react-router-dom to 6.7.0-pre.3

- Updated dependencies [[`92b26fdf`](https://github.com/launchdarkly/launchpad-ui/commit/92b26fdf33d32e77820157092d6b7b226dbcb8d4)]:
- @launchpad-ui/menu@0.6.46-alpha.0
- @launchpad-ui/navigation@0.7.7-alpha.0
- @launchpad-ui/filter@0.4.49-alpha.0

## 0.26.6

### Patch 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": "@launchpad-ui/core",
"version": "0.26.6",
"version": "0.26.7-alpha.0",
"status": "beta",
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions packages/filter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @launchpad-ui/filter

## 0.4.49-alpha.0

### Patch Changes

- Updated dependencies [[`92b26fdf`](https://github.com/launchdarkly/launchpad-ui/commit/92b26fdf33d32e77820157092d6b7b226dbcb8d4)]:
- @launchpad-ui/menu@0.6.46-alpha.0

## 0.4.48

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/filter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/filter",
"version": "0.4.48",
"version": "0.4.49-alpha.0",
"status": "beta",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @launchpad-ui/menu

## 0.6.46-alpha.0

### Patch Changes

- [#655](https://github.com/launchdarkly/launchpad-ui/pull/655) [`92b26fdf`](https://github.com/launchdarkly/launchpad-ui/commit/92b26fdf33d32e77820157092d6b7b226dbcb8d4) Thanks [@kwatkins-ld](https://github.com/kwatkins-ld)! - bump react-router-dom to 6.7.0-pre.3

## 0.6.45

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/menu",
"version": "0.6.45",
"version": "0.6.46-alpha.0",
"status": "beta",
"publishConfig": {
"access": "public"
Expand Down
9 changes: 9 additions & 0 deletions packages/navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @launchpad-ui/navigation

## 0.7.7-alpha.0

### Patch Changes

- [#655](https://github.com/launchdarkly/launchpad-ui/pull/655) [`92b26fdf`](https://github.com/launchdarkly/launchpad-ui/commit/92b26fdf33d32e77820157092d6b7b226dbcb8d4) Thanks [@kwatkins-ld](https://github.com/kwatkins-ld)! - bump react-router-dom to 6.7.0-pre.3

- Updated dependencies [[`92b26fdf`](https://github.com/launchdarkly/launchpad-ui/commit/92b26fdf33d32e77820157092d6b7b226dbcb8d4)]:
- @launchpad-ui/menu@0.6.46-alpha.0

## 0.7.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/navigation",
"version": "0.7.6",
"version": "0.7.7-alpha.0",
"status": "beta",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 97e2f1b

Please sign in to comment.