Skip to content

Commit 63827d9

Browse files
chore(release): 5.0.0 [skip ci]
## [protons-runtime-v5.0.0](protons-runtime-v4.0.2...protons-runtime-v5.0.0) (2023-02-02) ### ⚠ BREAKING CHANGES * singular fields should be optional to write (#83) ### Bug Fixes * singular fields should be optional to write ([#83](#83)) ([229afbc](229afbc)), closes [#42](#42) * sort imports ([#84](#84)) ([6f796f1](6f796f1))
1 parent 6f796f1 commit 63827d9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/protons-runtime/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [protons-runtime-v5.0.0](https://github.com/ipfs/protons/compare/protons-runtime-v4.0.2...protons-runtime-v5.0.0) (2023-02-02)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* singular fields should be optional to write (#83)
7+
8+
### Bug Fixes
9+
10+
* singular fields should be optional to write ([#83](https://github.com/ipfs/protons/issues/83)) ([229afbc](https://github.com/ipfs/protons/commit/229afbcb38ba0edc0622d4c2e97847462b439dc8)), closes [#42](https://github.com/ipfs/protons/issues/42)
11+
* sort imports ([#84](https://github.com/ipfs/protons/issues/84)) ([6f796f1](https://github.com/ipfs/protons/commit/6f796f1e7dfd631314f9a1df534eabd96dd1528c))
12+
113
## [protons-runtime-v4.0.2](https://github.com/ipfs/protons/compare/protons-runtime-v4.0.1...protons-runtime-v4.0.2) (2023-01-12)
214

315

packages/protons-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protons-runtime",
3-
"version": "4.0.2",
3+
"version": "5.0.0",
44
"description": "Shared code to make your bundle smaller when running protons in your app",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/protons/tree/master/packages/protons-runtime#readme",

0 commit comments

Comments
 (0)