Skip to content

Commit

Permalink
fix: changeset release action (#6)
Browse files Browse the repository at this point in the history
* fix: changeset release action 
---------

Co-authored-by: SamuelOsborne <sam@lottiefiles.com>
Co-authored-by: samuelOsborne <samu.osborne@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
5 people authored May 5, 2023
1 parent 897e558 commit 123a15a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-geckos-travel.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/hungry-teachers-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@dotlottie/dotlottie-js": patch
---

chore: preparing repo for release
11 changes: 1 addition & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
actions: write # to cancel/stop running workflows (styfle/cancel-workflow-action)
contents: read # to fetch code (actions/checkout)

jobs:
validate:
runs-on: ubuntu-latest
Expand All @@ -33,9 +29,6 @@ jobs:
with:
cache: 'pnpm'
node-version: 18
scope: '@lottiefiles'
registry-url: 'https://npm.pkg.github.com/'
always-auth: true

- name: 📥 Download deps
run: pnpm install
Expand Down Expand Up @@ -76,9 +69,6 @@ jobs:
with:
cache: 'pnpm'
node-version: 18
scope: '@lottiefiles'
registry-url: 'https://npm.pkg.github.com/'
always-auth: true

- name: 📥 Download deps
run: pnpm install
Expand All @@ -98,3 +88,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPMJS_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }}
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "@dotlottie/dotlottie-js",
"license": "UNLICENSED",
"license": "MIT",
"private": true,
"workspaces": [
"packages/*",
"scripts/"
"packages/*"
],
"scripts": {
"build": "turbo run build",
Expand Down
14 changes: 7 additions & 7 deletions packages/dotlottie-js/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "@dotlottie/dotlottie-js",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"description": "This library helps in creating and modifying .lottie files.",
"repository": {
"type": "git",
"url": "git+https://github.com/LottieFiles/dotlottie-js.git",
"url": "git+https://github.com/dotlottie/dotlottie-js.git",
"directory": "packages/dotlottie-js"
},
"homepage": "https://github.com/LottieFiles/dotlottie-js#readme",
"bugs": "https://github.com/LottieFiles/dotlottie-js/issues",
"author": "LottieFiles",
"homepage": "https://github.com/dotlottie/dotlottie-js#readme",
"bugs": "https://github.com/dotlottie/dotlottie-js/issues",
"author": "dotLottie",
"contributors": [
"Karam Ali <karam@lottiefiles.com>",
"Sam Osborne <sam@lottiefiles.com>",
"Jawish Hameed <jawish@lottiefiles.com>",
"Abdelrahman Ashraf <a.theashraf@gmail.com>"
],
"license": "UNLICENSED",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
Expand Down Expand Up @@ -77,7 +77,7 @@
"typescript": "4.7.4"
},
"publishConfig": {
"access": "restricted"
"access": "public"
},
"packageManager": "pnpm@7.1.6"
}

0 comments on commit 123a15a

Please sign in to comment.