Skip to content

Commit 7399a35

Browse files
authored
Prepare v1.0.0 release (#11)
* Update CI to build with the latest version of the compiler * Update the bower repository URL to match the URL in the registry * Upgrade bower dependencies * Update the changelog
1 parent a95f828 commit 7399a35

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
- uses: actions/checkout@v2
1414

1515
- uses: purescript-contrib/setup-purescript@main
16-
with:
17-
purescript: "0.14.0-rc5"
1816

1917
- uses: actions/setup-node@v1
2018
with:

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,13 @@ Bugfixes:
1212

1313
Other improvements:
1414

15+
## [v1.0.0](https://github.com/purescript-web/purescript-web-cssom/releases/tag/v1.0.0) - 2021-02-26
16+
17+
Breaking changes:
18+
19+
New features:
20+
21+
Bugfixes:
22+
23+
Other improvements:
24+

bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"repository": {
66
"type": "git",
7-
"url": "git://github.com/purescript-web/purescript-web-cssom.git"
7+
"url": "https://github.com/purescript-web/purescript-web-cssom.git"
88
},
99
"ignore": [
1010
"**/.*",
@@ -15,8 +15,8 @@
1515
"package.json"
1616
],
1717
"dependencies": {
18-
"purescript-web-dom": "master",
19-
"purescript-web-uievents": "master",
20-
"purescript-web-html": "master"
18+
"purescript-web-dom": "^5.0.0",
19+
"purescript-web-html": "^3.0.0",
20+
"purescript-web-uievents": "^3.0.0"
2121
}
2222
}

0 commit comments

Comments
 (0)