From 3965c2c80c3720dc033f309ca585d02c574c9bf7 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Thu, 18 Feb 2021 21:47:49 +0100 Subject: [PATCH 1/4] Update CI to build with the latest version of the compiler --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66354b4..063845e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,6 @@ jobs: - uses: actions/checkout@v2 - uses: purescript-contrib/setup-purescript@main - with: - purescript: "0.14.0-rc5" - uses: actions/setup-node@v1 with: From e94920c4cd44d28a1023b0028b259e8ae9414be3 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Thu, 18 Feb 2021 21:47:49 +0100 Subject: [PATCH 2/4] Update the bower repository URL to match the URL in the registry --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 101a5f6..f336968 100644 --- a/bower.json +++ b/bower.json @@ -4,7 +4,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git://github.com/purescript-web/purescript-web-cssom.git" + "url": "https://github.com/purescript-web/purescript-web-cssom.git" }, "ignore": [ "**/.*", From 7eac8196b81e1e635a987a2c7787f14068407ccd Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Thu, 18 Feb 2021 21:47:49 +0100 Subject: [PATCH 3/4] Upgrade bower dependencies --- bower.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index f336968..8fb882f 100644 --- a/bower.json +++ b/bower.json @@ -15,8 +15,8 @@ "package.json" ], "dependencies": { - "purescript-web-dom": "master", - "purescript-web-uievents": "master", - "purescript-web-html": "master" + "purescript-web-dom": "^5.0.0", + "purescript-web-html": "^3.0.0", + "purescript-web-uievents": "^3.0.0" } } From cc3ec040ae5b73bb7501e6f04d733d4816b56675 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Thu, 18 Feb 2021 21:47:50 +0100 Subject: [PATCH 4/4] Update the changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 636a925..83f3d37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,3 +12,13 @@ Bugfixes: Other improvements: +## [v1.0.0](https://github.com/purescript-web/purescript-web-cssom/releases/tag/v1.0.0) - 2021-02-26 + +Breaking changes: + +New features: + +Bugfixes: + +Other improvements: +