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, 2023
1 parent 4fdfa0a commit c6108a6
Show file tree
Hide file tree
Showing 55 changed files with 291 additions and 159 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.

6 changes: 0 additions & 6 deletions .changeset/early-berries-melt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/good-cycles-drop.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/odd-balloons-walk.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/rich-tips-jam.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/soft-sheep-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-sloths-film.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tasty-crabs-pump.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/thin-geese-cough.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-kangaroos-fix.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/wicked-tips-sin.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/yellow-rockets-buy.md

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
27 changes: 27 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
# 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
- 0f2e580: Add Table component from project
- 263e969: Replaced Card component with Card from project and setup jest-axe for tests
- bc2a839: Move to Yarn 3 workspaces to enable independed builds
- aa55eba: Add FileUploader component from project
- d915717: Add Modal component from projects
- 8f04d19: Export scss tokens from package as `components/tokens.scss` entry
- 8e10f47: - add Slider, Pagination component
- add example of usage of tables with fetch data & filters
- provide next/router access to design-system .mdx pages
- fix in PropsTable

### Patch Changes

- 9fb1016: fix TS issues
- Updated dependencies [bc2a839]
- @lighting-beetle/lighter-hooks@1.2.0

## 0.2.0

### Minor Changes

- d444729: Updated deps
Expand Down
2 changes: 1 addition & 1 deletion 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 Down
39 changes: 39 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,45 @@
# design-system

## 1.2.0

### Minor Changes

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

### Patch Changes

- 9fb1016: fix TS issues
- 8e10f47: - add Slider, Pagination component
- add example of usage of tables with fetch data & filters
- provide next/router access to design-system .mdx pages
- fix in PropsTable
- 9e1aa80: Replace `next-compose-plugins` with `createConfig` function
- Updated dependencies [9faecce]
- Updated dependencies [9427cfb]
- Updated dependencies [f3a1427]
- Updated dependencies [0f2e580]
- Updated dependencies [263e969]
- Updated dependencies [bc2a839]
- Updated dependencies [f3a1427]
- Updated dependencies [aa55eba]
- Updated dependencies [9fb1016]
- Updated dependencies [d915717]
- Updated dependencies [9e1aa80]
- Updated dependencies [31637e9]
- Updated dependencies [8f04d19]
- Updated dependencies [8e10f47]
- Updated dependencies [9e1aa80]
- @lighting-beetle/next-lighter-config@1.0.0
- [email protected]
- @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
35 changes: 35 additions & 0 deletions packages/example-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
# 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
- 9fb1016: fix TS issues
- 9e1aa80: Replace `next-compose-plugins` with `createConfig` function
- Updated dependencies [9faecce]
- Updated dependencies [9427cfb]
- Updated dependencies [f3a1427]
- Updated dependencies [0f2e580]
- Updated dependencies [263e969]
- Updated dependencies [bc2a839]
- Updated dependencies [f3a1427]
- Updated dependencies [aa55eba]
- Updated dependencies [9fb1016]
- Updated dependencies [d915717]
- Updated dependencies [9e1aa80]
- Updated dependencies [8f04d19]
- Updated dependencies [8e10f47]
- Updated dependencies [9e1aa80]
- @lighting-beetle/next-lighter-config@1.0.0
- [email protected]

## 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
11 changes: 11 additions & 0 deletions packages/example-strapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# example-strapi

## 0.1.0

### Minor Changes

- 86bf2b5: Migrate example-strapi to GraphQL
- 1525217: Add example of Strapi CMS integration with Next.js
- 8f04d19: - Host Strapi on Render.com in production
- Polish example
- 86bf2b5: Add Preview mode for articles
10 changes: 10 additions & 0 deletions packages/example-strapi/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# strapi-backend

## 0.2.0

### Minor Changes

- 1525217: Add example of Strapi CMS integration with Next.js
- 8f04d19: - Host Strapi on Render.com in production
- Polish example
- 86bf2b5: Add Preview mode for articles
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
31 changes: 31 additions & 0 deletions packages/example-strapi/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# strapi-frontend

## 0.2.0

### Minor Changes

- 86bf2b5: Migrate example-strapi to GraphQL
- 1525217: Add example of Strapi CMS integration with Next.js
- 8f04d19: - Host Strapi on Render.com in production
- Polish example
- 86bf2b5: Add Preview mode for articles

### Patch Changes

- 9e1aa80: Replace `next-compose-plugins` with `createConfig` function
- Updated dependencies [9faecce]
- Updated dependencies [9427cfb]
- Updated dependencies [f3a1427]
- Updated dependencies [0f2e580]
- Updated dependencies [263e969]
- Updated dependencies [bc2a839]
- Updated dependencies [f3a1427]
- Updated dependencies [aa55eba]
- Updated dependencies [9fb1016]
- Updated dependencies [d915717]
- Updated dependencies [9e1aa80]
- Updated dependencies [8f04d19]
- Updated dependencies [8e10f47]
- Updated dependencies [9e1aa80]
- @lighting-beetle/next-lighter-config@1.0.0
- [email protected]
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,
"type": "module",
"scripts": {
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
Loading

0 comments on commit c6108a6

Please sign in to comment.