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: CoCreate-app/CoCreate-attributes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.85
Choose a base ref
...
head repository: CoCreate-app/CoCreate-attributes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.86
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Jan 5, 2023

  1. Copy the full SHA
    de9e279 View commit details

Commits on Jan 6, 2023

  1. Copy the full SHA
    bb2e6f5 View commit details
  2. chore(release): 1.5.86 [skip ci]

    ## [1.5.86](v1.5.85...v1.5.86) (2023-01-06)
    
    ### Bug Fixes
    
    * bump dependencies, worklow [@V3](https://github.com/v3) ([bb2e6f5](bb2e6f5))
    * edit in github btn styles ([de9e279](de9e279))
    semantic-release-bot committed Jan 6, 2023
    Copy the full SHA
    e2694d1 View commit details
Showing with 17 additions and 9 deletions.
  1. +2 −2 .github/workflows/automated.yml
  2. +8 −0 CHANGELOG.md
  3. +1 −1 docs/index.html
  4. +6 −6 package.json
4 changes: 2 additions & 2 deletions .github/workflows/automated.yml
Original file line number Diff line number Diff line change
@@ -18,9 +18,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
uses: cycjimmy/semantic-release-action@v3
id: semantic
with:
extra_plugins: |
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.5.86](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.5.85...v1.5.86) (2023-01-06)


### Bug Fixes

* bump dependencies, worklow [@v3](https://github.com/v3) ([bb2e6f5](https://github.com/CoCreate-app/CoCreate-attributes/commit/bb2e6f55bac5357948fb9a1b73b52b6be835fe53))
* edit in github btn styles ([de9e279](https://github.com/CoCreate-app/CoCreate-attributes/commit/de9e2790a3f11f4591991a4bb8eb259efe842100))

## [1.5.85](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.5.84...v1.5.85) (2023-01-05)


2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -130,7 +130,7 @@ <h2 class="padding:5px_0px">Demo</h2>
</div>

</div>
<button href="https://github.com/CoCreate-app/CoCreate-attributes/tree/master/docs/index.html?message=docs%3A%20describe%20your%20change..." target="_blank" class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue grow-hover border-radius:50%">
<button href="https://github.com/CoCreate-app/CoCreate-attributes/tree/master/docs/index.html?message=docs%3A%20describe%20your%20change..." target="_blank" class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue color:#fff font-size:1.5rem grow-hover border-radius:50% border-width:0 box-shadow:0px_2px_10px_0px_rgba(0,_0,_0,_0.4)">
<i class="fas fa-pencil-alt"></i>
</button>
</main>
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/attributes",
"version": "1.5.85",
"version": "1.5.86",
"description": "Simple HTML5 & JavaScript component add, update & remove values in element's attributes from input, select or js api. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"cocreate",
@@ -58,10 +58,10 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/actions": "^1.5.49",
"@cocreate/crdt": "^1.15.2",
"@cocreate/message-client": "^1.1.122",
"@cocreate/observer": "^1.5.53",
"@cocreate/utils": "^1.17.15"
"@cocreate/actions": "^1.5.50",
"@cocreate/crdt": "^1.15.3",
"@cocreate/message-client": "^1.1.123",
"@cocreate/observer": "^1.5.54",
"@cocreate/utils": "^1.17.16"
}
}