Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 16, 2022
1 parent 3b4fe7c commit f047143
Show file tree
Hide file tree
Showing 15 changed files with 79 additions and 20 deletions.
10 changes: 0 additions & 10 deletions .changeset/neat-cameras-explain.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# components

## 0.3.0

### Minor Changes

- bc2a839: Move to Yarn 3 workspaces to enable independed builds

### Patch Changes

- Updated dependencies [bc2a839]
- @lighting-beetle/lighter-hooks@1.2.0

## 0.2.0

### Minor Changes

- d444729: Updated deps
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "components",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"main": "dist/index.js",
"module": "dist/index.module.js",
Expand All @@ -26,7 +26,7 @@
"test": "NODE_ENV=test jest --maxWorkers=1"
},
"dependencies": {
"@lighting-beetle/lighter-hooks": "1.1.0",
"@lighting-beetle/lighter-hooks": "1.2.0",
"classnames": "^2.3.1",
"downshift": "^6.1.7",
"polished": "^4.1.3",
Expand Down
14 changes: 14 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# design-system

## 1.2.0

### Minor Changes

- bc2a839: Move to Yarn 3 workspaces to enable independed builds

### Patch Changes

- Updated dependencies [bc2a839]
- components@0.3.0
- @lighting-beetle/lighter-styleguide@6.0.0
- @lighting-beetle/next-lighter-config@0.3.0

## 1.1.0

### Minor Changes

- 995a39f: Display component props documentation in Design System page with `<PropsTable />`
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "design-system",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
9 changes: 9 additions & 0 deletions packages/example-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# example-forms

## 0.1.2

### Patch Changes

- Updated dependencies [bc2a839]
- components@0.3.0
- @lighting-beetle/next-lighter-config@0.3.0

## 0.1.1

### Patch Changes

- 507c2a3: add example with forms
Expand Down
6 changes: 3 additions & 3 deletions packages/example-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-forms",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,8 +10,8 @@
"lint": "eslint --fix ."
},
"dependencies": {
"@lighting-beetle/next-lighter-config": "0.2.0",
"components": "0.2.0",
"@lighting-beetle/next-lighter-config": "0.3.0",
"components": "0.3.0",
"micromatch": "~4.0.4",
"modern-normalize": "^1.1.0",
"next": "~11.1.2",
Expand Down
13 changes: 13 additions & 0 deletions packages/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# example

## 0.3.0

### Minor Changes

- bc2a839: Move to Yarn 3 workspaces to enable independed builds

### Patch Changes

- Updated dependencies [bc2a839]
- components@0.3.0
- @lighting-beetle/next-lighter-config@0.3.0

## 0.2.0

### Minor Changes

- 45733fe: add wordpress example
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions packages/lighter-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# @lighting-beetle/lighter-hooks

## 1.2.0

### Minor Changes

- bc2a839: Move to Yarn 3 workspaces to enable independed builds

## 1.1.0

### Minor Changes

- d444729: Updated deps
Expand Down
2 changes: 1 addition & 1 deletion packages/lighter-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lighting-beetle/lighter-hooks",
"version": "1.1.0",
"version": "1.2.0",
"description": "",
"main": "dist/index.js",
"module": "dist/index.module.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/lighter-styleguide/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# @lighting-beetle/lighter-styleguide

## 6.0.0

### Minor Changes

- bc2a839: Move to Yarn 3 workspaces to enable independed builds

## 5.0.0

### Minor Changes

- d444729: Updated deps
Expand Down
2 changes: 1 addition & 1 deletion packages/lighter-styleguide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lighting-beetle/lighter-styleguide",
"version": "6.0.0-next.1",
"version": "6.0.0",
"main": "dist/index.js",
"module": "dist/index.module.js",
"jsnext:main": "dist/index.module.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/next-lighter-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# @lighting-beetle/next-lighter-config

## 0.3.0

### Minor Changes

- bc2a839: Move to Yarn 3 workspaces to enable independed builds

## 0.2.0

### Minor Changes

- d444729: Updated deps
Expand Down
2 changes: 1 addition & 1 deletion packages/next-lighter-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lighting-beetle/next-lighter-config",
"version": "0.2.0",
"version": "0.3.0",
"devDependencies": {
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "~11.1.2",
Expand Down

0 comments on commit f047143

Please sign in to comment.