Skip to content

Commit cd6bac3

Browse files
chore(🦋): Update Package Version (#150)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action to publish automatically](https://github.com/changesets/action#with-publishing). If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @suddenlygiovanni/[email protected] ### Patch Changes - 0f74566: chore(package): bump `effect` dependency to 3.12.7 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0f74566 commit cd6bac3

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

‎.changeset/cool-falcons-sip.md‎

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎packages/schema-resume/CHANGELOG.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @suddenlygiovanni/schema-resume
22

3+
## 14.0.3
4+
5+
### Patch Changes
6+
7+
- 0f74566: chore(package): bump `effect` dependency to 3.12.7
8+
39
## 14.0.2
410

511
### Patch Changes

‎packages/schema-resume/package.json‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
"imports": {
1717
"#*": "./src/*"
1818
},
19-
"files": ["lib/", "lib/!tsconfig.build.tsbuildinfo"],
19+
"files": [
20+
"lib/",
21+
"lib/!tsconfig.build.tsbuildinfo"
22+
],
2023
"license": "MIT",
2124
"name": "@suddenlygiovanni/schema-resume",
2225
"peerDependencies": {
@@ -44,5 +47,5 @@
4447
"typecheck": "tsc --noEmit"
4548
},
4649
"type": "module",
47-
"version": "14.0.2"
50+
"version": "14.0.3"
4851
}

0 commit comments

Comments
 (0)