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.5
 - @tecsinapse/cortex-react@1.3.0-beta.11
  • Loading branch information
ryancarloscorrea committed Jul 18, 2024
1 parent 258d475 commit 95c7d9f
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.5](https://github.com/tecsinapse/design-system/compare/@tecsinapse/cortex-core@0.3.0-beta.4...@tecsinapse/cortex-core@0.3.0-beta.5) (2024-07-18)

### Bug Fixes

- menubar dropdown e input ([258d475](https://github.com/tecsinapse/design-system/commit/258d47558936c31efd49c9733957b01659a2831d))

# [0.3.0-beta.4](https://github.com/tecsinapse/design-system/compare/@tecsinapse/cortex-core@0.3.0-beta.3...@tecsinapse/cortex-core@0.3.0-beta.4) (2024-07-18)

### Bug Fixes
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.4",
"version": "0.3.0-beta.5",
"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.11](https://github.com/tecsinapse/design-system/compare/@tecsinapse/cortex-react@1.3.0-beta.10...@tecsinapse/cortex-react@1.3.0-beta.11) (2024-07-18)

### Bug Fixes

- menubar dropdown e input ([258d475](https://github.com/tecsinapse/design-system/commit/258d47558936c31efd49c9733957b01659a2831d))

# [1.3.0-beta.10](https://github.com/tecsinapse/design-system/compare/@tecsinapse/cortex-react@1.3.0-beta.9...@tecsinapse/cortex-react@1.3.0-beta.10) (2024-07-18)

**Note:** Version bump only for package @tecsinapse/cortex-react
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.10",
"version": "1.3.0-beta.11",
"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.4",
"@tecsinapse/cortex-core": "0.3.0-beta.5",
"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 95c7d9f

Please sign in to comment.