Skip to content

Commit

Permalink
version bump (manual)
Browse files Browse the repository at this point in the history
  • Loading branch information
warm-coolguy committed Feb 5, 2024
1 parent ef71ceb commit 50c86f1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
node-version: 18.13.0
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: echo "TAGS=$(node ./scripts/publishPackages)" >> $GITHUB_ENV
- run: |
RETURN_TAGS=$(node ./scripts/publishPackages)
echo "TAGS=$RETURN_TAGS" >> $GITHUB_ENV
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: EndBug/add-and-commit@v9
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polar/components",
"version": "2.1.0",
"version": "2.1.1",
"license": "EUPL-1.2",
"author": "Dataport AöR <[email protected]>",
"main": "index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/getFeatures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polar/lib-get-features",
"version": "1.0.0",
"version": "1.0.1",
"license": "EUPL-1.2",
"type": "module",
"author": "Dataport AöR <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/testMountParameters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polar/lib-test-mount-parameters",
"version": "1.2.0",
"version": "1.2.1",
"license": "EUPL-1.2",
"author": "Dataport AöR <[email protected]>",
"main": "index.ts",
Expand Down

0 comments on commit 50c86f1

Please sign in to comment.