Skip to content

Commit 5fa0f0e

Browse files
authored
1.1.0 (#45)
1 parent 6b00f36 commit 5fa0f0e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@observablehq/create",
3-
"version": "1.1.0-rc.2",
3+
"version": "1.1.0",
44
"license": "ISC",
55
"type": "module",
66
"publishConfig": {
@@ -23,7 +23,7 @@
2323
"observable-create": "node bin/observable-create.js"
2424
},
2525
"dependencies": {
26-
"@observablehq/framework": "1.1.0-rc.1"
26+
"@observablehq/framework": "^1.1.0"
2727
},
2828
"engines": {
2929
"node": ">=18"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@
134134
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.19.12.tgz#c57c8afbb4054a3ab8317591a0b7320360b444ae"
135135
integrity sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==
136136

137-
"@observablehq/[email protected]-rc.1":
138-
version "1.1.0-rc.1"
139-
resolved "https://registry.yarnpkg.com/@observablehq/framework/-/framework-1.1.0-rc.1.tgz#c02a0811fab3e73f673e8d3774fc54152778f0bc"
140-
integrity sha512-9uRb8xDxzTKGrIHexUsYulO9GHRRDDWmll7w+FTKfkGlhLMWlQ9W0ZyzbuR4xSdJj3gnjtmJIMj+uwsbi3yIyQ==
137+
"@observablehq/framework@^1.1.0":
138+
version "1.1.0"
139+
resolved "https://registry.yarnpkg.com/@observablehq/framework/-/framework-1.1.0.tgz#67197e2a8e7a38b16030ea1b8b92bedd212a465a"
140+
integrity sha512-ySZ8+7rrgIHVhTYB8tY1pamaTBIUCNVA9I5+GjDIKmzNqtbGy6KNHUB6qWmo7NBPCivhJIHA2nKimaBg38s4bg==
141141
dependencies:
142142
"@clack/prompts" "^0.7.0"
143143
"@observablehq/inputs" "^0.10.6"

0 commit comments

Comments
 (0)