Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
chore(release): v0.1.114
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Apr 2, 2024
1 parent 31e8586 commit ae7b60b
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 2 deletions.
47 changes: 47 additions & 0 deletions packages/karbon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,53 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

# 0.1.0 (2023-03-15)

## v0.1.114

[compare changes](https://github.com/storipress/karbon/compare/v0.1.113...v0.1.114)

### 🚀 Enhancements

- [SPMVP-6868] Lazy load subscriber client in karbon ([#335](https://github.com/storipress/karbon/pull/335))

### 🩹 Fixes

- **deps:** Update dependency jose to v4.15.5 [security] ([eac9874](https://github.com/storipress/karbon/commit/eac9874))
- Fix _routeHelper is not defined ([b5a50e5](https://github.com/storipress/karbon/commit/b5a50e5))
- Import absolute path in generated file ([e1d2417](https://github.com/storipress/karbon/commit/e1d2417))
- Include extension ([b0adab3](https://github.com/storipress/karbon/commit/b0adab3))
- JavaScript repeats execution during hydration [SPMVP-7194] ([18b3d31](https://github.com/storipress/karbon/commit/18b3d31))
- Fix type error ([31e8586](https://github.com/storipress/karbon/commit/31e8586))

### 📖 Documentation

- Update ([7fca6f6](https://github.com/storipress/karbon/commit/7fca6f6))

### 🏡 Chore

- **release:** V0.1.113 ([d0b4eb8](https://github.com/storipress/karbon/commit/d0b4eb8))
- Upgrade dep and partial migrate to moon ([5aa1554](https://github.com/storipress/karbon/commit/5aa1554))
- Migrate to moonrepo ([e4ac4bd](https://github.com/storipress/karbon/commit/e4ac4bd))
- Upgrade deps ([0e8206a](https://github.com/storipress/karbon/commit/0e8206a))
- Upgrade deps ([7922c44](https://github.com/storipress/karbon/commit/7922c44))
- Fix config ([a8c74ac](https://github.com/storipress/karbon/commit/a8c74ac))
- Update config ([ecaf74d](https://github.com/storipress/karbon/commit/ecaf74d))
- Update config ([7a5d6a1](https://github.com/storipress/karbon/commit/7a5d6a1))
- Migrate to @antfu/eslint-config v2 ([a3f3d10](https://github.com/storipress/karbon/commit/a3f3d10))

### 🎨 Styles

- Format code with Prettier ([ad08540](https://github.com/storipress/karbon/commit/ad08540))
- Lint ([ff38f8c](https://github.com/storipress/karbon/commit/ff38f8c))
- Format with prettier] ([659f361](https://github.com/storipress/karbon/commit/659f361))
- Format ([d79946f](https://github.com/storipress/karbon/commit/d79946f))
- Format with prettier ([8b1c9a2](https://github.com/storipress/karbon/commit/8b1c9a2))

### ❤️ Contributors

- DanSnow <dododavid006@gmail.com>
- Ariel Lin <smsllbear1600@gmail.com>
- Sid Chang ([@SidStraw](http://github.com/SidStraw))

## v0.1.113

[compare changes](https://github.com/storipress/karbon/compare/v0.1.112...v0.1.113)
Expand Down
4 changes: 2 additions & 2 deletions packages/karbon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storipress/karbon",
"version": "0.1.113",
"version": "0.1.114",
"license": "MIT",
"repository": "git@github.com:storipress/karbon.git",
"bugs": {
Expand Down Expand Up @@ -166,4 +166,4 @@
"access": "public"
},
"gitHead": "8df1f4d5837a7e2ddbff6cc79f5fec256c34a394"
}
}

0 comments on commit ae7b60b

Please sign in to comment.