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.50
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.51
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 21, 2022

  1. Copy the full SHA
    70a361c View commit details
  2. chore(release): 1.5.51 [skip ci]

    ## [1.5.51](v1.5.50...v1.5.51) (2022-11-21)
    
    ### Bug Fixes
    
    * bump [@cocreate](https://github.com/cocreate) dependencies ([70a361c](70a361c))
    semantic-release-bot committed Nov 21, 2022
    Copy the full SHA
    a1a502e View commit details
Showing with 13 additions and 6 deletions.
  1. +7 −0 CHANGELOG.md
  2. +6 −6 package.json
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.5.51](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.5.50...v1.5.51) (2022-11-21)


### Bug Fixes

* bump [@cocreate](https://github.com/cocreate) dependencies ([70a361c](https://github.com/CoCreate-app/CoCreate-attributes/commit/70a361c5aef077bc2ef1996e12483e28b4a7d9f2))

## [1.5.50](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.5.49...v1.5.50) (2022-11-21)


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.50",
"version": "1.5.51",
"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.13",
"@cocreate/crdt": "^1.14.0",
"@cocreate/message-client": "^1.1.87",
"@cocreate/observer": "^1.5.18",
"@cocreate/utils": "^1.10.14"
"@cocreate/actions": "^1.5.14",
"@cocreate/crdt": "^1.14.1",
"@cocreate/message-client": "^1.1.88",
"@cocreate/observer": "^1.5.19",
"@cocreate/utils": "^1.10.15"
}
}