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 Sep 27, 2022
1 parent 2069d59 commit 670300d
Show file tree
Hide file tree
Showing 31 changed files with 160 additions and 79 deletions.
7 changes: 0 additions & 7 deletions .changeset/clean-humans-lie.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/clean-waves-drive.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/dirty-feet-worry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lovely-fireants-love.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/many-feet-crash.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/neat-cameras-explain.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nine-comics-mate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-deers-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-birds-draw.md

This file was deleted.

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

## 0.3.0

### Minor Changes

- 9427cfb: - Remove `react-hook-form` from UI components
- Replace `messages` prop on form elements in favor of `error` to streamline integration with `react-hook-form`
- Improve contact form handling (validation, error handling)
- Improve documentation of form code
- Improve documentation of `example-forms` with examples from our work
- 263e969: Replaced Card component with Card from project and setup jest-axe for tests
- bc2a839: Move to Yarn 3 workspaces to enable independed builds
- d915717: Add Modal component from projects

### 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",
"a11y-dialog": "^7.5.0",
"classnames": "^2.3.1",
"downshift": "^6.1.7",
Expand Down
24 changes: 24 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# design-system

## 1.2.0

### Minor Changes

- f3a1427: Update @lighting-beetle/next-lighter-config to ESM
- 263e969: Replaced Card component with Card from project and setup jest-axe for tests
- bc2a839: Move to Yarn 3 workspaces to enable independed builds
- d915717: Add Modal component from projects

### Patch Changes

- Updated dependencies [9faecce]
- Updated dependencies [9427cfb]
- Updated dependencies [f3a1427]
- Updated dependencies [263e969]
- Updated dependencies [bc2a839]
- Updated dependencies [f3a1427]
- Updated dependencies [d915717]
- Updated dependencies [31637e9]
- @lighting-beetle/next-lighter-config@1.0.0
- components@0.3.0
- @lighting-beetle/lighter-styleguide@6.0.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,
"type": "module",
"scripts": {
Expand Down
26 changes: 26 additions & 0 deletions packages/example-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# example-forms

## 0.2.0

### Minor Changes

- 9427cfb: - Remove `react-hook-form` from UI components
- Replace `messages` prop on form elements in favor of `error` to streamline integration with `react-hook-form`
- Improve contact form handling (validation, error handling)
- Improve documentation of form code
- Improve documentation of `example-forms` with examples from our work
- f3a1427: Update @lighting-beetle/next-lighter-config to ESM

### Patch Changes

- 9faecce: - add support for rendering .md files with next-lighter-config
- add links to code in example-forms docs
- Updated dependencies [9faecce]
- Updated dependencies [9427cfb]
- Updated dependencies [f3a1427]
- Updated dependencies [263e969]
- Updated dependencies [bc2a839]
- Updated dependencies [f3a1427]
- Updated dependencies [d915717]
- @lighting-beetle/next-lighter-config@1.0.0
- components@0.3.0

## 0.1.1

### Patch Changes

- 507c2a3: add example with forms
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/example-strapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# example-strapi

## 0.1.0

### Minor Changes

- 1525217: Add example of Strapi CMS integration with Next.js
7 changes: 7 additions & 0 deletions packages/example-strapi/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# strapi-backend

## 0.2.0

### Minor Changes

- 1525217: Add example of Strapi CMS integration with Next.js
2 changes: 1 addition & 1 deletion packages/example-strapi/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "strapi-backend",
"private": true,
"version": "0.1.0",
"version": "0.2.0",
"description": "Strapi CMS",
"scripts": {
"dev": "strapi develop",
Expand Down
7 changes: 7 additions & 0 deletions packages/example-strapi/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# strapi-frontend

## 0.2.0

### Minor Changes

- 1525217: Add example of Strapi CMS integration with Next.js
2 changes: 1 addition & 1 deletion packages/example-strapi/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-frontend",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/example-strapi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-strapi",
"private": true,
"version": "0.0.0",
"version": "0.1.0",
"scripts": {
"dev:backend": "yarn workspace strapi-backend run dev",
"dev:frontend": "wait-on http://localhost:1337/admin && yarn workspace strapi-frontend dev",
Expand Down
7 changes: 7 additions & 0 deletions packages/example-wordpress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# example-wordpress

## 0.3.0

### Minor Changes

- f3a1427: Update @lighting-beetle/next-lighter-config to ESM

## 0.2.0

### Minor Changes

- 45733fe: add wordpress example
Expand Down
2 changes: 1 addition & 1 deletion packages/example-wordpress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-wordpress",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
21 changes: 21 additions & 0 deletions packages/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# example

## 0.3.0

### Minor Changes

- f3a1427: Update @lighting-beetle/next-lighter-config to ESM
- bc2a839: Move to Yarn 3 workspaces to enable independed builds
- f3a1427: Remove support for static scope from @lighting-beetle/next-lighter-config

### Patch Changes

- Updated dependencies [9faecce]
- Updated dependencies [9427cfb]
- Updated dependencies [f3a1427]
- Updated dependencies [263e969]
- Updated dependencies [bc2a839]
- Updated dependencies [f3a1427]
- Updated dependencies [d915717]
- @lighting-beetle/next-lighter-config@1.0.0
- components@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,
"type": "module",
"scripts": {
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
9 changes: 9 additions & 0 deletions packages/lighter-styleguide/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# @lighting-beetle/lighter-styleguide

## 6.0.0

### Minor Changes

- f3a1427: Update @lighting-beetle/next-lighter-config to ESM
- bc2a839: Move to Yarn 3 workspaces to enable independed builds
- 31637e9: Update how we work with mdx-bundler and esbuild from projects

## 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",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.module.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/next-lighter-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# @lighting-beetle/next-lighter-config

## 1.0.0

### Major Changes

- f3a1427: Update @lighting-beetle/next-lighter-config to ESM
- f3a1427: Remove support for static scope from @lighting-beetle/next-lighter-config

### Minor Changes

- 9faecce: - add support for rendering .md files with next-lighter-config
- add links to code in example-forms docs
- 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": "1.0.0",
"type": "module",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 670300d

Please sign in to comment.