Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
anilanar committed Jan 20, 2025
1 parent 3fbfe9e commit f01bbf2
Show file tree
Hide file tree
Showing 14 changed files with 60 additions and 6 deletions.
10 changes: 10 additions & 0 deletions .changeset/few-badgers-vanish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@moblin/chakra-ui": patch
"@moblin/core": patch
"@moblin/dev": patch
"@moblin/storybook-chakra-ui": patch
"@moblin/storybook-web": patch
"@moblin/web": patch
---

obey node esm module imports with extensions
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"@moblin/dev": "0.0.0"
},
"changesets": [
"few-badgers-vanish",
"unlucky-carpets-double",
"warm-shrimps-beam"
]
Expand Down
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.3.0-esm.2

### Patch Changes

- obey node esm module imports with extensions
- Updated dependencies
- @moblin/core@0.2.0-esm.2

## 2.3.0-esm.1

### 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.3.0-esm.1",
"version": "2.3.0-esm.2",
"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.2.0-esm.2

### Patch Changes

- obey node esm module imports with extensions

## 0.2.0-esm.1

### 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.2.0-esm.1",
"version": "0.2.0-esm.2",
"author": "Anil Anar",
"license": "MIT",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @moblin/dev

## 0.0.1-esm.1

### Patch Changes

- obey node esm module imports with extensions

## 0.0.1-esm.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moblin/dev",
"version": "0.0.1-esm.0",
"version": "0.0.1-esm.1",
"private": true,
"main": "./eslint-config.js",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/storybook-chakra-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @moblin/storybook-chakra-ui

## 1.2.0-esm.2

### Patch Changes

- obey node esm module imports with extensions

## 1.2.0-esm.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-chakra-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@moblin/storybook-chakra-ui",
"private": true,
"version": "1.2.0-esm.1",
"version": "1.2.0-esm.2",
"devDependencies": {
"@babel/core": "^7.20.5",
"@moblin/chakra-ui": "workspace:*",
Expand Down
9 changes: 9 additions & 0 deletions packages/storybook-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @moblin/storybook-web

## 1.2.0-esm.2

### Patch Changes

- obey node esm module imports with extensions
- Updated dependencies
- @moblin/core@0.2.0-esm.2
- @moblin/web@0.2.0-esm.2

## 1.2.0-esm.1

### 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.2.0-esm.1",
"version": "1.2.0-esm.2",
"scripts": {
"storybook": "start-storybook --quiet -p 6007",
"build-storybook": "build-storybook --quiet -o dist",
Expand Down
8 changes: 8 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @moblin/web

## 0.2.0-esm.2

### Patch Changes

- obey node esm module imports with extensions
- Updated dependencies
- @moblin/core@0.2.0-esm.2

## 0.2.0-esm.1

### 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.2.0-esm.1",
"version": "0.2.0-esm.2",
"description": "Moblin layout system",
"author": "Anil Anar",
"license": "MIT",
Expand Down

0 comments on commit f01bbf2

Please sign in to comment.