Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dyne/components
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: dyne/components
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.2
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on May 7, 2024

  1. fix: 👌 let's try to publish on npmjs.com

    puria committed May 7, 2024
    Copy the full SHA
    4df4fce View commit details
  2. chore(release): 🚀 1.0.2 [skip ci]

    ## [1.0.2](v1.0.1...v1.0.2) (2024-05-07)
    
    ### Bug Fixes
    
    * 👌 let's try to publish on npmjs.com ([4df4fce](4df4fce))
    semantic-release-bot committed May 7, 2024
    Copy the full SHA
    9830c34 View commit details
Showing with 10 additions and 2 deletions.
  1. +1 −0 .github/workflows/publish.yml
  2. +1 −1 .releaserc
  3. +7 −0 CHANGELOG.md
  4. +1 −1 package.json
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -53,6 +53,7 @@ jobs:
id-token: write
steps:
- uses: dyne/pnpm@v1
- run: pnpm build
- run: pnpm semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
[
"@semantic-release/npm",
{
"npmPublish": false
"npmPublish": true
}
],
[
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.2](https://github.com/dyne/components/compare/v1.0.1...v1.0.2) (2024-05-07)


### Bug Fixes

* 👌 let's try to publish on npmjs.com ([4df4fce](https://github.com/dyne/components/commit/4df4fce60e47a9c450a8cbeeeaf3f2bff76c1c81))

## [1.0.1](https://github.com/dyne/components/compare/v1.0.0...v1.0.1) (2024-05-07)


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dyne/components",
"version": "1.0.1",
"version": "1.0.2",
"description": " ♻️ Recycled UI for dyners",
"main": "dist/index.cjs.js",
"module": "dist/index.js",