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

Commits on Apr 29, 2024

  1. fix: bump cocreate dependencies

    frankpagan committed Apr 29, 2024
    Copy the full SHA
    cbf45a6 View commit details
  2. chore(release): 1.14.2 [skip ci]

    ## [1.14.2](v1.14.1...v1.14.2) (2024-04-29)
    
    ### Bug Fixes
    
    * bump cocreate dependencies ([cbf45a6](cbf45a6))
    semantic-release-bot committed Apr 29, 2024
    Copy the full SHA
    521dfb5 View commit details
Showing with 12 additions and 5 deletions.
  1. +7 −0 CHANGELOG.md
  2. +5 −5 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.14.2](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.14.1...v1.14.2) (2024-04-29)


### Bug Fixes

* bump cocreate dependencies ([cbf45a6](https://github.com/CoCreate-app/CoCreate-attributes/commit/cbf45a67d5876caea84c84ff4e5553a50a9e29d2))

## [1.14.1](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.14.0...v1.14.1) (2024-02-05)


10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/attributes",
"version": "1.14.1",
"version": "1.14.2",
"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",
@@ -57,9 +57,9 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/actions": "^1.14.0",
"@cocreate/crdt": "^1.26.0",
"@cocreate/observer": "^1.14.0",
"@cocreate/utils": "^1.29.0"
"@cocreate/actions": "^1.18.1",
"@cocreate/crdt": "^1.27.3",
"@cocreate/observer": "^1.16.0",
"@cocreate/utils": "^1.33.6"
}
}