Skip to content

Commit

Permalink
finalized workflow and updated pacakge.json versions
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwdunn20 committed May 27, 2024
1 parent 92fbb7e commit 2061b94
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npmPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Publish npm Packages
on:
push:
branches:
# **** Change this later
- john/npm-publish
- main

# These currently require that the package version has been manually updated
# We could potentially automate it by creating a separate script that fetches the current version on npm and compares it the the version in the package.json. If it matches, it auto-increments the number in package.json (ie from 2.1.11 to 2.1.12). And we run this script before the publish step.
Expand Down
2 changes: 1 addition & 1 deletion package-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"type": "git",
"url": "git+https://github.com/oslabs-beta/react-query-rewind.git"
},
"version": "2.1.2",
"version": "2.1.3",
"description": "React Query Rewind is a library that helps developers debug applications that use React Query (ie TanStack Query) by letting them time travel through state changes directly in their chrome dev tools",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion package-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"type": "git",
"url": "git+https://github.com/oslabs-beta/react-query-rewind"
},
"version": "1.1.2",
"version": "1.1.3",
"description": "React Query Rewind is a library that helps developers debug applications that use React Query (ie TanStack Query) by letting them time travel through state changes directly in their chrome dev tools",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion package-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-query-rewind/vue-query-rewind",
"version": "1.1.2",
"version": "1.1.3",
"type": "module",
"files": [
"dist"
Expand Down

0 comments on commit 2061b94

Please sign in to comment.