Skip to content

Commit

Permalink
ci(changesets): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Jan 15, 2024
1 parent 4e00f44 commit 1aaca81
Show file tree
Hide file tree
Showing 20 changed files with 101 additions and 60 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-masks-tell.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/curvy-zebras-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-carrots-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-windows-warn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/happy-falcons-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-donuts-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-kids-smile.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-crabs-scream.md

This file was deleted.

41 changes: 41 additions & 0 deletions packages/components/CHANGELOG.md
@@ -0,0 +1,41 @@
# @chakra-ui/react

## 3.0.0

### Major Changes

- [#8153](https://github.com/chakra-ui/chakra-ui/pull/8153)
[`7b6e66a`](https://github.com/chakra-ui/chakra-ui/commit/7b6e66a15b08ad27e8458a009c3fb15ee738ca37)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Prepares the ground
for the next version Chakra that leverages Ark UI.

**User Facing**

- Consolidate all component packages into a single package
- Remove all deprecated components and APIs
- Simplify the Changelogs for all v2 releases

**Infrastructure**

- Simplify the repo infrastructure and release process
- Migrate from `jest` to `vitest`
- Migrate from `tsup` to custom `rollup` setup for better bundling strategy

### Minor Changes

- [#8136](https://github.com/chakra-ui/chakra-ui/pull/8136)
[`006d9e0`](https://github.com/chakra-ui/chakra-ui/commit/006d9e0b5e58aaa8f5ac635ea1238be6ed7e73d6)
Thanks [@MrBr](https://github.com/MrBr)! - Export `toastStore` from `toast`
component

### Patch Changes

- [#8208](https://github.com/chakra-ui/chakra-ui/pull/8208)
[`8135ded`](https://github.com/chakra-ui/chakra-ui/commit/8135ded09b523681f33e818017a841b64a05e9c1)
Thanks [@SamuelNoB](https://github.com/SamuelNoB)! - Fix problem with leading
and trailing spaces when getting initials for the Avatar component
- Updated dependencies
[[`170198f`](https://github.com/chakra-ui/chakra-ui/commit/170198fc3936ad34f8136a2da173c12d9dc3dc36),
[`52d5f3c`](https://github.com/chakra-ui/chakra-ui/commit/52d5f3ccb5732b3ba84cdc04c3258c49c38c64a9)]:
- @chakra-ui/theme@3.3.2
- @chakra-ui/styled-system@2.9.3
2 changes: 1 addition & 1 deletion packages/components/package.json
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/react",
"version": "2.8.2",
"version": "3.0.0",
"description": "Responsive and accessible React UI components built with React and Emotion",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
Expand Down
13 changes: 13 additions & 0 deletions packages/next-js/CHANGELOG.md
@@ -1,5 +1,18 @@
# @chakra-ui/next-js

## 2.2.1

### Patch Changes

- [#8132](https://github.com/chakra-ui/chakra-ui/pull/8132)
[`96fac31`](https://github.com/chakra-ui/chakra-ui/commit/96fac317bbd4df316e96527ef8a0fef3c4550a71)
Thanks [@ernieMrtnz](https://github.com/ernieMrtnz)! - adds nonce to added
style from emotion cache

- [`6e2b976`](https://github.com/chakra-ui/chakra-ui/commit/6e2b976d5bb932bfd9399eacd2819c0bb9d56445)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Fix issue where
image component does not work due to interop issue with `next/image`

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next-js/package.json
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/next-js",
"version": "2.2.0",
"version": "2.2.1",
"description": "Chakra UI Integrations for Next.js 13",
"keywords": [
"nextjs"
Expand Down
8 changes: 8 additions & 0 deletions packages/storybook-addon/CHANGELOG.md
@@ -1,5 +1,13 @@
# @chakra-ui/storybook-addon

## 5.1.1

### Patch Changes

- [`5ec0be6`](https://github.com/chakra-ui/chakra-ui/commit/5ec0be610b5a69afba01a9c22365155c1b519136)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Fix issue in
storybook addon where theme could be undefined.

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-addon/package.json
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/storybook-addon",
"version": "5.1.0",
"version": "5.1.1",
"description": "The official Storybook Addon for Chakra UI",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/styled-system/CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log

## 2.9.3

### Patch Changes

- [#8212](https://github.com/chakra-ui/chakra-ui/pull/8212)
[`52d5f3c`](https://github.com/chakra-ui/chakra-ui/commit/52d5f3ccb5732b3ba84cdc04c3258c49c38c64a9)
Thanks [@jeferson-sb](https://github.com/jeferson-sb)! - add CSS accent-color
property to styled-system

## 2.9.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/styled-system/package.json
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/styled-system",
"version": "2.9.2",
"version": "2.9.3",
"description": "Style function for css-in-js building component libraries",
"keywords": [
"theme",
Expand Down
12 changes: 12 additions & 0 deletions packages/test-utils/CHANGELOG.md
@@ -1,5 +1,17 @@
# Change Log

## 2.0.46

### Patch Changes

- Updated dependencies
[[`170198f`](https://github.com/chakra-ui/chakra-ui/commit/170198fc3936ad34f8136a2da173c12d9dc3dc36),
[`7b6e66a`](https://github.com/chakra-ui/chakra-ui/commit/7b6e66a15b08ad27e8458a009c3fb15ee738ca37),
[`8135ded`](https://github.com/chakra-ui/chakra-ui/commit/8135ded09b523681f33e818017a841b64a05e9c1),
[`006d9e0`](https://github.com/chakra-ui/chakra-ui/commit/006d9e0b5e58aaa8f5ac635ea1238be6ed7e73d6)]:
- @chakra-ui/theme@3.3.2
- @chakra-ui/react@3.0.0

## 2.0.45

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/test-utils",
"version": "2.0.45",
"version": "2.0.46",
"private": true,
"description": "Testing utilities for Chakra UI's components",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/theme/CHANGELOG.md
@@ -1,5 +1,17 @@
# Change Log

## 3.3.2

### Patch Changes

- [#8121](https://github.com/chakra-ui/chakra-ui/pull/8121)
[`170198f`](https://github.com/chakra-ui/chakra-ui/commit/170198fc3936ad34f8136a2da173c12d9dc3dc36)
Thanks [@kkieninger](https://github.com/kkieninger)! - Fix hard-coded z-index
for Menu in favor of one defined from the theme

- Updated dependencies []:
- @chakra-ui/theme-tools@2.1.2

## 3.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/theme",
"version": "3.3.1",
"version": "3.3.2",
"description": "The default theme for chakra components",
"keywords": [
"theme",
Expand Down

0 comments on commit 1aaca81

Please sign in to comment.