Compare commits
2 Commits
v2.0.0
...
release-v2
Author | SHA1 | Date | |
---|---|---|---|
|
3a96c7717d | ||
|
c01dcd2338 |
@@ -6,7 +6,7 @@
|
||||
|
||||
Pod::Spec.new do |spec|
|
||||
spec.name = 'Yoga'
|
||||
spec.version = '2.0.0'
|
||||
spec.version = '2.0.1'
|
||||
spec.license = { :type => 'MIT', :file => "LICENSE" }
|
||||
spec.homepage = 'https://yogalayout.com/'
|
||||
spec.documentation_url = 'https://yogalayout.com/docs'
|
||||
|
@@ -5,7 +5,7 @@
|
||||
|
||||
podspec = Pod::Spec.new do |spec|
|
||||
spec.name = 'YogaKit'
|
||||
spec.version = '2.0.0'
|
||||
spec.version = '2.0.1'
|
||||
spec.license = { :type => 'MIT', :file => "LICENSE" }
|
||||
spec.homepage = 'https://yogalayout.com/'
|
||||
spec.documentation_url = 'https://yogalayout.com/docs'
|
||||
|
@@ -11,4 +11,4 @@ android.useAndroidX=true
|
||||
|
||||
org.gradle.jvmargs=-Xmx1536M
|
||||
|
||||
VERSION_NAME=2.0.0
|
||||
VERSION_NAME=2.0.1
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "yoga-layout",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"description": "An embeddable and performant flexbox layout engine with bindings for multiple languages",
|
||||
"license": "MIT",
|
||||
"author": "Meta Open Source",
|
||||
@@ -38,7 +38,7 @@
|
||||
"./wasm-sync": {
|
||||
"browser": "./src/entrypoint/wasm-sync-web.ts",
|
||||
"node": "./src/entrypoint/wasm-sync-node.ts",
|
||||
"default": "./src/entrypoint/wasm-async-web.ts"
|
||||
"default": "./src/entrypoint/wasm-sync-web.ts"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
|
Reference in New Issue
Block a user