Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
anilanar committed May 6, 2024
1 parent d190e62 commit f4610be
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/chakra-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @moblin/chakra-ui

## 2.2.3

### Patch Changes

- fix reverse flex layouts
- Updated dependencies
- @moblin/core@0.1.4

## 2.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chakra-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moblin/chakra-ui",
"version": "2.2.2",
"version": "2.2.3",
"description": "Moblin layout system for chakra-ui",
"author": "Anil Anar",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @moblin/core

## 0.1.4

### Patch Changes

- fix reverse flex layouts

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moblin/core",
"version": "0.1.3",
"version": "0.1.4",
"author": "Anil Anar",
"license": "MIT",
"main": "dist/cjs/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/storybook-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @moblin/storybook-web

## 1.1.4

### Patch Changes

- Updated dependencies
- @moblin/core@0.1.4
- @moblin/web@0.1.4

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@moblin/storybook-web",
"private": true,
"version": "1.1.3",
"version": "1.1.4",
"scripts": {
"storybook": "start-storybook --quiet -p 6007",
"build-storybook": "build-storybook --quiet -o dist",
Expand Down
7 changes: 7 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @moblin/web

## 0.1.4

### Patch Changes

- Updated dependencies
- @moblin/core@0.1.4

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moblin/web",
"version": "0.1.3",
"version": "0.1.4",
"description": "Moblin layout system",
"author": "Anil Anar",
"license": "MIT",
Expand Down

0 comments on commit f4610be

Please sign in to comment.