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: diff --git a/CHANGELOG.md b/CHANGELOG.md index d92bf50..2d427d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ Bugfixes: Other improvements: -## [v7.0.0](https://github.com/purescript-node/purescript-node-child-process/releases/tag/v7.0.0) - 2021-MONTH-DAY +## [v7.0.0](https://github.com/purescript-node/purescript-node-child-process/releases/tag/v7.0.0) - 2021-02-26 Breaking changes: - Updated dependencies for PureScript 0.14 (#25) diff --git a/bower.json b/bower.json index f21ed1f..557f70e 100644 --- a/bower.json +++ b/bower.json @@ -4,7 +4,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git://github.com/purescript-node/purescript-node-child-process" + "url": "https://github.com/purescript-node/purescript-node-child-process.git" }, "ignore": [ "**/.*", @@ -16,17 +16,17 @@ "package.json" ], "dependencies": { - "purescript-exceptions": "master", - "purescript-foreign": "master", - "purescript-functions": "master", - "purescript-node-fs": "master", - "purescript-node-streams": "master", - "purescript-nullable": "main", - "purescript-posix-types": "master", - "purescript-unsafe-coerce": "master", - "purescript-foreign-object": "master" + "purescript-exceptions": "^5.0.0", + "purescript-foreign": "^6.0.0", + "purescript-foreign-object": "^3.0.0", + "purescript-functions": "^5.0.0", + "purescript-node-fs": "^6.0.0", + "purescript-node-streams": "^5.0.0", + "purescript-nullable": "^5.0.0", + "purescript-posix-types": "^5.0.0", + "purescript-unsafe-coerce": "^5.0.0" }, "devDependencies": { - "purescript-console": "master" + "purescript-console": "^5.0.0" } }