Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @tecsinapse/cortex-core@0.3.0-beta.2
 - @tecsinapse/cortex-react@1.3.0-beta.8
  • Loading branch information
lucaspr98 committed Jul 17, 2024
1 parent 2dcd1f4 commit 9ccd419
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/cortex-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0-beta.2](https://github.com/tecsinapse/design-system/compare/@tecsinapse/cortex-core@0.3.0-beta.1...@tecsinapse/cortex-core@0.3.0-beta.2) (2024-07-17)

### Features

- **TS-7557:** divider cortex-react ([c747718](https://github.com/tecsinapse/design-system/commit/c747718e2fda2572012fb43e0f0e61c25cb0b692))

# [0.3.0-beta.1](https://github.com/tecsinapse/design-system/compare/@tecsinapse/cortex-core@0.3.0-beta.0...@tecsinapse/cortex-core@0.3.0-beta.1) (2024-07-09)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/cortex-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tecsinapse/cortex-core",
"version": "0.3.0-beta.1",
"version": "0.3.0-beta.2",
"license": "MIT",
"description": "Core library for tailwindcss based design",
"main": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/cortex-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0-beta.8](https://github.com/tecsinapse/design-system/compare/@tecsinapse/cortex-react@1.3.0-beta.7...@tecsinapse/cortex-react@1.3.0-beta.8) (2024-07-17)

### Features

- **TS-7557:** divider cortex-react ([c747718](https://github.com/tecsinapse/design-system/commit/c747718e2fda2572012fb43e0f0e61c25cb0b692))

# [1.3.0-beta.7](https://github.com/tecsinapse/design-system/compare/@tecsinapse/cortex-react@1.3.0-beta.6...@tecsinapse/cortex-react@1.3.0-beta.7) (2024-07-17)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/cortex-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tecsinapse/cortex-react",
"version": "1.3.0-beta.7",
"version": "1.3.0-beta.8",
"description": "React components based in @tecsinapse/cortex-core",
"license": "MIT",
"main": "dist/esm/index.js",
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"@floating-ui/react": "^0.26.18",
"@internationalized/date": "*",
"@tecsinapse/cortex-core": "0.3.0-beta.1",
"@tecsinapse/cortex-core": "0.3.0-beta.2",
"clsx": "*",
"react-aria": "^3.33.1",
"react-icons": "^5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9ccd419

Please sign in to comment.